Releases: brainglobe/brainglobe-segmentation
Releases · brainglobe/brainglobe-segmentation
Renaming, please use `brainglobe-segmentation`
This package is being renamed!
Please use brainglobe-segmentation
instead of the old brainreg-segment
name. The functionality of this package it is no longer supported under the old name.
For more information, please see our blog post.
What's Changed
- Set pre-commit autoupdate frequency to monthly by @adamltyson in #128
- Delete .github/workflows/plugin_preview.yml by @adamltyson in #134
- Remove measurement code by @adamltyson in #135
- Migrate to npe2 by @adamltyson in #136
- Standardise use of atlas vs standard space by @adamltyson in #137
- Fix pandas FutureWarning by @adamltyson in #138
- Mark
brainreg-segment
package as deprecated in prep for renaming. by @willGraham01 in #140
New Contributors
- @willGraham01 made their first contribution in #140
Full Changelog: v0.2.18...v0.2.19
v0.2.18
What's Changed
- Update dependency (imlib -> brainglobe-utils) by @adamltyson in #109
- Add tooltips by @adamltyson in #104
- Warn user if data segmented in a different coordinate space by @adamltyson in #107
- Keyword args by @adamltyson in #108
- Refactor tests by @adamltyson in #115
- Add save option on analysis by @adamltyson in #114
Full Changelog: v0.2.17...v0.2.18
v0.2.17
[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
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