Please note that versions may include breaking changes.
- [improvement] missing geometric information is downloaded when needed
- [bug] package metadata has been updated to match the standard
- [bug]
Api
test did not run not successfully - [bug] adaption to newer versions of the
Overpass
server - [improvement] test for the waiting strategy related to the
Overpass
server introduced
- [bug] areaId was only computed for the first element of a
NominatimResult
, but not for the first element for which it does not vanish
- [feature] access to history
- [feature] caching strategies introduced
- [feature] caching strategy
CachingStrategyPickle
- [improvement] dependencies for testing are now only installed on request
- [improvement; breaking change] timestamps are now returned as objects
- [bug] metadata did not work for Api queries
- [minor bug] version was not returned as an integer
- [minor bug] the method to access the
Api
version was overwritten by the method to access the element version
Breaking changes:
- The constructors of the classes
Api
,Nominatim
, andOverpass
do not accept the paramtercacheDir
any longer. Instead, the parameter needs to be provided to the methodCachingStrategy.use
.