You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides adding tests for the temporal types (WIP, see #13), the following minor changes have been done:
* Make boolean-flag-returning functions return None when False instead of raising an exception
* Remove __cmp__ methods since they are no longer used in Python3
* Add geodetic flag to geometry_to_gserialized function to create geodetic objectes from geometries
* Add function to plot several independent sequences at once and fix some issues
* Update geometry_to_gserialized calls to always pass the geodetic flag.
* Fix calls to geometry_to_gserialized with no self object (staticmethods)
* Support of PostGIS 3.4
* Update LICENSE.
* Add WKB conversions
---------
Co-authored-by: Diviloper <[email protected]>
The text was updated successfully, but these errors were encountered: