- Fix validation bug for MultiPolygons
- Add utility to generate geometries with random data
- Fix tests by including test file into build
- Build universal wheels
- Encode long types correctly with Python 2.x
- Utility function to validate GeoJSON objects
- Stop outputting invalid GeoJSON value id=null on Features
- Fix bug where unicode/non-string properties with a 'type' key cause a crash
- Fix bug where unicode keys don't get decoded properly
- Add coords and map_coords utilities
- Compatibility with Python 3.4
- Remove nose dependency
- Convert doctests to unittests
- Run tests using runtests.sh
- Update README.rst documentation (fix errors, add examples)
- Allow simplejson to be used again
- Remove warning about RSTs in test/ upon install
- Flake8 everything
- Transition all documentation to reStructuredText
- Start using Travis CI
- Support Python 3
- Fix broken testcase when run using Python 2.6
- Fixed #186
- Internal code simplification
- Use nose test framework instead of rolling our own.
- Handle features with null geometries (#174).
- Final 1.0 release.
- Rename PyGFPEncoder to GeoJSONEncoder and expose it from the geojson module.
- Release candidate.
- Rename encoding module to codec.
- Get in step with GeoJSON draft version 6.
- Made all code work with Python 2.4.3, 2.5.1, will test with all variations. (see tests/rundoctests.dist)
- Made tests use ELLIPSIS to avoid output transmogification due to floating point representation.