What's Changed
- Fix PyArray_DTypeMeta definition when Py_LIMITED_API is disabled by @mattiapenati in #532
- Fix broken documentation links by @mattiapenati in #536
- Bump tar from 0.4.41 to 0.4.45 in /examples/linalg by @dependabot[bot] in #539
- Update to target ABI v2 by @mattiapenati in #537
- Replace std::os::raw with std::ffi by @mattiapenati in #540
- Use NumPy C api to perform conversion to ArrayLike by @mattiapenati in #542
- Fix typos by @mattiapenati in #543
- Update ndarray version constraints in README.md by @purepani in #544
- fix: implement is_exact_type_of to check dtype and shape for PyArray by @asjad2401 in #550
- Updated to PyO3 version 0.29.0 by @g-bauer in #553
New Contributors
- @purepani made their first contribution in #544
- @asjad2401 made their first contribution in #550
Full Changelog: v0.28.0...v0.29.0