We are happy to announce the first MonetDBe-Python release for 2022! The most important changes are:
* Wheels for Apple M1
* 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 https://github.com/MonetDBSolutions/MonetDBe-Python/issues/107
* Fix test suite for Windows by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/140
* Add regression test for 136 bigint result by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/147
* add regression test for issue 118 by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/146
* Fix all CI builds by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/150
* Issue151 monetdbe bind by aris-koning in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/153
* Add support for decimal types. by aris-koning in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/155
* add python 3.10 to test targets by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/157
* Add regression test for 158 by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/159
* Update windows builds by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/160
* 139 use append for more types by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/161
* Cleanup old oct2020 references and remove backward compat code by gijzelaerr in https://github.com/MonetDBSolutions/MonetDBe-Python/pull/164
**Full Changelog**: https://github.com/MonetDBSolutions/MonetDBe-Python/compare/0.10...0.11