This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Releases: brainglobe/brainreg-napari
Releases · brainglobe/brainreg-napari
v0.1.4
What's Changed
- Remove napari classifier by @willGraham01 in #79
- Update napari hub visibility by @adamltyson in #80
Full Changelog: v0.1.3...v0.1.4
v0.1.3
brainreg-napari
is now a part of brainreg
This package should be considered deprecated.
As of the release of brainreg
version 1.0.0
, brainreg-napari
is now a part of brainreg
.
If you are looking to install the brainglobe-napari
plugin, please install brainreg
with it's optional napari
dependency as detailed in the installation instructions on the website or repository.
Before you update, you should also remove the old brainreg-napari
package from your environment using either
python -m pip uninstall brainreg-napari # If you installed via pip
conda remove brainreg-napari # If you installed via conda
What's Changed
- Update .pre-commit-config.yaml by @adamltyson in #71
- Test on Python 3.11 by @dstansby in #49
- Delete .github/workflows/plugin_preview.yml by @adamltyson in #75
- Prepare repository and package for retirement by @willGraham01 in #78
New Contributors
- @willGraham01 made their first contribution in #78
Full Changelog: v0.1.2...v0.1.3
v0.1.1
Update packaging (#46) * update pre-commit config * update args for new brainreg version * lint * update manifest * Bump version: 0.0.5-rc0 → 0.0.5-rc1 * update testing * update packaging * update requirements * update manifest * move entry point to pyproject.toml * update hub preview version * update release for use with setuptools_scm * migrate from BG to neuroinformatics actions * add setuptools_scm to dev requirements * reduce number of tested version * update python versions tested * update release