Skip to content

Releases: BiAPoL/napari-clusters-plotter

0.8.1

13 Aug 10:13
bf6cc57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

12 Jun 13:51
ba7924d
Compare
Choose a tag to compare

What's Changed

Support for new napari layers:

Bug Fixes:

Performance and Enhancements:

Documentation and Code Style:

Tests:

New Contributors

Full Changelog: 0.7.3...0.8.0

0.7.3

11 Aug 09:33
Compare
Choose a tag to compare
0.7.3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.7.2...0.7.3

0.7.2

11 May 05:10
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

01 May 07:37
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Bugfix:

  • Incompatibility with pytorch on conda-forge/Windows (#248 )

0.7.0

29 Apr 18:05
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

New features

  • Use 2D Histogram for visualization by @thorstenwagner in #196
  • Colormap pulldown for 2D histogram by @marabuuu in #239
  • Implement Histogram1D if the same measurement is selected for both axes by @lazigu and @zoccoler in #237
  • Change highlights in timelapse data plotting to brighter colors instead of white by @Cryaaa in #244

What else has changed

New Contributors

Full Changelog: 0.6.2...0.7.0

0.6.2

17 Mar 12:41
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

Most important changes

Now the labels do not need to be sequential for the visualization to be correct. Thanks to @haesleinhuepf!
Two new dimensionality reduction algorithms (Isomap and MDS).

What's Changed

New Contributors

Full Changelog: 0.6.1...0.6.2

0.6.1

16 Feb 16:35
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

Bugfixes

  • UMAP crashing jupyter notebook kernel is fixed by disabling multithreading for this algorithm
  • Fixed a bugfix (keyerror) related to the newest Matplotlib version

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

13 Dec 19:23
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Major updates

  • The measurements widget is no longer a part of the plugin. It is recommended to use either napari-pyclesperanto-assistant or napari-skimage-regionprops to derive measurements from labelled images. Thus, the pyclesperanto_prototype is no longer a dependency of the plugin. Now it is optional, and if installed "clusters IDs in space" generation is GPU-accelerated.
  • Major code reorganisation to separate all the Qt code. Frontend did not change.

What's Changed

Full Changelog: 0.5.2...0.6.0

0.5.2

19 Aug 21:35
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

What's Changed

  • update version by @haesleinhuepf in #111
  • Create CITATION.cff by @lazigu in #121. It is now possible to cite the repository from the "about" section in the sidebar.
  • Fixing scale inheritance by @Cryaaa in #124. The scaling of the original labels layer is now inherited by the "cluster_ids_in_space" layer. Thanks to @Michael-L-Miller for reporting!
  • Add perplexity check, fix test by @lazigu in #128. Chosen perplexity value is now automatically checked and the widget indicates in red if the chosen value is incorrect.
  • remove constraint for python version < 3.10 by @haesleinhuepf in #127. Thanks to @jaimergp for spotting!

Full Changelog: 0.5.1...0.5.2