Releases: MerginMaps/geodiff
Releases · MerginMaps/geodiff
2.1.1
2.1.0
What's Changed
- Support constraints in SQLite and PostgreSQL by @dvdkon in #235 and #232
- Fix handling of timestamps with microseconds in PostgreSQL by @dvdkon in #234
- Improve error handling in C and Python API by @dvdkon in #236
Maintenance
- bump win machines to 2022 by @PeterPetrik in #225
- Added missing sign in readme for
apply_changesetby @wojtek19022 in #227 - Flake8 fixes by @volcan01010 in #228
- Make various changes to make development easier by @dvdkon in #231
- Fix build errors and CI failures by @dvdkon in #237
- Fix CI for building Python wheels by @dvdkon in #239
New Contributors
- @wojtek19022 made their first contribution in #227
- @volcan01010 made their first contribution in #228
- @dvdkon made their first contribution in #231
- @ximenesuk made their first contribution in #232
Full Changelog: 2.0.4...2.1.0
2.0.4
Python 3.12/3.13 and Mac m1 release
- fixes deployment on PyPi
2.0.3
What's Changed
- add packages for python 3.12/3.13 by @PeterPetrik in #207
- add m1/m2 apple release by @PeterPetrik in #211
New Contributors
Full Changelog: 2.0.2...2.0.3
2.0.2
- Fixed handling of timestamps with fractions of seconds in PostgreSQL driver (#186)
- Fixed diff between two PostgreSQL databases (#185)
- Fixed setting of no logger callback in Python (#190)
- Fixed concatenation robustness issues when inputs given in wrong order (#174)
- Added auto tests for CLI (#183)
- Increased code coverage to 90% (#169)
- Added Python wheels for Python 3.11 (#200)
2.0.1
2.0.0
Normally this would be a minor release (1.1.0), but in the end it is a major release (2.0.0) mainly because of the changes in the C API.
The good news is that Python API stays unchanged!
New features:
- added API for listing of available drivers (#130)
- added API and a CLI option to ignore specified tables (#182)
- added API to get WKB from GeoPackage's geometry encoding (#162)
- more detailed logging of errors from SQLite driver (#135)
Bugs fixed:
- fixed handling of several data types in PostgreSQL
- only convert column types to base types when changing driver (#176)
Under the hood:
1.0.6
Packaging-only release
- added support for Python 3.10
- remove support for Python 3.6
- added support for musllinux (alpine)