Releases: ARM-DOE/ACT
v1.1.1
Configuration update to limit the matplotlib version to 3.4.3 as version 3.5 has introduced errors in ACT dependencies.
v1.1.0
A list of the changes are listed below but some of the highlights include updating some QC tests to use dask and adding new tests, adding a reader for the NOAA PSL Wind profiler, fixes to the CAPE/CIN calculations to use virtual temperature, and the addition of a function for the Liu Liang PBL height calculations from SONDE data.
What's Changed
- QC dask support by @kenkehoe in #355
- FIX: Fix for metpy sounding error. by @zssherman in #360
- ADD: Adding noaa psl wind profiler reader. by @zssherman in #358
- FIX: Addresses #361, use virtual temperature instead of temperature. by @zssherman in #362
- QC Tests data type by @kenkehoe in #365
- Sondepbl by @AdamTheisen in #364
- ENH: Removing survey link and adding announcement section by @AdamTheisen in #367
- FIX: Fixes for the pyart_obj creation. by @zssherman in #368
- ENH: There's a but in that open_mfdataset defaults to open_dataset if… by @AdamTheisen in #369
Full Changelog: v1.0.4...v1.1.0
Minor bug fixes
ACT release 1.0.4 for minor bugs that have been resolved in different parts of the code.
First ACT Take 3
Micro release to address some bugs, deprecation warnings, and the move to travis-ci.com. The DQR plotting should no correctly work when a single DQR had multiple time ranges.
First ACT Take 2
Micro release to address bugs in the packaging process. Note, v1.0.1 was intentionally skipped.
First ACT
This is the official release of ACT as version 1.0.0. As part of this update, the auto-generating documentation has been completely revamped to ensure completeness. The codes have been updated to ensure consistency across modules, various bug fixes and updates to resolve upcoming deprecation warnings. The roadmap for the direction of ACT towards a version 2.0.0 with added capabilities in between will be created based on feedback gathered from the community over the upcoming months.
Bugs in conda build
The conda build has brought to light some bugs in the code. Fixing those bugs.
Conda release bugs
Micro release to address a bug in the conda release process
ACT v0.7.0
This minor release increases total unit tests coverage to 90%, adds option to include wind percentages on the wind rose plot, adds a wrapper to read NOAA GML data from ASCII
Updates for conda release
The package was not properly including some new files for testing. This should include all of them