Releases: geoalchemy/geoalchemy2
Releases · geoalchemy/geoalchemy2
0.12.0
What's Changed
- Improve the gallery example for TypeDecorator by @adrien-berchet in #373
- Functions returning Box types now return None types instead of Geometry types by @EdwardBetts in #375
- Improve reflection mechanism and alembic interactions by @adrien-berchet in #374
- Improve documentation for functions applied to types other than Geometry by @adrien-berchet in #380
- Release 0.12.0 by @adrien-berchet in #381
Full Changelog: 0.11.1...0.12.0
0.11.1
0.11.0
What's Changed
- Fix spatial index declaration by @adrien-berchet in #344
- Use RecoverGeometryColumn instead of AddGeometryColumn with SQLite by @adrien-berchet in #354
- Remove metaclass as in SQLAlchemy, rework the tests and some reformatting by @adrien-berchet in #357
- Example of specific compilation for sided buffer with SQLite dialect by @adrien-berchet in #361
- Add a simple API to register custom mapping for SQLite function names by @adrien-berchet in #360
- Add GitHub URL for PyPi by @andriyor in #364
- Add Alembic helpers for Add/Drop columns with SQLite by @adrien-berchet in #362
New Contributors
Full Changelog: 0.10.2...0.11.0
0.10.2
What's Changed
- Use 'load_dialect_impl()' instead of 'impl' to get the type of the TypeDecorator objects by @adrien-berchet in #346
Full Changelog: 0.10.1...0.10.2
0.10.1
What's Changed
- Fix creation of columns using a TypeDecorator by @adrien-berchet in #343
Full Changelog: 0.10.0...0.10.1
0.10.0
What's Changed
- Add SummaryStats type for the ST_SummaryStatsAgg function by @adrien-berchet in #334
- Change KeyError into AttributeError in the comparator_factory of CompositeType by @adrien-berchet in #335
- Drop support for Python < 3.6 by @adrien-berchet in #337
- Fix cache warnings by @adrien-berchet in #338
Full Changelog: 0.9.4...0.10.0