geojson v1.0 Release Notes

Release Date: 2008-08-01 // over 15 years ago
    • ๐Ÿš€ Final 1.0 release.
    • ๐Ÿ“‡ Rename PyGFPEncoder to GeoJSONEncoder and expose it from the geojson module.

    1.0rc1 (2008-07-11)

    • ๐Ÿš€ Release candidate.

    1.0b1 (2008-07-02)

    • ๐Ÿ“‡ Rename encoding module to codec.

    1.0a4 (2008-04-27)

    • 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.