- replace boost-python with header only pybind11 library - switch to cmake for configuration (called through setup.py) - default node cache changed to flex_mem
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
2.14.3
Added
Changed
Fixed
- fix rounding error in tests
2.14.2
Added
- expose Coordinates struct and mercator projection functions
Changed
- use current libosmium and protozero
Fixed
2.14.1
Added
Changed
Fixed
- fix build script to find libboost-python on Darwin
2.14.0
Added
Changed
- use current libosmium - install protozero separately from libosmium - installation documentation updated