* Support WKBElement objects as bind values elemoine (221) * Document the use of spatial functions in primaryjoin conditions elemoine (222)
0.6.1
-----
* Change WKBElement to read SRID from the EWKB string SergeBouchut (209) * Change WKTElement to read SRID from the EWKT string adrien-berchet elemoine (211)
0.6.0
-----
* Add AsGeoJSON for SpatiaLite TomGoBravo elemoine (204) * Remove the use_st_prefix argument and use SpatiaLite-compiled functions elemoine (204)
0.5.0
-----
* Add support for function ST_Azimuth simlmx (175) * Remove Python 3.3 from the test matrix elemoine (179) * Correct spelling mistakes EdwardBetts elemoine (180) * Make WKTElement and WKBElement pickable elemoine (182) * Add SpatiaLite support elemoine (181) * Fix to_shape with SpatiaLite elemoine (185)
0.4.2
-----
* Fix ST_LineLocatePoint return type fredj (170)
0.4.1
-----
* Fix docstring for overlaps_or_above dcere (166) * Add a WKTElement extended example movermeyer (164) * Add checks to _GISType constructor elemoine (162) * Support geometry column with no typmod elemoine (161) * Add ST_AsTWKB function. JacobHayes (146) * Create MANIFEST.in. pmlandwher (147) * Fix build_sphinx maximum recursion depth. ifedapoolarewaju (148) * Fix typo in elements code. elemoine (153)