0.x (master)
Note
This version is not yet released and is under development.
- Add type hints
- Update requirements to 3.6.2+
- Update docs to use type hints
- Update CI pipelines
- Add automated upload to PyPI
- Build wheels
- Drop Python 2.7 support
- Replace Travis CI with GitHub Actions
- Change ThreadedHTTPServer to HTTPServer for tests
- Add CodeQL CI tests
- Add pre-commit
- Improve build steps
- Add support to retry a failed request
- Improve test handlers to fix issues with Py2.7 and PyPy
- Improve tests
- Add Support for Python 3.6
- Add function to handle remark tags and elements
- Add support to parse data from ET.Element
- Move attribute modifiers from class to package
- Change to use Exception instead of BaseException
- Add SAX parser
- Add option to choose DOM or SAX parser
- Fix issues with CI builds with Python 3.2
- Add Python 3.5 to CI builds
- Fix issues (Thanks to all contributors)
- Add property for default API URL
- Add examples
- Build Fixes
- GitHub templates
- Parse center information
- Parse geometry information
- Support Areas
- Improve example
- Improve internal data handling (Dominik)
- Add helper functions (Morris Jobke)
- 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
Proof of concept
- Initial release.