- support for sdist creation (now published via Pypi) - custom locations for libosmium and boost can be set via the environment variables `LIBOSMIUM_PREFIX` and `BOOST_PREFIX`. - export bounding box from osmium::io::Header
Changed
- Use libosmium 2.10.2
Fixed
- various typos in documentation - crash in replication handler on incomplete state files
2.9.0
Changed
- Use current libosmium
2.8.0
Changed
- Use current libosmium
Fixed
- Works with different libosmium versions.
2.7.1
Added
- `apply_buffer()` for handling in-memory data - MergeInputReader for reading and sorting multiple input files - Functions using replication change files to update an OSM file or database.
Changed
- Use current libosmium
2.6.0
Added
- Experimental write support, see documentation - Multiple examples for writing data
Changed
- Use current libosmium - Improve timestamp to datetime conversion - Simplified package structure that uses the compiled libs directly