All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.7.2 - 2024-08-10
0.7.1 - 2024-08-10
- Make tests run again
#167
- switch to poetry. tests are failing right now but we'll fix that next
#166
- Few minor Python 3 code modernizations
#160
- Add Python 3.11, drop below 3.8, update deps
#159
- Update README.md
#162
- Convenience properties for when API is next available
#150
- Handle variable numbers of lines in Overpass status page
#152
- documentation update to clarify CSV output
#146
- Leveraging pytest features
#141
- Include nodes, user, uid, timestamp, and version in GeoJSON properties
#130
- Add tox and Github Actions
#131
- Fix and modernize Travis CI
#132
- List comprehension, literal comparison, import ordering, staticmethod
#133
- Methods to check API status
#134
- GeoJson MultiPolygon errors with duplicate IDs
#129
- Add date parameter to query builder
#125
- Drop python v2.7 and v3.3 from tests, add v3.7–3.8
#128
- Relation and multipolygon support
#115
- Use mock response for basic geojson test
b83016d
- merge main into #140
ca2d57e
- Parameterized geojson_extended test
2c7926b
0.7.0 - 2019-12-10
- Relation and multipolygon support
#115
- Added some docstrings to API and get() method
#113
- Fix typo in README.md
#114
- Added ability to set headers of request
#110
- New example
plot_state_border
#107
- Bugfixed and cleaned up _as_geojson method
5fabd38
- added support for multipolygons
51c4ae9
- added support for relations
4a61d9f
0.6.1 - 2018-08-29
- adding examples and tests dirs to distribution, bumping to 0.6.1, fixes #50
#50
- strip whitespace, fixes #101
#101
- fix example, fixes #95
#95
- include test dir in manifest, fixes #50
#50
- add copyright to code, add LICENSE to manifest, fixes #51
#51
- re-adding RST doc (generated using pandoc from md file), fixes #67
#67
- reformatting and correctly routing xml responseformat
c8f96ff
- improvements on documentation
afbaa5d
- Updating README and examples
f07db0d
0.6.0 - 2018-04-06
- hotfix and fix tests
b77865a
- fixing var name in test script and remove function call
198aeb2
- update travis build config
db73fa3
0.5.7 - 2018-04-06
- fix bug in complete ways and relations query
#75
- Fix broken link in readme.
#68
- Revert "Change to https as http is no longer supported on overpass-ap…
#65
- Remove superfluous > chars, fixes #84
#84
- Verbosity for GeoJSON output
#79
- logging compatible with py3, fixes #72
#72
0.5.6 - 2016-08-22
- simplify setup.py so that it actually works...
3cdf157
0.5.5 - 2016-08-21
- Support for full multiline query
#57
- enable csv response format
#60
- Change to https as http is no longer supported on overpass-api.de
#63
- version 0.5.0
1051aba
- bumping to 0.5.4, getting markdown to rst to work for PyPi
cfb9407
- Working
a45480e
0.4.0 - 2016-03-31
- Added verbosity options to the return
#47
- fixes obvious error in example, see #37
#44
- Merge Wille's fork and improvements
#36
- Handle server runtime error from overpass API
#35
- Fix response encoding (fixing #34)
#34
- Substitute post for get. Received 414 error when requesting large poly
#26
- Implemented exceptions.
#25
- raw commit
dc960be
- Implemented an exceptions class for every kind of error.
fcd49d6
- response format flexibility
98b6f63
0.1.0 - 2014-12-04
0.0.2 - 2014-11-24
- no emails from travis
#22
- p3 compatibility + some formatting + removing unused import
#21
- Simple queries
#13
- Auto import
#11
- Allow newer version of requests
#12
- Enable syntax highlighting for code snippets.
#10
- Fix installation failure on case-sensitive file systems.
#9