Skip to content

Releases: rapidsai/rmm

v23.04.00

12 Apr 13:25
deb4729
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Remove MANIFEST.in use auto-generated one for sdists and package_data for wheels (#1233) @vyasr
  • Fix update-version.sh. (#1227) @vyasr
  • Specify include_package_data to setup (#1218) @vyasr
  • Revert changes overriding rapids-cmake repo. (#1209) @bdice
  • Synchronize stream in DeviceBuffer.c_from_unique_ptr constructor (#1100) @shwina

🚀 New Features

🛠️ Improvements

  • Stop setting package version attribute in wheels (#1236) @vyasr
  • Add codespell as a linter (#1231) @bdice
  • Pass AWS_SESSION_TOKEN and SCCACHE_S3_USE_SSL vars to conda build (#1230) @ajschmidt8
  • Update to GCC 11 (#1228) @bdice
  • Fix some minor oversights in the conversion to pyproject.toml (#1226) @vyasr
  • Remove pickle compatibility layer in tests for Python < 3.8. (#1224) @bdice
  • Move external allocators into rmm.allocators module to defer imports (#1221) @wence-
  • Generate pyproject.toml dependencies using dfg (#1219) @vyasr
  • Run rapids-dependency-file-generator via pre-commit (#1217) @vyasr
  • Skip docs job in nightly runs (#1215) @AyodeAwe
  • CI: Remove specification of manual stage for check_style.sh script. (#1214) @csadorf
  • Use script rather than environment variable to modify package names (#1212) @vyasr
  • Reduce error handling verbosity in CI tests scripts (#1204) @AjayThorve
  • Update shared workflow branches (#1203) @ajschmidt8
  • Use date in build string instead of in the version. (#1195) @bdice
  • Stop using versioneer to manage versions (#1190) @vyasr
  • Update to spdlog>=1.11.0, fmt>=9.1.0. (#1177) @bdice
  • Migrate as much as possible to pyproject.toml (#1151) @jakirkham

v23.02.00

09 Feb 15:39
48e8f2a
Compare
Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v22.10.00

12 Oct 14:37
9d5a8c3
Compare
Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

[NIGHTLY] v22.12.00

04 Oct 16:52
d355216
Compare
Choose a tag to compare
[NIGHTLY] v22.12.00 Pre-release
Pre-release

🔗 Links

🐛 Bug Fixes

  • Don't use CMake 3.25.0 as it has a show stopping FindCUDAToolkit bug (#1162) @robertmaynard
  • Relax test for async memory pool IPC handle support (#1130) @bdice

📖 Documentation

🚀 New Features

🛠️ Improvements

v22.08.00

17 Aug 14:26
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Specify language as &#39;en&#39; instead of None (#1059) @jakirkham
  • Add a missed except * (#1057) @shwina
  • Properly handle cudaMemHandleTypeNone and cudaErrorInvalidValue in is_export_handle_type_supported (#1055) @gerashegalov

📖 Documentation

🛠️ Improvements

[NIGHTLY] v22.10.00

04 Aug 14:23
721c50f
Compare
Choose a tag to compare
[NIGHTLY] v22.10.00 Pre-release
Pre-release

🔗 Links

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements

v22.06.01

06 Jul 14:45
Compare
Choose a tag to compare

v22.06.01

v22.06.00

07 Jun 15:35
Compare
Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

  • Clarify using RMM with other Python libraries (#1034) @jrhemstad
  • Replace to_device with DeviceBuffer.to_device (#1033) @wence-
  • Documentation Fix: Replace cudf::logic_error with rmm::logic_error (#1021) @codereport

🚀 New Features

🛠️ Improvements

  • Fix conda recipes for conda compilers (#1043) @Ethyling
  • Use new rapids-cython component of rapids-cmake to simplify builds (#1031) @vyasr
  • Merge branch-22.04 to branch-22.06 (#1028) @jakirkham
  • Update CMake pinning to just avoid 3.23.0. (#1023) @vyasr
  • Build python using conda in GPU jobs (#1017) @Ethyling
  • Remove pip requirements file. (#1015) @bdice
  • Clean up Thrust includes. (#1011) @bdice
  • Update black version (#1010) @vyasr
  • Update cmake-format version for pre-commit and environments. (#995) @vyasr
  • Use conda compilers (#977) @Ethyling
  • Build conda packages using mambabuild (#900) @Ethyling

v22.04.01

15 Apr 14:37
Compare
Choose a tag to compare

v22.04.01

v22.04.00

06 Apr 14:40
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add cuda-python dependency to pyproject.toml (#994) @sevagh
  • Disable opportunistic reuse in async mr when cuda driver < 11.5 (#993) @rongou
  • Use CUDA 11.2+ features via dlopen (#990) @robertmaynard
  • Skip async mr tests when cuda runtime/driver < 11.2 (#986) @rongou
  • Fix warning/error in debug assertion in device_uvector.hpp (#979) @harrism
  • Fix signed/unsigned comparison warning (#970) @jlowe
  • Fix comparison of async MRs with different underlying pools. (#965) @harrism

🚀 New Features

  • Use scikit-build for the build process (#976) @vyasr

🛠️ Improvements