Releases: JohnPaton/airbase
Releases · JohnPaton/airbase
v1.0.0
Adds Python and CLI support for the new parquet-based download portal. CLI support for the old csv-based portal has been removed. Python support for the for the old portal is still in place, but will be removed after it is dropped by the EEA at the end of 2024.
What's Changed
- Use new Download API by @avaldebe in #54
- Switch to uv for package management by @JohnPaton in #55
- fix CLI by @avaldebe in #62
- Update documentation for 1.0.0 by @JohnPaton in #64
- CI: use official uv action, fix dynamic package versioning by @JohnPaton in #65
- Bugfix: Don't update uv.lock inside CI by @JohnPaton in #66
Full Changelog: v0.8.1...v1.0.0
v0.8.1
v0.8.0
What's Changed
- limit memory and open-file usage on large downloads by @heikoklein in #47
- Python 3.12 support by @avaldebe in #45
- single semaphore by @avaldebe in #48
- use Typer instad of Click by @avaldebe in #49
- drop Python 3.7 support and enforce Python 3.8+ codding standards by @avaldebe in #50
New Contributors
- @heikoklein made their first contribution in #47
Full Changelog: v0.7.0...v0.8.0