Skip to content

Latest commit

 

History

History
186 lines (127 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

186 lines (127 loc) · 12.8 KB

Changelog

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

Commits

  • Can't just go ahead and change the license :) 39f7150
  • chore:add homepage to toml c62678e

0.7.1 - 2024-08-10

Merged

  • 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

Commits

  • Use mock response for basic geojson test b83016d
  • merge main into #140 ca2d57e
  • Parameterized geojson_extended test 2c7926b

0.7.0 - 2019-12-10

Merged

  • 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

Commits

  • Bugfixed and cleaned up _as_geojson method 5fabd38
  • added support for multipolygons 51c4ae9
  • added support for relations 4a61d9f

0.6.1 - 2018-08-29

Merged

  • Fixed api output for build=False #93 #97
  • Requests proxy support #86

Fixed

  • 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

Commits

  • reformatting and correctly routing xml responseformat c8f96ff
  • improvements on documentation afbaa5d
  • Updating README and examples f07db0d

0.6.0 - 2018-04-06

Commits

  • 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

Merged

  • 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

Fixed

  • Remove superfluous > chars, fixes #84 #84
  • Verbosity for GeoJSON output #79
  • logging compatible with py3, fixes #72 #72

Commits

0.5.6 - 2016-08-22

Commits

  • simplify setup.py so that it actually works... 3cdf157

0.5.5 - 2016-08-21

Merged

  • 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

Commits

  • 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

Merged

  • 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

Commits

  • raw commit dc960be
  • Implemented an exceptions class for every kind of error. fcd49d6
  • response format flexibility 98b6f63

0.1.0 - 2014-12-04

Commits

  • bumping version to 0.1.0, ready for pypi 90e3913
  • bumping to 0.0.2 7660f3e

0.0.2 - 2014-11-24

Merged

  • 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

Commits

  • First crack at geoJSON output ebedee0
  • merging pep8 changes from #19 f99f3fc
  • Setting 'out geometry;' on asGeoJSON=True queries - geoJSON output 20c1582

0.0.1 - 2014-09-16

Fixed

  • fix example #6
  • Adding debugging (fixes #2) and don't require full QL syntax (fixes #1) #2 #1

Commits

  • Initial commit b38e4ea
  • initial commit 0c2b55f
  • branching retrieving logic into separate function 6820bfe