Skip to content

Releases: rapidsai/cucim

v24.04.00

10 Apr 14:29
v24.04.00
a24abfd
Compare
Choose a tag to compare

🐛 Bug Fixes

🚀 New Features

🛠️ Improvements

[NIGHTLY] v24.06.00

05 Apr 21:15
v24.06.00a
4555be5
Compare
Choose a tag to compare
[NIGHTLY] v24.06.00 Pre-release
Pre-release

🔗 Links

🐛 Bug Fixes

  • Use SciPy's KDTree instead of deprecated cKDTree (#733) @grlee77

🛠️ Improvements

  • Enable FutureWarnings/DeprecationWarnings as errors (#734) @mroeschke
  • Migrate to {{ stdlib("c") }} (#731) @hcho3
  • Implement upstream changes from scikit-image 0.23 (part 2 of 2: morphology) (#728) @grlee77
  • Implement upstream changes from scikit-image 0.23 (part 1 of 2) (#727) @grlee77
  • Update the test criteria for test_read_random_region_cpu_memleak (#726) @gigony
  • Remove code needed to support Python < 3.9 and apply ruff's pyupgrade rules (#725) @grlee77
  • removal of deprecated functions/kwargs scheduled for release 24.06 (#724) @grlee77
  • Enable all tests for arm jobs (#717) @galipremsagar
  • prevent path conflict (#713) @AyodeAwe

v24.02.00

12 Feb 21:06
v24.02.00
7d08ffc
Compare
Choose a tag to compare

🐛 Bug Fixes

🛠️ Improvements

v23.12.01

11 Dec 16:07
v23.12.01
a3445df
Compare
Choose a tag to compare

🐛 Bug Fixes

  • pin to OpenSlide <4 during the conda build of libcucim (#650) @grlee77
  • Retag wheels to be cpXY (#644) @jakirkham
  • Inform setuptools that Extensions are included (#643) @jakirkham
  • remove leftover pyproject_.toml file (#632) @grlee77
  • update version string (e.g. for CHANGELOG link) in pyproject.toml (#630) @grlee77
  • fix import order in test case (#624) @grlee77
  • Standardize on rng over seed and fix miscellaneous deprecation warnings (#621) @grlee77
  • Fix iterator-related memory issues (#620) @gigony

🚀 New Features

🛠️ Improvements

  • carry out removals of previously deprecated functions/kwargs (#631) @grlee77
  • Improve memory leak check stability in test_read_region_cpu_memleak test (#623) @gigony
  • Update linting tool versions and replace isort with ruff (#622) @grlee77
  • Update packages (pybind11 and catch2) and do not use nvidia-docker command (#618) @gigony
  • Replace setup.py with pyproject toml (#617) @grlee77
  • update linters and move their configurations from setup.cfg to pyproject.toml (#616) @grlee77
  • remove versioneer (#615) @grlee77
  • Update shared-action-workflows references (#614) @AyodeAwe
  • Use branch-23.12 workflows. (#613) @bdice
  • cucim: Build CUDA 12.0 ARM conda packages. (#610) @bdice

v23.12.00

06 Dec 15:18
v23.12.00
c0f8caa
Compare
Choose a tag to compare

🐛 Bug Fixes

🚀 New Features

🛠️ Improvements

  • carry out removals of previously deprecated functions/kwargs (#631) @grlee77
  • Improve memory leak check stability in test_read_region_cpu_memleak test (#623) @gigony
  • Update linting tool versions and replace isort with ruff (#622) @grlee77
  • Update packages (pybind11 and catch2) and do not use nvidia-docker command (#618) @gigony
  • Replace setup.py with pyproject toml (#617) @grlee77
  • update linters and move their configurations from setup.cfg to pyproject.toml (#616) @grlee77
  • remove versioneer (#615) @grlee77
  • Update shared-action-workflows references (#614) @AyodeAwe
  • Use branch-23.12 workflows. (#613) @bdice
  • cucim: Build CUDA 12.0 ARM conda packages. (#610) @bdice

v23.10.00

11 Oct 14:36
v23.10.00
8dd1727
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Use conda mambabuild not mamba mambabuild (#607) @bdice

📖 Documentation

🛠️ Improvements

v23.08.00

09 Aug 16:46
v23.08.00
f3a294b
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

🛠️ Improvements

v23.06.00

07 Jun 14:59
fdc657b
Compare
Choose a tag to compare

🚨 Breaking Changes

🐛 Bug Fixes

  • Fix SHA256 check failure in test suite (#564) @grlee77
  • Handle space character in ./run download_testdata (#556) @gigony
  • Fix return_error=&#39;always&#39; behavior in phase_cross_correlation (#549) @grlee77
  • Only load versioned libcufile (#548) @jakirkham
  • add a 20 minute timeout for pytest runs on CI (#545) @grlee77
  • protect against possible out of bounds memory access in 2D distance transform (#540) @grlee77

📖 Documentation

  • Fix doc building via run build_package (#553) @grlee77
  • update changelog for release 23.04.00 and 23.04.01 (#552) @grlee77

🛠️ Improvements

v23.04.01

13 Apr 19:07
4e2346c
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Fix inefficiency in handling clipping of image range in resize and other transforms (#516) @grlee77

🐛 Bug Fixes

  • Fix bug in median filter with non-uniform footprint (#521) @grlee77
  • use cp.around instead of cp.round for CuPy 10.x compatiblity (#508) @grlee77
  • Fix error in LZ4-compressed Zarr writing demo (#506) @grlee77
  • Normalize whitespace. (#474) @bdice

🛠️ Improvements

v23.04.00

12 Apr 13:23
d60d728
Compare
Choose a tag to compare

🚨 Breaking Changes

  • Fix inefficiency in handling clipping of image range in resize and other transforms (#516) @grlee77

🐛 Bug Fixes

  • Fix bug in median filter with non-uniform footprint (#521) @grlee77
  • use cp.around instead of cp.round for CuPy 10.x compatiblity (#508) @grlee77
  • Fix error in LZ4-compressed Zarr writing demo (#506) @grlee77
  • Normalize whitespace. (#474) @bdice

🛠️ Improvements