Cellfinder-napari

Latest version: v1.0.2

Safety actively analyzes 623871 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.2

Removing trove classifier to hide plugin from napari
What's Changed
* Remove napari trove classifier by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/183


**Full Changelog**: https://github.com/brainglobe/cellfinder-napari/compare/v1.0.1...v1.0.2

1.0.1

Patch to update visibility on the napari hub

What's Changed
* Add visibility flag to remove listing from napari hub by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/182


**Full Changelog**: https://github.com/brainglobe/cellfinder-napari/compare/v1.0.0...v1.0.1

1.0.0

Mark package as deprecated

As part of our upcoming release of version 1 of BrainGlobe, the `cellfinder-core` and `cellfinder-napari` packages are merging into a single, unified, `cellfinder` package. You can read about this [in our blog post](https://brainglobe.info/blog/version1/core_and_napari_merge.html).

As such, this will be the final release of a standalone `cellfinder-napari` package. If you want to continue using the plugin, we recommend you follow the steps outlined in the blog post above, or head over to [`cellfinder`](https://github.com/brainglobe/cellfinder) and install version `>=v1.0.0` in a clean environment.

What's Changed
* Set pre-commit autoupdate frequency to monthly by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/172
* Delete .github/workflows/plugin_preview.yml by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/175
* Force headless display by willGraham01 in https://github.com/brainglobe/cellfinder-napari/pull/178
* Prepare for retirement by willGraham01 in https://github.com/brainglobe/cellfinder-napari/pull/177


**Full Changelog**: https://github.com/brainglobe/cellfinder-napari/compare/v0.1.0...v1.0.0

0.1.0

What's Changed
* Add categories and preview page workflow for the napari hub by neuromusic in https://github.com/brainglobe/cellfinder-napari/pull/30
* Migrate to napari plugin engine 2 by alessandrofelder in https://github.com/brainglobe/cellfinder-napari/pull/33
* improve tooltip by alessandrofelder in https://github.com/brainglobe/cellfinder-napari/pull/50
* include missing YAML files in sdist by alessandrofelder in https://github.com/brainglobe/cellfinder-napari/pull/51
* Run `pre-commit` and fix besides `mypy` by paddyroddy in https://github.com/brainglobe/cellfinder-napari/pull/60
* Expand pre commit checks and add ci by paddyroddy in https://github.com/brainglobe/cellfinder-napari/pull/58
* Move badges by paddyroddy in https://github.com/brainglobe/cellfinder-napari/pull/61
* Merge main into `reformat-structure` branch by paddyroddy in https://github.com/brainglobe/cellfinder-napari/pull/64
* Integrate linting into CI and ensure later steps depend on it by paddyroddy in https://github.com/brainglobe/cellfinder-napari/pull/66
* Attempt at modularising/improving code legibility by alessandrofelder in https://github.com/brainglobe/cellfinder-napari/pull/54
* Fix `mypy` now that the refactor PR has been merged by paddyroddy in https://github.com/brainglobe/cellfinder-napari/pull/68
* Add checkbox to use pre-trained weights by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/70
* Raise error box if no images specified by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/69
* Add a progress bar for detection by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/73
* Update codecov action to v2 by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/78
* correct voxel size y default by alessandrofelder in https://github.com/brainglobe/cellfinder-napari/pull/81
* Add scroll bars to widget by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/79
* Add a basic widget test by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/82
* Bump pre-commit black version to fix pre-commit by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/89
* Update QT setup on github actions by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/90
* Add sample data as plugin by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/85
* Move detection files to sub-folder by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/91
* Add more docstrings and typing by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/93
* Use BrainGlobe composite actions to run tests by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/94
* Add signature typing to curation.py by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/101
* Use napari show_info to communicate messages to users by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/100
* Add smoke test for curation widget by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/102
* Drop Python 3.7 tests, add 3.9 tests by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/104
* Add simple smoke test for the main worker by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/92
* Update development dependencies by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/107
* Test adding new training layers for cell curation by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/105
* Test adding cells and non-cells during curation. by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/106
* Cube extraction test by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/109
* Speed up detection test by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/110
* Remove old plugin engine v1 file by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/111
* De-duplicate widget header by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/113
* Add example to load napari and show detection sample data/widget by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/114
* Add progress bar when saving curated cells by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/103
* Modularise training widget inputs by alessandrofelder in https://github.com/brainglobe/cellfinder-napari/pull/121
* Bump2version fix whitespace by paddyroddy in https://github.com/brainglobe/cellfinder-napari/pull/123
* Propagate errors from the worker to main thread by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/125
* Give the user more feedback when running detection by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/126
* Expand training tests by alessandrofelder in https://github.com/brainglobe/cellfinder-napari/pull/128
* Use official scrollable widget by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/136
* Update requirements by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/143
* Remove patch version of plugin preview action by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/144
* Update .pre-commit-config.yaml by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/145
* Fix tests by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/149
* Use standard pre-commit config by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/150
* Update yaml filter by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/152
* Use pyproject by dstansby in https://github.com/brainglobe/cellfinder-napari/pull/151
* Update README.md by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/154
* Update links by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/156
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/158
* Update dependency (imlib -> brainglobe-utils) by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/159
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/160
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/161
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/162
* Update links by adamltyson in https://github.com/brainglobe/cellfinder-napari/pull/163
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/164
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/165
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/166
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/167
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/brainglobe/cellfinder-napari/pull/169
* Update CI deployment to use NI unit actions by willGraham01 in https://github.com/brainglobe/cellfinder-napari/pull/168

New Contributors
* neuromusic made their first contribution in https://github.com/brainglobe/cellfinder-napari/pull/30
* alessandrofelder made their first contribution in https://github.com/brainglobe/cellfinder-napari/pull/33
* paddyroddy made their first contribution in https://github.com/brainglobe/cellfinder-napari/pull/60
* dstansby made their first contribution in https://github.com/brainglobe/cellfinder-napari/pull/70
* pre-commit-ci made their first contribution in https://github.com/brainglobe/cellfinder-napari/pull/158
* willGraham01 made their first contribution in https://github.com/brainglobe/cellfinder-napari/pull/168

**Full Changelog**: https://github.com/brainglobe/cellfinder-napari/compare/0.0.15...v0.1.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.