Releases: metno/aerovaldb
Releases · metno/aerovaldb
v0.1.0rc1
What's Changed
- fix links in data/basedir by @heikoklein in #75
- Sqlitedb API implementation by @thorbjoernl in #60
- Adds test cases for edge cases found to be lacking test coverage by @thorbjoernl in #73
- fix: sqlitedb still using pkg_resources by @thorbjoernl in #83
- Adds a utility function for copying contents between DBs by @thorbjoernl in #84
Full Changelog: v0.0.20...v0.1.0rc1
v0.0.20
Full Changelog: v0.0.19...v0.0.20
v0.0.19
What's Changed
- Replace deprecated pkg_resources by @magnusuMET in #68
- Introduce CI testing for all supported Python versions by @thorbjoernl in #71
- v0.0.19 by @thorbjoernl in #72
New Contributors
- @magnusuMET made their first contribution in #68
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Various fixes required for Pyaerocom writing / locking by @thorbjoernl in #54
- Bump version 0.0.11 by @thorbjoernl in #56
- Allow folder path as resource string by @thorbjoernl in #57
- Remove debug print by @thorbjoernl in #58
- Fix json nan-serialization by @thorbjoernl in #59
- Adds log message to indicate locking status, validates parameters and improves environment variable bool parsing. by @thorbjoernl in #61
- Pypi release by @thorbjoernl in #63
- Fix profiles route by @thorbjoernl in #65
- Fix parameter validation regexp and bump version by @thorbjoernl in #67
Full Changelog: v0.0.10...v0.0.18
v0.0.17
Full Changelog: v0.0.16...v0.0.17
v0.0.15
What's Changed
- Various fixes required for Pyaerocom writing / locking by @thorbjoernl in #54
- Bump version 0.0.11 by @thorbjoernl in #56
- Allow folder path as resource string by @thorbjoernl in #57
- Remove debug print by @thorbjoernl in #58
- Fix json nan-serialization by @thorbjoernl in #59
- Adds log message to indicate locking status, validates parameters and improves environment variable bool parsing. by @thorbjoernl in #61
Full Changelog: v0.0.10...v0.0.15
v0.0.1
What's Changed
- add test-db by @AugustinMortier in #3
- Start implementing jsondb class. by @thorbjoernl in #1
- Rest of JSON API by @thorbjoernl in #4
- Fix contour by @thorbjoernl in #7
- Implement tests for json db api. by @thorbjoernl in #6
- Allow optional kwargs and implement remaining endpoints by @thorbjoernl in #8
- Fix hm ts by @thorbjoernl in #9
- Asynchronous API by @thorbjoernl in #10
- fix: rename hm / ts by @thorbjoernl in #11
- allowing async functions to be called like synced functions by @heikoklein in #12
- Use r instead of rb mode when reading json by @thorbjoernl in #14
- Better exceptions and types by @thorbjoernl in #15
- Cleanup optional arguments in api by @thorbjoernl in #13
- adding files for readthedocs by @heikoklein in #18
- Update documentation by @thorbjoernl in #21
- Fix wrong file access by @thorbjoernl in #22
- Fix missing function signature in aerovaldb API by @thorbjoernl in #23
- Proper data format version support by @thorbjoernl in #26
- Implement filtered endpoints (get_regional_stats and get_heatmap) by @thorbjoernl in #27
- fix: JSON parsing error with pyaerocom 0.14.0 data by @thorbjoernl in #29
- Cache
get_heatmap
andget_regional_stats
by @thorbjoernl in #30 - Fix slow glob stats by @thorbjoernl in #32
- Setup Mypy by @thorbjoernl in #31
- v 0.0.1 by @thorbjoernl in #33
New Contributors
- @AugustinMortier made their first contribution in #3
- @thorbjoernl made their first contribution in #1
- @heikoklein made their first contribution in #12
Full Changelog: https://github.com/metno/aerovaldb/commits/v0.0.1