Skip to content

Releases: brainglobe/cellfinder

v1.3.0

04 Jun 13:41
746dd56
Compare
Choose a tag to compare

Move classification to PyTorch

This release changes the dependency for classification to PyTorch (from TensorFlow). Users are advised to create a new environment before upgrading.

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.3.0rc2

03 Jun 12:49
093ba09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0rc1...v1.3.0rc2

v1.3.0rc1

31 May 13:33
4ebbd46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0rc0...v1.3.0rc1

v1.3.0rc0

28 May 14:58
cbdecaf
Compare
Choose a tag to compare

Release candidate to test move to torch

What's Changed

Full Changelog: v1.2.0...v1.3.0rc0

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.