Skip to content

Releases: brainglobe/brainglobe-segmentation

v0.2.17

22 Jun 12:32
4affd17
Compare
Choose a tag to compare
[pre-commit.ci] pre-commit autoupdate (#102)

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.240 → v0.0.272](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.240...v0.0.272)
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.2.17rc3

15 Jun 11:13
f2c0620
Compare
Choose a tag to compare
v0.2.17rc3 Pre-release
Pre-release
Handle edge cases when summarising labels layers (#99)

* Prevent errors if napari layers contain non numpy-like types

* Handle empty labels layers

* Add tests for regions edge cases

* apply suggestions from code review