Releases: ARM-DOE/ACT
Releases · ARM-DOE/ACT
ACT Release Version 2.3.3
What's Changed
- STY: Fix some typos. by @zssherman in #1017
- ENH: Allow user to choose between all and minimal. by @zssherman in #1019
- MNT: Add sorted for nested reading. by @zssherman in #1020
- Build(deps): Bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 in the actions group by @dependabot[bot] in #1021
- DOC: Add new blog on working with multiple ARM files. by @zssherman in #1022
- ENH: Update publishing method. by @zssherman in #1023
Full Changelog: v2.3.2...v2.3.3
ACT Release Version 2.3.2
What's Changed
- DEL: Delete old environment file for travis/appveyor. by @zssherman in #1008
- FIX: Temporarily pin micromamba until new release or solution fixes 2.6.1 by @zssherman in #1010
- FIX: revert pin now that micromamba is fixed. by @zssherman in #1012
- FIX: Update URL configuration for ARM JupyterHub compatibility by @michaeltg12 in #1013
- FIX: Temporary fix until active is fixed. by @zssherman in #1014
New Contributors
- @michaeltg12 made their first contribution in #1013
Full Changelog: v2.3.1...v2.3.2
ACT Release Version 2.3.1
What's Changed
- ENH: Update ARM data download code to catch errors if files are incor… by @AdamTheisen in #985
- Build(deps): Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 in the actions group by @dependabot[bot] in #986
- FIX: sphinx gallery is now fixed, removing pins. by @zssherman in #987
- Fix for missing index by @zssherman in #988
- FIX: Update remaining old directory paths. by @zssherman in #989
- MNT: Update doc build to fix some of the warnings. by @zssherman in #991
- FIX: Update airnow tests. by @zssherman in #992
- More airnow updates by @zssherman in #993
- Airnow update by @zssherman in #994
- Build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #995
- FIX: Update moviepy test to use images from adc. by @zssherman in #997
- FIX: Fix many files to remove final warnings in doc build. by @zssherman in #998
- Adding function to overplot specific QC tests on 1D time-series data by @cgodine in #996
- Build(deps): Bump the actions group with 3 updates by @dependabot[bot] in #999
- ENH: AIRNOW test failing by @AdamTheisen in #1000
- FIX: Wind rose bins were not properly covering the entire compass. by @rcjackson in #1001
- FIX: Update timeseries testing errors to use pytest over numpy. by @zssherman in #1002
- DOC: Add third roadmap by @zssherman in #1003
- DOC: Update installation docs. by @zssherman in #1004
- CI: Update codecov argument to fix warning. by @zssherman in #1005
- Build(deps): Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the actions group by @dependabot[bot] in #1006
- FIX: Update environment for users. by @zssherman in #1007
Full Changelog: v2.3.0...v2.3.1
ACT Release Version 2.3.0
What's Changed
- Build(deps): Bump the actions group with 3 updates by @dependabot[bot] in #961
- TST: Update to skip nasa mplnet tests. by @zssherman in #962
- FIX: Temp fix to use base times instead of xarray coders. by @zssherman in #967
- ADD: 2025 ARM Summer School Blog Post by @jrobrien91 in #965
- ADD: PBL Height Retrieval via Gradient Methods by @jrobrien91 in #969
- Build(deps): Bump the actions group with 3 updates by @dependabot[bot] in #970
- FIX: Fix for default behaviour of data_vars. by @zssherman in #968
- MNT: Update naming of wind correction for clarity. by @zssherman in #971
- Build(deps): Bump actions/checkout from 5 to 6 in the actions group by @dependabot[bot] in #972
- FIX: Update airnow values to fix CI. by @zssherman in #973
- MNT: Revert mplnet skips. by @zssherman in #974
- ENH: Move setup metadata and test parameters to pyproject.toml file. by @zssherman in #975
- ADD: Function to create dummy QC variable from multiple ancillary QC variables. by @rcjackson in #964
- Build(deps): Bump the actions group with 2 updates by @dependabot[bot] in #977
- ENH: Move scripts to pyproject.toml and remove setup.py. by @zssherman in #976
- FIX: Fix for scipy1.11 were mode does not take non numeric. by @zssherman in #980
- FIX: Times and fields with nans seemed to be removed incorrectly. by @zssherman in #979
- FIX: Remove pytz and use timezone.utc. by @zssherman in #981
- ENH: Fixes for latest airnow updates by @AdamTheisen in #983
- FIX: Pre-commit hooks fixed to be Python 3.14 compatible. by @rcjackson in #984
Full Changelog: v2.2.3...v2.3.0
ACT Release Version 2.2.3
What's Changed
- MNT: Ameriflux update. by @zssherman in #947
- ENH: Adding a relative variability tests. Includes unit tests and ex… by @AdamTheisen in #951
- DOC: Readme update. by @zssherman in #954
- ENH: Fix for multiple QC variables in ancillary QC by @AdamTheisen in #953
- Build(deps): Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in #956
- ENH: Adding a sortby to fix out of order improve data by @AdamTheisen in #957
- MNT: Update codeowners list. by @zssherman in #958
- ENH: Updating broken links in the docs. by @AdamTheisen in #959
- DOC: Update broken link. by @zssherman in #960
Full Changelog: v2.2.2...v2.2.3
ACT Release Version 2.2.2
What's Changed
- TST: Remove print testing as we test warnings. by @zssherman in #931
- ADD: Y-error bar plotting capabilities for timeseries plots and time-height plots by @leahgibson in #934
- FIX: Forgot to add ameriflux environments to the workflow yml. by @zssherman in #933
- FIX: Attempted fix for failing windows test. by @zssherman in #935
- Update dependabot.yml by @mgrover1 in #937
- FIX: Another attempt to fix windows builds by using headers. by @zssherman in #936
- FIX: os path join was adding windows path for url, which breaks. by @zssherman in #938
- FIX: Update extract function to new standards. by @zssherman in #928
- ENH: adding error messages to discovery module by @AdamTheisen in #939
- FIX: Update posixpath generator to work in python 3.13. by @zssherman in #940
- Setting decode_timedelta keyword in Xarray.open_dataset() by @kenkehoe in #941
- CI: Update CI to use python 3.13. by @zssherman in #900
- TST: Update unit tests for more coverage. by @zssherman in #942
- Fix: Update request_type to POST for arm site location search with elastic search by @shahchiragh in #944
- CI: Remove versioneer from coverage config files and manifest by @zssherman in #945
- ENH: Add tool that uses arm discovery mod API and updates paths. by @zssherman in #946
- Updating the method to set default ylim for all NaN data and inverting y-axis. by @kenkehoe in #948
- Add wind_quiver_plot method to TimeSeriesDisplay by @ajsockol in #950
New Contributors
- @leahgibson made their first contribution in #934
- @shahchiragh made their first contribution in #944
Full Changelog: v2.2.1...v2.2.2
ACT Release Version 2.2.1
What's Changed
- ENH: Updating to work with moviepy v2 and above. by @AdamTheisen in #918
- ENH: Adding function to print and return a dictionary of DQRs in diff… by @AdamTheisen in #919
- ENH: Missed removing debug print by @AdamTheisen in #920
- Fix a broken link and wrong text on the contributor's guide by @isilber in #921
- MNT: See if improve servers are back. by @zssherman in #922
- ENH: Adding additional information to example script by @AdamTheisen in #924
- FIX: Update tests to reflect metpy changes of CAPE by @zssherman in #923
- FIX: Update violin plot to use new parameter orientation. by @zssherman in #925
- Removing duration for mpg movies calculation. by @kenkehoe in #926
- ADD: Adding ameriflux discovery module. This module is based on the R code amerifluxr by @zssherman in #916
Full Changelog: v2.2.0...v2.2.1
ACT Release Version 2.2.0
ACT Release Version 2.1.9
What's Changed
- FIX: Update code to use new cftime coders by @zssherman in #907
- Scikit posthocs by @kenkehoe in #913
- FIX: Update test values as scikit-posthocs has a bug fix. by @zssherman in #911
- ENH: Add docs for arm-test-data and add to requirements. by @zssherman in #915
Full Changelog: v2.1.8...v2.1.9
ACT Release Version 2.1.8
What's Changed
- FIX: Hyperlink not correct due to extra `. by @zssherman in #893
- NEW: Adding new example for working with CoURAGE data sources by @AdamTheisen in #894
- Build(deps): Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the actions group by @dependabot in #895
- Update issue templates by @zssherman in #897
- Adding in some additional keywords for customizing the plots/colorbar more by @AdamTheisen in #899
- FIX: Fix the analytics ID by @mgrover1 in #901
- CI: Remove Python 3.9 by @zssherman in #905
- Changed number of testing data to set off the tests. by @kenkehoe in #904
- FIX: Add headers to download. by @zssherman in #902
- ENH: Updating ARM call for downloads by @AdamTheisen in #906
Full Changelog: v2.1.7...v2.1.8