v23.11.00
marcinz
released this
21 Nov 01:47
·
19 commits
to branch-24.01
since this release
This release contains performance improvements to the variance operation, and a multi-dimensional Cholesky implementation.
Conda packages for this release are available at https://anaconda.org/legate/cunumeric.
What's Changed
🚀 New Features
- Added variance as a unary reduction by @jjwilke in #593
- Add batched cholesky implementation and tests by @jjwilke in #1029
🐛 Bug Fixes
- Replacing set with OrderedSet to avoid control-replication violations by @ipdemes in #1054
- Inline boolean operators in NumPy are bitwise, not logical by @manopapad in #1057
- Fix #1065 ("where" fails with IndexError) by @manopapad in #1067
- Fixes #1069, #1070 (minor einsum bugs) by @manopapad in #1072
📖 Documentation
- Suggest using mamba over conda by @manopapad in #1068
Full Changelog: v23.09.00...v23.11.00