Pyaerocom

Latest version: v0.18.0

Safety actively analyzes 628268 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.18.0

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


**Full Changelog**: https://github.com/metno/pyaerocom/compare/v0.17.1...v0.18.0

0.17.1

What's Changed
* Fix test_Config_read_config by lewisblake in https://github.com/metno/pyaerocom/pull/1105
* pre-release v0.17.0 by lewisblake in https://github.com/metno/pyaerocom/pull/1107
* Use dev release of Geonum instead of Github by thorbjoernl in https://github.com/metno/pyaerocom/pull/1100
* Update pyproject.toml for release v0.17.1 by lewisblake in https://github.com/metno/pyaerocom/pull/1109


**Full Changelog**: https://github.com/metno/pyaerocom/compare/v0.17.0...v0.17.1

0.17.0

What's Changed
* Fix pytest 8 warning by avaldebe in https://github.com/metno/pyaerocom/pull/1029
* run CI tests only on PRs by avaldebe in https://github.com/metno/pyaerocom/pull/1032
* update GH action version by avaldebe in https://github.com/metno/pyaerocom/pull/1033
* fixes wrongly assigned var_name when using use keyword closes 1027 by Ovewh in https://github.com/metno/pyaerocom/pull/1028
* adjust URL to pyaerocom.met.no by jgriesfeller in https://github.com/metno/pyaerocom/pull/1043
* Adds check if obs config is given as dict by dulte in https://github.com/metno/pyaerocom/pull/1045
* Removes configs parameters from get_lowlevel_reader by dulte in https://github.com/metno/pyaerocom/pull/1039
* drop Python 3.9 support by avaldebe in https://github.com/metno/pyaerocom/pull/1035
* Fix "vertical" typo by lewisblake in https://github.com/metno/pyaerocom/pull/1048
* fix most local tests with access to lustre by avaldebe in https://github.com/metno/pyaerocom/pull/1041
* fixing entry-point imports under pytest by heikoklein in https://github.com/metno/pyaerocom/pull/1051
* documentation fixes: re-adding installations to conda-envs and updating contributions by heikoklein in https://github.com/metno/pyaerocom/pull/1053
* force pydantic>2 by heikoklein in https://github.com/metno/pyaerocom/pull/1052
* Introduce a PR template by lewisblake in https://github.com/metno/pyaerocom/pull/1055
* Update GH actions by avaldebe in https://github.com/metno/pyaerocom/pull/1040
* Better default ranges for bsc532aer and ec532aer visualization on Aeroval by lewisblake in https://github.com/metno/pyaerocom/pull/1064
* move readers on plugins to io and remove extension entry points by avaldebe in https://github.com/metno/pyaerocom/pull/1063
* add Python 3.12 support by avaldebe in https://github.com/metno/pyaerocom/pull/1062
* Change the name of the statistic Mean Bias to MB on Aeroval by lewisblake in https://github.com/metno/pyaerocom/pull/1069
* Update api.rst by heikoklein in https://github.com/metno/pyaerocom/pull/1071
* Remove drop_stats and stat_decimals duplication by lewisblake in https://github.com/metno/pyaerocom/pull/1073
* warnings are not test errors by avaldebe in https://github.com/metno/pyaerocom/pull/1070
* Json write speedup by avoiding multiple float-conversions by heikoklein in https://github.com/metno/pyaerocom/pull/1075
* Fix typos and clean up docstrings in CLI by lewisblake in https://github.com/metno/pyaerocom/pull/1072
* Fix pip cache on CI by avaldebe in https://github.com/metno/pyaerocom/pull/1079
* support iris > 3.7 by jgriesfeller in https://github.com/metno/pyaerocom/pull/1061
* PR checklist to be ordered and have only one task per item by heikoklein in https://github.com/metno/pyaerocom/pull/1083
* Pydantic for Aeroval setupclasses.py by lewisblake in https://github.com/metno/pyaerocom/pull/1017
* Fix Pydantic namespace conflict in StatisticSetup by lewisblake in https://github.com/metno/pyaerocom/pull/1088
* fix Pydantic DeprecationWarning by avaldebe in https://github.com/metno/pyaerocom/pull/1081
* Move AerovalConfigError and AerovalTrendsError to aeroval/exceptions.py by thorbjoernl in https://github.com/metno/pyaerocom/pull/1090
* Temporary fix for test_etopo_altitude by thorbjoernl in https://github.com/metno/pyaerocom/pull/1092
* Use cached_property decorator on setupclasses.py::EvalSetup attributes which are computed_fields by lewisblake in https://github.com/metno/pyaerocom/pull/1093
* Put other inputs from EvalSetup in ExperimentInfo by lewisblake in https://github.com/metno/pyaerocom/pull/1095
* make ratpm25pm10 usable aeroval by jgriesfeller in https://github.com/metno/pyaerocom/pull/1057
* Change metastandards log messages to debug by thorbjoernl in https://github.com/metno/pyaerocom/pull/1094
* bump minimal iris version to 3.8.1 by jgriesfeller in https://github.com/metno/pyaerocom/pull/1099
* ensure exceptions are not silently suppressed by heikoklein in https://github.com/metno/pyaerocom/pull/1098

