Pyaerocom

Latest version: v0.17.1

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

Scan your dependencies

Page 1 of 4

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

0.15.0

What's Changed
* Implement color scales from Hilde by lewisblake in https://github.com/metno/pyaerocom/pull/818
* Drop Proj legacy by avaldebe in https://github.com/metno/pyaerocom/pull/908
* ICOS CO2 Reader by lewisblake in https://github.com/metno/pyaerocom/pull/888
* clean up icos reader and tests by avaldebe in https://github.com/metno/pyaerocom/pull/910
* fix to make daily files read correctly by jgriesfeller in https://github.com/metno/pyaerocom/pull/894
* re-format with newer black by avaldebe in https://github.com/metno/pyaerocom/pull/911
* Upgrade Earlinet reader and implement vertical profiles by lewisblake in https://github.com/metno/pyaerocom/pull/855
* conco3 in fairmode_stats.py by lewisblake in https://github.com/metno/pyaerocom/pull/916
* Remove deleting out_dirs when creating the JSON files by lewisblake in https://github.com/metno/pyaerocom/pull/923
* Fix plugins for ICOS and mmr vs vmr issue by lewisblake in https://github.com/metno/pyaerocom/pull/921
* Fix Regions 901 by lewisblake in https://github.com/metno/pyaerocom/pull/918
* Add add_pages to WebDisplaySetup by lewisblake in https://github.com/metno/pyaerocom/pull/924
* Remove pickle file from CI used in test_collocation_3d by lewisblake in https://github.com/metno/pyaerocom/pull/925
* Refactor and reintroduce diurnal processing by lewisblake in https://github.com/metno/pyaerocom/pull/927
* download test data with pooch by avaldebe in https://github.com/metno/pyaerocom/pull/929
* Update Dependencies by avaldebe in https://github.com/metno/pyaerocom/pull/928
* ReadICOS: CH4 and CO by lewisblake in https://github.com/metno/pyaerocom/pull/934
* try to fix airnow files with strange file encodings by jgriesfeller in https://github.com/metno/pyaerocom/pull/895
* changes for the DOMOS project by jgriesfeller in https://github.com/metno/pyaerocom/pull/826
* adjusted some color bars to match those from the old idl tools by jgriesfeller in https://github.com/metno/pyaerocom/pull/866
* Ipc forests by dulte in https://github.com/metno/pyaerocom/pull/746
* Add listcache to CLI by lewisblake in https://github.com/metno/pyaerocom/pull/938
* some more CAMS2-40 task4041 work by jgriesfeller in https://github.com/metno/pyaerocom/pull/944


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

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.