Changes
- `cellfinder-core` cannot be imported without `tensorflow` present, [186](https://github.com/brainglobe/cellfinder-core/pull/186). This is in [light of a bug](https://github.com/conda-forge/cellfinder-core-feedstock/issues/13) with the `conda-forge` `cellfinder-core` package and the `tensorflow` dependency being unavailable through these channels. As a compromise, `cellfinder-core` [can still be installed from `conda-forge`](https://github.com/conda-forge/cellfinder-core-feedstock/pull/14), however Windows users will have to manually install `tensorflow` into their environment themselves.
- The `imlib` library has been retired, [182](https://github.com/brainglobe/cellfinder-core/pull/182). We now [depend on `brainglobe-utils`](https://github.com/brainglobe/brainglobe-utils), a library of functions used across a number of [BrainGlobe](https://brainglobe.info/) tools.
Developer changes
- `mypy` has been updated to avoid errors whilst type checking, [180](https://github.com/brainglobe/cellfinder-core/pull/180).
- Typehints have been added to `cellfinder-core.classificataion`, [181](https://github.com/brainglobe/cellfinder-core/pull/181).