Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- main
- cy/training
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
pull_request:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ Then go into Plugins > napari-cellseg3d, and choose which tool to use.

## News

**New version : v0.1.2**
**New version : v0.1.3**

- Fixed manifest issue for PyPi
- Small API changes for training/inference from a script
- Changed project name to "napari_cellseg3d" to avoid setuptools deprecation
- Some fixes to WandB integration ad csv saving after training

Previous additions :

- v0.1.2 :Fixed manifest issue for PyPi
- Improved training interface
- Unsupervised model : WNet3D
- Generate labels directly from raw data!
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ install_requires =
where = .

[options.package_data]
napari-cellseg3d =
napari_cellseg3d =
res/*.png
code_models/models/pretrained/*.json
napari.yaml

[options.entry_points]
napari.manifest =
napari-cellseg3d = napari_cellseg3d:napari.yaml
napari_cellseg3d = napari_cellseg3d:napari.yaml