Python overpy 0.4 released

In version 0.4 many new features have been added and some bugs have been fixed. The new version is already available from PyPI.

Short changelog:

  • Support Areas
  • Parse center information
  • Parse geometry information
  • Add SAX parser
  • Add option to choose DOM or SAX parser
  • Fix issues (Thanks to all contributors)
  • Add property for default API URL
  • Add examples
  • Fix issues with CI builds with Python 3.2
  • Add Python 3.5 to CI builds

Python OverPy 0.3.1 released

In version 0.3.1 the internal data handling has been improved and two new helper functions have been added to the module.

Short changelog:

  • Improve internal data handling (Dominik)
  • Add helper functions (Morris Jobke)

Python OverPy 0.2 released

Version 0.2 of our Python wrapper for the OpenStreetMap Overpass API named OverPy is now beta. Many new features have been add in this version.

Short changelog:

  • Added support for xml response data
  • Added support for exceptions
  • Added tests with 100% code coverage
  • Removed Python 2.6 support
  • Added more examples to the documentation

Python OverPy 0.1 released

Version 0.1 of our Python wrapper for the OpenStreetMap Overpass API named OverPy is a Proof of Concept. But many features have already been added and we will add more for the next release.

Short changelog:

  • Initial release