Geomet Versions Save

GeoMet - Pure Python conversion library for common geospatial data formats

1.1.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/geomet/geomet/compare/1.0.0...1.1.0

1.0.0

1 year ago

What's Changed

  • Fix bug in _round_and_pad with exponential coordinate values (#73)
  • Use assertNotEqual instead of assertNotEquals in tests, for Python 3.11 compatibility (#77)
  • Add support for Python 3.8, 3.9, and 3.10 (#79, #84)
  • Drop support for end-of-life Python versions 2.7, 3.4, 3.5, and 3.6 (#84)
  • Fix structure of coordinate values in GeoJSON to EsriJSON conversion (#82)
  • Update README with to add History and Limitations sections, and to expand on functionality (#86)

New Contributors

Full Changelog: https://github.com/geomet/geomet/compare/0.3.1...1.0.0

0.3.1

1 year ago

0.3.0

3 years ago
  • Add support for GeoPackage binary format (#56)
  • Add support for EsriJSON (#63, #66)
  • Migrate CI/CD/release automation to CircleCI, away from Travis-CI (#62)
  • Automate releases to PyPI through CircleCI (#62, #67)
  • Fix parsing for empty geometries (#53, #49)
  • Improve test coverage (#54)

0.2.1

4 years ago
  • Fix some floating rounding issues (#38)
  • Drop Python3.3 support
  • Add Python3.7 support
  • Fix a problem where the LICENSE file was not included with the source code package

0.2.0-2

6 years ago

Post-release to work around PyPI upload issues.

0.2.0-1

6 years ago
  • Fix minor packaging issues preventing upload to PyPI.

0.2.0

6 years ago
  • Add support for EWKT/EWKB
  • Add Python 3.6 support

0.1.0

7 years ago
  • Full WKT/WKB/GeoJSON conversion utilities
  • Python 2.7/3.3/3.4/3.5 support
  • First version released to PyPI.