Releases: osmcode/pyosmium
Releases · osmcode/pyosmium
Version 2.15.0
This is the first release to ship binary wheels.
Added
- more tests
Changed
- replace boost-python with header only pybind11 library
- switch to cmake for configuration (called through setup.py)
- default node cache changed to flex_mem
Version 2.14.4
Added
- allow to add arbitrary headers when updating files
- replication: custom URL opener
- cookie support for pyosmium-get-changes and pyosmium-up-to-date
Changed
- pyosmium-up-to-date declares itself as 'generator'
Fixed
- bug when reading sequence ID files in pyosmium-get-changes
Version 2.14.3
Fixed
- fix rounding error in tests
Version 2.14.2
Added
- expose Coordinates struct and mercator projection functions
Changed
- use current libosmium and protozero
Fixed
Version 2.14.0
Added
Changed
- use current libosmium
- install protozero separately from libosmium
- installation documentation updated
Fixed
Version 2.13.0
Added
- tests for WKB factories and replication server
- str() and repr() implementations for all classes in osmium.osm
- when applying diffs to a handler, a location cache may be used
Changed
- use new MultipolygonManager for building areas
- allow to access nodes in a NodeRefList with negative index
- use current libosmium
Fixed
- pyosmium-get-changes exits with an error when no start sequence can
be found
Version 2.11.3
Changed
- updated to latest libosmium 2.11 bugfix release
Fixed
- handler functions not called when using Reader instead of file
Version 2.12.4
Fixed
- make apply_reader_simple a template again
- minor fixes to documentation
Version 2.12.3
Added
- links to appropriate mailing lists and issue trackers
Changed
Fixed
- handler functions not called when using replication service (#38)
- pyosmium-get-updates: bad variable name
Version 2.11.2
Fixed
- handler functions not called when using replication service (#38)