----------------- - Add prop_type() function. - Allow UTF-8 encoded paths for Python 2 (51). For Python 3, paths must always be str, never bytes. - Remove encoding from collection.meta, it's a file creation option only. - Support for linking GDAL frameworks (54).
0.16.1
Not secure
------------------- - Add listlayers, open, prop_width to __init__py:__all__. - Reset reading of OGR layer whenever we ask for a collection iterator (49).
0.16
Not secure
----------------- - Add support for writing layers to multi-layer files. - Add tests to reach 100% Python code coverage.
0.15
Not secure
----------------- - Get and set numeric field widths (42). - Add support for multi-layer data sources (17). - Add support for zip and tar virtual filesystems (45). - Add listlayers() function. - Add GeoJSON to list of supported formats (47). - Allow selection of layers by index or name.
0.14
Not secure
----------------- - Add option to add JSON-LD in the dumpgj program. - Compare values to six.string_types in Collection constructor. - Add encoding to Collection.meta. - Document dumpgj in README.
0.13
Not secure
----------------- - Python 2/3 compatibility in a single package. Pythons 2.6, 2.7, 3.3 now supported.