Releases: gmrukwa/divik
Releases · gmrukwa/divik
v3.2.3
v3.2.2
What's Changed
- Bump pillow from 8.4.0 to 9.0.1 by @dependabot in #86
- Security updates by @gmrukwa in #92
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's changed
I dropped support for Python 3.6, as there were no precompiled AArch64 Linux wheels for new versions of numpy. Since this could potentially be an issue with gamred_native
(segfault on numpy ABI version mismatch), it is better not to force users of new numpy versions to build everything from scratch. It's already often a problem to match numpy and pandas precisely, there is no need to increase complexity in this area.
Full Changelog: v3.1.0...v3.2.1
v3.1.0
What's Changed
- Bump urllib3 from 1.26.4 to 1.26.5 by @dependabot in #78
- Bump pillow from 8.1.1 to 8.3.2 by @dependabot in #80
- Add Linux AArch64 wheel build support by @odidev in #82
New Contributors
Full Changelog: v3.0.12...v3.1.0
v3.0.12: Skip gin fix
Required fixes got merged