v23.07.00
·
24 commits
to branch-23.11
since this release
🚨 Breaking Changes
- Remove
mrc::internals
namespace and cleanup class names (#328) @mdemoret-nv - Switch to using
cuda-toolkit
overcudatoolkit
(#320) @mdemoret-nv - Update to Python 3.10 (#317) @cwharris
🐛 Bug Fixes
- Fixing actions running on non-PR branches (#354) @mdemoret-nv
- Fix the conda build with RMM 23.02 (#348) @mdemoret-nv
- Workaround GCC 11.3 compiler bug (#339) @mdemoret-nv
- use correct ostream.h header location (#333) @cwharris
- Bug fix -- in some situations it was possible for persistent modules to overwrite each other (#331) @drobison00
- Release an RxNodeComponent edge on error (#327) @dagardner-nv
- RxNodeComponent should set exceptions on the context (#326) @dagardner-nv
- Update python debug detection for new version of
debugpy
(#322) @mdemoret-nv - Fix nullptr dereference in NvmlState (#319) @cwharris
- Dynamically loading
libnvidia-ml.so.1
instead of directly linking (#313) @mdemoret-nv - fix libabseil package name typo (#310) @cwharris
📖 Documentation
- Fix a few minor type-o's in comments (#332) @dagardner-nv
- Fix license headers to only use a single /* comment to exclude it from doxygen (#307) @dagardner-nv
🚀 New Features
- Use libgrpc=1.54 (#353) @cwharris
- Adding option to configure running the conda-build CI step with labels (#349) @mdemoret-nv
- Upgrade RMM version to 23.06 (#346) @cwharris
- Create label-external-issues.yml (#323) @jarmak-nv
- Support RMM 22.12 with Python 3.8 (#318) @cwharris
- Update to Python 3.10 (#317) @cwharris
- Adding an
update-version.sh
script and CI check to keep versions up to date (#314) @mdemoret-nv - Update to RMM 23.02 (#309) @cwharris
- Devcontainer Updates (#297) @cwharris
- add git-lfs and gh config dir (#273) @cwharris
🛠️ Improvements
- New CI images with rapids 23.06 (#351) @dagardner-nv
- Remove patch from pybind11 (#335) @dagardner-nv
- Remove
boost::filesystem
(#334) @mdemoret-nv - Remove
mrc::internals
namespace and cleanup class names (#328) @mdemoret-nv - Switch to using
cuda-toolkit
overcudatoolkit
(#320) @mdemoret-nv - GH Infra Updates: PR Template, Discussions, Add To Project Action (#316) @jarmak-nv
- Use ARC V2 self-hosted runners for GPU jobs (#315) @jjacobelli
- Use newly built CI images with CUDA 11.8 (#311) @dagardner-nv
- bump version to 23.07 (#306) @dagardner-nv
- Use ARC V2 self-hosted runners for CPU jobs (#302) @jjacobelli