Skip to content

Releases: brainglobe/cellfinder

v1.2.0

15 May 15:38
9b23f5c
Compare
Choose a tag to compare

Summary

  • major performance improvements in cell candidate detection thanks to @matham 👏
  • moved utility functionality to brainglobe-utils and re-use it here.
  • tidying/maintenance of development related things (examples, CI)

What's Changed

Full Changelog: v1.1.3...v1.2.0

v1.1.3

12 Apr 15:36
daa13e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

05 Apr 10:17
de73504
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

27 Feb 10:05
97e28b7
Compare
Choose a tag to compare

Fixes bug causing very long cell detection times

This bug affects many users, please update ASAP.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Jan 09:32
c38399a
Compare
Choose a tag to compare

Remove Duplicate Function

Removes a duplicated function from the package (#272) and standardises the corresponding calls across other functions within the package.

Various developer-related updates are also going in with this PR, which do not affect anything in the package.

  • Reinstating the brainmapper CI check, but as an optional check to indicate potential breakages
  • Additional tests added
  • Pre-commit config modified slightly.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 Jan 12:21
2e8e528
Compare
Choose a tag to compare

Merging of cellfinder-core and cellfinder-napari

This package combines the old cellfinder-core and cellfinder-napari packages into a single package, called cellfinder.
You can read more about this merging of functionality on the brainglobe blog.
Additionally, see the full changelog on the brainglobe website for details on what this package offers.

v0.8.1

13 Dec 10:41
b813051
Compare
Choose a tag to compare

cellfinder has migrated!

v0.8.1 marks the end of the cellfinder package's current lifecycle, as it prepares for it's new role in BrainGlobe version 1.

Users are recommended to head over to brainglobe-workflows and install that package if they want to continue using the cellfinder command-line interface.

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

Update to comply with `brainreg` v1.0.0

06 Nov 14:20
0d517ed
Compare
Choose a tag to compare

Update to depend on brainreg v1.0.0

Users may wish to uninstall brainreg-napari and brainreg-segment before updating. For details, see our blog post.

What's Changed

Full Changelog: v0.7.1...v0.8.0

Version 0.3.12

30 Apr 14:01
Compare
Choose a tag to compare

Main updates

  • Windows bug fix thanks to @EmanPaoli
  • Prebuilt wheels now released for Linux, Windows and macOS (untested)

Developers

  • Update dependencies & refactor usage of amap api

Version 0.3.11

21 Apr 14:39
6e2f7dc
Compare
Choose a tag to compare

Further refactoring