File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 44All notable changes to this project will be documented in this file.
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 4.2.0] - 2025-10-21
8+
9+ ### Added
10+
11+ - new 'end_id' parameter for diff processing functions
12+ - new end ID/date parameters for pyosmium tools
13+
14+ ### Fixed
15+
16+ - restore packaging of README
17+ - use replace() instead of rename() to make overwriting planet files on Windows
18+
19+ ### Changed
20+
21+ - pre-generate man pages for easier packaging
22+ - diff processing functions and tools now throw an Error when diffs are
23+ requested that are older than then oldest available diff on the server
24+ - tools now error out, when the first diff download encounters a client
25+ error (HTTP 4xx)
26+
727## [ 4.1.1] - 2025-08-31
828
929### Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " osmium"
7- version = " 4.1.1 "
7+ version = " 4.2.0 "
88description = " Python bindings for libosmium, the data processing library for OSM data"
99requires-python = " >=3.8"
1010readme = " README.rst"
You can’t perform that action at this time.
0 commit comments