Skip to content

Releases: brainglobe/brainreg

v1.0.9

15 May 15:01
70d7511
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

03 May 15:37
4714ee9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

25 Mar 14:46
541ff9c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

27 Feb 10:49
65388d0
Compare
Choose a tag to compare

Bump to brainglobe-atlasapi dependency

bg-atlasapi has been renamed to brainglobe-atlasapi, so we now depend on the new package.

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

09 Feb 16:40
6fa87eb
Compare
Choose a tag to compare

Bump brainglobe-utils dependency

imio has been merged into brainglobe-utils, so we should avoid fetching the deprecated version.

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

25 Jan 15:02
ba84562
Compare
Choose a tag to compare

Bump bg-space to brainglobe-space

Switches our dependency on the old bg-space package (now depreciated) to brainglobe-space.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

10 Jan 10:06
681c436
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Jan 17:36
7efddfc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Update `napari` trove classifier

14 Dec 14:12
281abb3
Compare
Choose a tag to compare

Add napari trove classifier

Added a classifier to the package metadata so that it is listed on napari-hub, and can be found from the napari GUI.

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1 release!

06 Nov 12:21
e91a132
Compare
Choose a tag to compare

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 now from brainreg.core import X
  • Anything that was previously from brainreg_napari import X in your scripts is now from brainreg.napari import X
  • If you were building on top of the napari plugin, it is now just called brainreg rather than brainreg-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

Full Changelog: v0.5.1...v1.0.0