0.11
We are happy to announce the first MonetDBe-Python release for 2022! The most important changes are:
- Dropped support for Python < 3.7
- Manylinux2014 wheels for Apple Silicon M1 (aarch64)
- Manylinux2014 wheels for Linux arm64 (aarch64)
- Built with the latest MonetDB Jul2021 release
- Speed improvements for numpy result fetching and inserting for string, DateTime, bool and unsigned types.
Details
- Make an Apple M1 (Apple Silicon arm) wheel #107
- Fix test suite for Windows by @gijzelaerr in #140
- Add regression test for #136 bigint result by @gijzelaerr in #147
- add regression test for issue #118 by @gijzelaerr in #146
- Fix all CI builds by @gijzelaerr in #150
- Issue151 monetdbe bind by @aris-koning in #153
- Add support for decimal types. by @aris-koning in #155
- add python 3.10 to test targets by @gijzelaerr in #157
- Add regression test for #158 by @gijzelaerr in #159
- Update windows builds by @gijzelaerr in #160
- #139 use append for more types by @gijzelaerr in #161
- Cleanup old oct2020 references and remove backward compat code by @gijzelaerr in #164
Full Changelog: 0.10...0.11