v0.18.0
What's Changed
- Add typer to the requirements by @charlienegri in #541
- Removes tqdm and adds model/obs paths to the cli by @dulte in #576
- CAMS2-83 surface observations by @avaldebe in #546
- Fix dates cams2 83 by @dulte in #622
- extract periods from date range, add new models by @charlienegri in #685
- Fix missing dates cams2 83 by @dulte in #726
- save memory by using hdf5-reader; avoid double reading during file-ch… by @heikoklein in #1087
- add dask-chunks to limit memory-consumption by @heikoklein in #1089
- fix: Drop stats not happening when num_valid=0 by @thorbjoernl in #1111
- Implement tests for EvalSetup component classes. by @thorbjoernl in #1110
- add general usage c3s work to main dev by @jgriesfeller in #1104
- Change geonum version to 1.5.0 by @thorbjoernl in #1122
- start work for map engine improvements by @charlienegri in #1121
- 0.17.1->0.18.dev0 by @thorbjoernl in #1127
- Merge CAMS2-83 code to main-dev by @heikoklein in #1128
- remove outdated AeronetV2 datasets by @jgriesfeller in #1132
- Delete hoqq by @lewisblake in #1137
- Refactoring of calc_statistics by @thorbjoernl in #1117
- small improvement to tests by @charlienegri in #1136
- Read colocated files made outside of pyaerocom by @lewisblake in #1060
- Pydantic ColocatedData by @lewisblake in #1134
- fix ColocatedData calls in the cams2_83 engine by @charlienegri in #1139
- Fix fairmode rounding issue by @thorbjoernl in #1142
- Use continue instead of pass & implement tests for
vert_coords.py
by @lewisblake in #1049 - add mem_usage to logs by @heikoklein in #1144
- fixing netcdf-chunk cache overflow, avoid h5netcdf by @heikoklein in #1143
- Use logger.info rather than logging.info to get correct class by @heikoklein in #1145
- use load_dataarray instead of open_dataarray for collocateddata by @heikoklein in #1150
- adding more with-statements where close missing by @heikoklein in #1152
- Upgrade pandas by @thorbjoernl in #1151
- Adds option for kwargs in PyaroConfig by @dulte in #1115
- Add init to ColocatedData by @lewisblake in #1158
- Adds possibility of muliple ts per station by @dulte in #1102
- reduce memory consumption of cams283 obsreader by @heikoklein in #1160
- Releasing v0.18.0 by @lewisblake in #1162
Full Changelog: v0.17.1...v0.18.0