Releases: ARM-DOE/ACT
Releases · ARM-DOE/ACT
ACT Release v1.2.0
What's Changed
- DOC: Adding example for both fmcw and parisvel for august event. by @zssherman in #520
- ICARTT(v2.0) Input module by @jrobrien91 in #521
- Add in nan by @kenkehoe in #525
- Psl met by @kenkehoe in #524
New Contributors
- @jrobrien91 made their first contribution in #521
Full Changelog: v1.1.11...v1.2.0
ACT Release v1.1.11
What's Changed
- BUG: Bug fix for the FMCW reader that was adding an extra day to the … by @AdamTheisen in #519
Full Changelog: v1.1.10...v1.1.11
ACT Release v1.1.10
What's Changed
- ENH: Adding documentation on secrets by @AdamTheisen in #485
- ENH: Updating to test on 3.6 and 3.7 again for test purposes by @AdamTheisen in #488
- ADD: Add new PSL Wind Profiler Temperature Reader by @mgrover1 in #490
- ADD: New discovery module to download data from the NOAA PSL ftp/down… by @AdamTheisen in #492
- ENH: Support searching at the second level for ARM data by @mgrover1 in #494
- FIX: Fix hour minute second format for ARMLive by @mgrover1 in #496
- FIX: Add more robust parsing method to PSL Temperature data by @mgrover1 in #495
- FIX: Fix failing ci by adding missing % to ARMLive by @mgrover1 in #497
- FIX: Pass datetime to function not str by @mgrover1 in #498
- FIX: Add check for same datetime by @mgrover1 in #500
- FIX: Add barely less than a day for same time by @mgrover1 in #501
- Create CODE_OF_CONDUCT.md by @AdamTheisen in #505
- ENH: Updating on a different fork for the NOAA PSL Parsivel reader by @AdamTheisen in #506
- Adding in option to create data roses by @AdamTheisen in #507
- Adding new plot functionality to Data Rose by @AdamTheisen in #508
- FIX: Update API reference to build links by @mgrover1 in #510
- DOC: Fix of typos and mispellings as well as PEP8 changes. by @zssherman in #511
- Updating directory name that's created to remove spaces by @AdamTheisen in #514
- ENH: Updating example to try and get it to run by @AdamTheisen in #515
- DOC: Cheatsheet Updated by @zssherman in #516
- Make noaa psl wind profiler more generic by @mgrover1 in #517
- Adding Reader for the NOAA FMCW data by @AdamTheisen in #518
Full Changelog: v1.1.9...v1.1.10
ACT Release v1.1.9
What's Changed
- ENH: Adding some additional test coverage by @AdamTheisen in #483
- Drop nan values with histogram display by @mgrover1 in #484
Full Changelog: v1.1.8...v1.1.9
ACT Release v1.1.8
What's Changed
- ENH: Updates for airnow by @AdamTheisen in #478
- Airnow by @AdamTheisen in #479
- Feature: Adding plotting method calls for state variables by @kenkehoe in #480
- ENH: Expanding test_airnow coverage based on latest run results by @AdamTheisen in #481
Full Changelog: v1.1.7...v1.1.8
ACT Release v1.1.7
What's Changed
- ENH: Fix to the documentation by @AdamTheisen in #464
- Improved documentation and new atmospheric pressure test. by @kenkehoe in #466
- Adding keep_variables to reader by @kenkehoe in #467
- Documentation update by @kenkehoe in #465
- QC Configuration file by @kenkehoe in #468
- FIX: Backwards compatability for pyproj for python<3.8. by @zssherman in #474
- ENH: Fixing title issues for documentation by @AdamTheisen in #475
- IO combine_attrs bug by @AdamTheisen in #476
- ADD: get_airnow functionality by @jhemedin in #380
Full Changelog: v1.1.6...v1.1.7
Bug fixes, examples, and new QC
Micro release to fix a bug when filtering data based on QC. Also includes some updates to examples and as a larger contributions, the BSRN QC codes based on Long, Charles N., and Ellsworth G. Dutton. "BSRN Global Network recommended QC tests, V2. x." (2010).
v1.1.5
Please see 1.1.4 for full Release notes. 1.1.5 release is a fix for pysp2 release issues.
- FIX: Fix for release 1.1.4, pysp2 was not fully optional dependency. by @zssherman in #452
- FIX: PySP2 not optional in qc tests. by @zssherman in #453
Full Changelog: v1.1.4...v1.1.5
ACT Release v1.1.4
What's Changed
- Add Google Analytics ID by @mgrover1 in #396
- Fix Google Analytics to Match RTD Theme by @mgrover1 in #398
- ADD: New PySP2 wrapper for ACT by @rcjackson in #404
- cal_file_name fix by @rcjackson in #407
- CI: Adding Github actions tests for linux by @zssherman in #406
- Fixing bitwise comparisons with QC data by @kenkehoe in #409
- Build Docs Using Github Actions by @mgrover1 in #410
- Update branch to master not main by @mgrover1 in #411
- ENH: Adding badges for new github actions by @AdamTheisen in #412
- Not setting keywords for open_mfdataset() call by @kenkehoe in #413
- CI: Adding mac and windows tests. by @zssherman in #414
- ENH: Updating to new badge location by @AdamTheisen in #415
- Rename Master to Main by @mgrover1 in #416
- Add pre-commit hooks with black code formatting by @mgrover1 in #419
- Add new google analytics ID by @mgrover1 in #420
- Fix Google Analytics ID bug by @mgrover1 in #421
- ENH: Updating all the examples to better display images and fix bugs by @AdamTheisen in #423
- ADD: Adding coveralls back in, updating pytest and flake8 as well by @AdamTheisen in #429
- ADD: PySP2 to development environment by @rcjackson in #432
- Delete try_formatting.py by @AdamTheisen in #433
- Create codeql-analysis.yml by @AdamTheisen in #434
- Pin MetPy version by @mgrover1 in #437
- ENH: Fix for when pressure values are the same or decrease by @AdamTheisen in #436
- CI: Pinning numpy as binarys between releases are having issues etc. by @zssherman in #439
- Apply dqr by @kenkehoe in #441
- Add pydata theme, similar to PyART by @mgrover1 in #442
- Add blog page by @mgrover1 in #444
- NOAA GML data by @kenkehoe in #443
- Adding logic to ensure bit wise comparisons and bit flipping is done with integers by @kenkehoe in #447
- FIX circular import for PySP2 by @rcjackson in #435
- ENH: Adding date parser to get_armfiles. by @zssherman in #449
- Updated to set data as Dask array back in Dataset if data is originally stored as Dask array by @kenkehoe in #450
New Contributors
Full Changelog: v1.1.3...v1.1.4
ACT Release 1.1.3
ACT Release v.1.1.3 has performance fixes for the QC processing as well as the addition to the second roadmap and many warning and bug fixes.