Releases: clEsperanto/napari_pyclesperanto_assistant
Releases · clEsperanto/napari_pyclesperanto_assistant
0.18.1
Bug fix
- Generated code didn't work in some cases because two functions were not exposed to the public API
0.18.0
Documentation updates
- Installation instructions for Mac and Linux were missing an important section (thanks to @marabuuu for reporting the issue)
Backwards compatibility breaking changes
- The API of
statistics_of_labeled_pixels
was modified:- The position of the
napari_viewer
argument was changed. It is recommended to use it as keyword-argument. - The function now returns Pandas DataFrames instead of a dictionary.
- The position of the
- The API of
advanced_statistics
was modified:- The function now returns Pandas DataFrames instead of a dictionary.
0.17.1
New features
- Statistics of labeled pixels including distance to neighbors (based on napari-clusters-plotter code by @Cryaaa and @lazigu)
- Neighborhood statistics (minimum/mean/median/maximum/standard deviation of measurements of neighboring objects)
- New category: Combine labels (via napari-assistant & pyclesperanto-prototype)
Bug fixes
- GPU-selector didn't work
Backwards compatibility breacking changes
- The clesperanto-based Assistant GUI was removed from the menu. Use
Tools > Utilities > Assistant (na)
instead
0.16.0
New features
- Use the napari-assistant as new graphical user interface
Backwards compatibility breaking changes
- The Assistant class and related functions have been moved to the napari-assistant repository
statistic_of_labeled_pixels
now uses a label image as second parameter and no label-layer anymore- Jython code generation is not available temporarily. Use the python code generator and adapt the code manually in Fiji
0.15.5
0.15.4
Bug fixes
- Fixes an issue with XArrays (thanks to @psobolewskiPhD for reporting)
See also
https://github.com/clEsperanto/pyclesperanto_prototype/releases/tag/0.15.4
0.15.3
New features
- Increased button size (for touch-screen users with thick fingers)
- Reduced gap between buttons
- Added temporary spinner for tuning button size
Bug fixes
- Thanks to multi-line text in combo boxes operation names should now be readable also on Windows
0.15.2
Bugfix
- Widgets were requesting too large space (Thanks to @psobolewskiPhD for reporting)
0.15.1
Bugfix
- Example data (blobs.tif) wasn't deployed (Thanks to @psobolewskiPhD for reporting)
0.15.0
Bugfixes:
- Pulldown entries should be readable again. The width limit was removed