New Contributors
* thorbjoernl made their first contribution in https://github.com/metno/pyaerocom/pull/1090

**Full Changelog**: https://github.com/metno/pyaerocom/compare/v0.16.0...v0.17.0

0.16.0

What's Changed
* missing temporary path to unpack testdata-minimal.tar.gz by avaldebe in https://github.com/metno/pyaerocom/pull/997
* Logging improvements by heikoklein in https://github.com/metno/pyaerocom/pull/999
* Ebas warnings by heikoklein in https://github.com/metno/pyaerocom/pull/1001
* Make computed statistics configurable by allowing dropping of default statistics and specification of the number of decimals shown by lewisblake in https://github.com/metno/pyaerocom/pull/993
* renamed all ipcforests to the correct icpforests (except testdata) by jgriesfeller in https://github.com/metno/pyaerocom/pull/1007
* rm add_to_project by lewisblake in https://github.com/metno/pyaerocom/pull/1013
* run AeroVal experiment from CLI by avaldebe in https://github.com/metno/pyaerocom/pull/998
* Introduce FLOAT_DECIMALS (consequently refactor JSON utilities) by lewisblake in https://github.com/metno/pyaerocom/pull/1009
* Cleanup using autoflake by lewisblake in https://github.com/metno/pyaerocom/pull/1014
* New interface reader by dulte in https://github.com/metno/pyaerocom/pull/976
* Move default logs to default directory and cleanup of old logs by heikoklein in https://github.com/metno/pyaerocom/pull/1015
* Smaller logging improvements by heikoklein in https://github.com/metno/pyaerocom/pull/1018
* Removes conda installation from install.rst by dulte in https://github.com/metno/pyaerocom/pull/1022

New Contributors
* heikoklein made their first contribution in https://github.com/metno/pyaerocom/pull/999

**Full Changelog**: https://github.com/metno/pyaerocom/compare/v0.15.1...v0.16.0

0.15.1post1

Update version number metadata to upload to PyPI

**Full Changelog**: https://github.com/metno/pyaerocom/compare/v0.15.1...v0.15.1post1

0.15.1

Release for milestone [m2024-02](https://github.com/metno/pyaerocom/milestone/9)

What's Changed
* restore default colormaps by lewisblake in https://github.com/metno/pyaerocom/pull/957
* Add DOI to README by lewisblake in https://github.com/metno/pyaerocom/pull/958
* Add close_issues.yml to GitHub workflows to close issues after extended period of inactivity by lewisblake in https://github.com/metno/pyaerocom/pull/961
* GitHub actions to add issues to Model Evaluation Tools Project by lewisblake in https://github.com/metno/pyaerocom/pull/967
* Introduce issue templates by lewisblake in https://github.com/metno/pyaerocom/pull/985
* fix pytest 8 warnings by avaldebe in https://github.com/metno/pyaerocom/pull/974
* Fix up ICOS reader and tests to work with CO2, CH3, and CO by lewisblake in https://github.com/metno/pyaerocom/pull/979
* Use PyPis Trusted Publisher Management for releases by lewisblake in https://github.com/metno/pyaerocom/pull/982
* Include workflow_dispath into add_to_project.yml by lewisblake in https://github.com/metno/pyaerocom/pull/984
* replace reverse_geocode with geocoder_reverse_natural_earth by jgriesfeller in https://github.com/metno/pyaerocom/pull/978
* Fix bugs in 3d collocation and profile processing by lewisblake in https://github.com/metno/pyaerocom/pull/973


**Full Changelog**: https://github.com/metno/pyaerocom/compare/v0.15.0...v0.15.1

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.