Skip to content

Releases: PolusAI/nyxus

Version 0.7.0

09 Aug 14:44
a5bba48
Compare
Choose a tag to compare

What's new in release 0.7.0:

  • Added support of Apache formats Arrow and Parquet by @JesseMckinzie
  • Nested ROI finding and feature aggregation within Nyxus CLI by @friskluft
  • Added new feature groups (GLDZM and NGLDM) and improved IBSI compliance of previously implemented texture features by @friskluft
  • Added manylinux2014 compatible wheels by @JesseMckinzie
  • Added Python 3.11 support by @JesseMckinzie

Full Changelog: 0.6.0...0.7.0

0.6.0

31 May 14:05
7dea62d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

14 Apr 18:53
d0ccf45
Compare
Choose a tag to compare

What's Changed

  • Added IBSI compliance
  • Updated support of oversized ROIs
  • Added in-memory Python API
  • Improved memory management for batch processing of high ROI population images

Performance Improvements:

  • 2D moments calculation
  • Zernlike feature
  • GLCM, GLDM, and GLSZM

Updated documentation
Full Changelog: 0.4.2...0.5.0

0.4.2

14 Dec 19:24
f6d515b
Compare
Choose a tag to compare

What's Changed

  • Fix filesystem namespace bug

Full Changelog: 0.4.1...0.4.2

0.4.1

12 Dec 17:13
00d7bc9
Compare
Choose a tag to compare

What's Changed

  • Fixed loadTile size_t→uint32_t in 32-bit TIFFS
  • Extended timing reports with experiment
  • Initial IBSI standard unit tests
  • ROI contour and perimeter fixes and improvements
  • Neighbor features optimizations
  • Suppressed excessive progress output
  • Alleviating FRAC_AT_D, MEAN_FRAC, RADIAL_CV bottlenecks

Full Changelog: 0.4.0...0.4.1

0.4.0

09 Nov 18:10
b066182
Compare
Choose a tag to compare

What's Changed

  • Updated GLCM features
  • Added custom intensity-mask mapping to Python interface
  • Nested Python API update
  • Documentation update

Full Changelog: 0.3.0...0.4.0

0.3.0

21 Sep 14:27
2881cd0
Compare
Choose a tag to compare

What's Changed

  • Nested ROI functionality
  • CUDA support for Gabor and image moments
  • Documentation updates: features math formulae
  • OME Zarr Reading Support
  • Additional unit testing
  • Conda release
  • Improved performance of tiled TIFF scanning
  • Remove Git Submodules

Full Changelog: 0.2.3...0.3.0

0.2.3

26 May 15:48
99aaecc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

25 May 12:28
b0966ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

13 Apr 17:58
89586b2
Compare
Choose a tag to compare
  • Minor CI/CD fix.