v23.09.00
This release adds support for the quantile
API, and includes some performance and documentation improvements (notably a "Best Practices" guide).
Conda packages for this release are available at https://anaconda.org/legate/cunumeric.
What's Changed
🚀 New Features
- Quantile Implementation by @aschaffer in #664
🛠️ Improvements
- Add missing openmp variants to BitGenerator and UniqueReduce by @rohany in #1010
- Histogram refactor by @aschaffer in #1003
📖 Documentation
🐛 Bug Fixes
- Missing alignment on histogram call by @manopapad in #999
- Fix for control replication violation in test by @ipdemes in #1005
- Fix build instructions link by @bryevdv in #1014
- Add back None as an accepted value for axis on some type sigs by @manopapad in #1017
- If a scalar ufunc arg is cn.ndarray use its type directly by @manopapad in #1011
- Skip the docstrings for functions pulled from cloned modules by @manopapad in #1024
- Fix random test failures in CPU-only runs by @manopapad in #1025
- Don't cast histogram to int64 when density=True by @manopapad in #1042
- Explicitly cast result of shift binary operators by @manopapad in #1046
- Remove use of deprecated np.find_common_type by @manopapad in #1045
New Contributors
- @ajschmidt8 made their first contribution in #1035
Full Changelog: v23.07.00...v23.09.00