v23.03.00
·
61 commits
to branch-23.05
since this release
This is the beta release of cuNumeric.
This release is focused on bug fixes, code clean-up and documentation updates, in preparation for entering beta status.
Conda packages for this release are available at https://anaconda.org/legate/cunumeric.
What's Changed
🐛 Bug Fixes
- Do reductions properly in tensor contraction tasks by @magnatelee in #803
- Seed the NumPy RNG at the start of every test by @manopapad in #792
- Fix handling of negative axis in np.repeat by @manopapad in #821
- Fix for #720 (by @lightsighter) by @manopapad in #721
- Ensure unary_func seeding is deterministic across processes by @manopapad in #825
🛠️ Improvements
- Update the architectures built in conda package by @marcinz in #770
- Use
thrust::cuda::par_nosync
if available by @magnatelee in #780 - Preemptively convert to np.ndarray on NumPy fallback by @manopapad in #802
- Removing all Legion references from the code by @magnatelee in #811
- Remove exception throwing from RNG code by @manopapad in #815
- Pin legate to a specific commit by @trxcllnt in #824
- Add support for Python 3.11 by @m3vaz in #830
📖 Documentation
Full Changelog: v23.01.00...v23.03.00