-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New features for upcoming version 4 #262
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7611dd7 - Browse repository at this point
Copy the full SHA 7611dd7View commit details -
make Python wrappers around osmium objects persistent
Python wrappers now stay alive throughout handler chains. This allows to carry over information from one handler to the next. Also generalizes reporting for enabled types.
Configuration menu - View commit details
-
Copy full SHA for 43d255d - Browse repository at this point
Copy the full SHA 43d255dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 713500d - Browse repository at this point
Copy the full SHA 713500dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d43af - Browse repository at this point
Copy the full SHA 72d43afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fdb4a8 - Browse repository at this point
Copy the full SHA 8fdb4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851681d - Browse repository at this point
Copy the full SHA 851681dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3664d5d - Browse repository at this point
Copy the full SHA 3664d5dView commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99c4220 - Browse repository at this point
Copy the full SHA 99c4220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 704e519 - Browse repository at this point
Copy the full SHA 704e519View commit details -
simplify internal module structure
area and filter don't need extra Python module code.
Configuration menu - View commit details
-
Copy full SHA for 68fa406 - Browse repository at this point
Copy the full SHA 68fa406View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62d3b5 - Browse repository at this point
Copy the full SHA c62d3b5View commit details -
use keyword args for SimpleWriter
This is backwards compatible but allows more flexibility to add new parameters.
Configuration menu - View commit details
-
Copy full SHA for 61b620d - Browse repository at this point
Copy the full SHA 61b620dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd53b2 - Browse repository at this point
Copy the full SHA 3cd53b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cfe339 - Browse repository at this point
Copy the full SHA 0cfe339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 180fb27 - Browse repository at this point
Copy the full SHA 180fb27View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9020a52 - Browse repository at this point
Copy the full SHA 9020a52View commit details -
move BaseFilter into osmium base module
This way filters can also be implemented outside the filter module.
Configuration menu - View commit details
-
Copy full SHA for 7dd484f - Browse repository at this point
Copy the full SHA 7dd484fView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad9ef05 - Browse repository at this point
Copy the full SHA ad9ef05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e977c4 - Browse repository at this point
Copy the full SHA 5e977c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc84490 - Browse repository at this point
Copy the full SHA cc84490View commit details -
make SimpleWriter a handler and remove WriteHandler
Keep an alias for backward compatibility.
Configuration menu - View commit details
-
Copy full SHA for 160f1ba - Browse repository at this point
Copy the full SHA 160f1baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aad78b - Browse repository at this point
Copy the full SHA 6aad78bView commit details
Commits on Aug 15, 2024
-
defer initialisation of reader in FileProcessor
The reader will immediatedly start reading, thus making the FileProcessor construction slow. It also means that the FileProcessor cannot be reused.
Configuration menu - View commit details
-
Copy full SHA for 59d0555 - Browse repository at this point
Copy the full SHA 59d0555View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea0657f - Browse repository at this point
Copy the full SHA ea0657fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 467b7a3 - Browse repository at this point
Copy the full SHA 467b7a3View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1188098 - Browse repository at this point
Copy the full SHA 1188098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d0a32 - Browse repository at this point
Copy the full SHA 89d0a32View commit details