Releases: brainglobe/brainreg
Releases · brainglobe/brainreg
Version 1 release!
Version 1 Release 🥳
Detailed functionality changes are listed in our blog post.
High-level change is the merging of brainreg
and its napari plugin, previously known as brainreg-napari
. All functionality has been preserved:
- Anything that was previously
from brainreg import X
in your scripts is nowfrom brainreg.core import X
- Anything that was previously
from brainreg_napari import X
in your scripts is nowfrom brainreg.napari import X
- If you were building on top of the napari plugin, it is now just called
brainreg
rather thanbrainreg-napari
. This is an under-the-hood name change, users can still find it in napari's dropdown menu under the name "Atlas Registration".
This also incorporates the renaming of brainreg-segment
to brainglobe-segmentation
.
Users should to uninstall brainreg-napari
and brainreg-segment
from their environments before updating.
What's Changed
- Set pre-commit autoupdate frequency to monthly by @adamltyson in #137
- Fix
pandas
FutureWarning
by @willGraham01 in #144 - Use safe_concat function from brainglobe-utils by @adamltyson in #148
- Version 1 release 🥳 by @willGraham01 in #146
Full Changelog: v0.5.1...v1.0.0
0.5.0
What's Changed
- update versions tested by @adamltyson in #104
- Update testing by @dstansby in #107
- Use standard pre-commit config by @dstansby in #108
- Move to a src based package layout by @dstansby in #109
- Clean up package dependencies by @dstansby in #111
- Filter warnings in pytest by @dstansby in #113
- Use pyproject.toml by @dstansby in #112
- Turn off codecov commenting by @dstansby in #115
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #121
- Update readme links by @adamltyson in #119
- Update dependency (imlib > brainglobe-utils) by @adamltyson in #122
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #124
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #125
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #126
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #127
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #129
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #130
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #131
New Contributors
- @pre-commit-ci made their first contribution in #121
Full Changelog: 0.4.0...v0.5.0
Version 0.1.5
Bump version: 0.1.3 → 0.1.4