Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ARM-DOE/ACT

Tags

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DOC: Update broken link. (#960)

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add wind_quiver_plot method to TimeSeriesDisplay (#950)

* adding back my wind quiver updates

* adding baseline images for tests

* fixing formatting

* fixing issue

* adding linting changes

* fixing format errors

* adding fix

* adding fix

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ADD: Adding ameriflux discovery module. This module is based on the R…

… code amerifluxr (#916)

* ENH: Add docs for arm-test-data and add to requirements.

* ADD: Adding ameriflux discovery module.
This module is based on the R code amerifluxr

* TST: Add ameriflux api unit tests.

* FIX: Rename discovery test to fix conlict.

* MNT: Update for review comments.

* ADD: Adding ameriflux reader.

* MNT: Combine fluxnet and base readers into one.

* FIX: Update init file.

* FIX: Add missing metadata field names.

* MNT: Add base only unit check.

* DOC: Add comments for the code.

* TST: Add test_ameriflux unit tests.

* MNT: Add automatic datatype check.

* FIX: Fixes datatype check for units_dict.

* FIX: Fix the file data type checks.

* FIX: Update metadata function to return strings to work with netcdf.

* TST: Change test to reflect new metadata storage.

* TST: Adding fetch of ameriflux files.

* FIX: Change path of file.

* FIX: Update parameter use.

* CI: Add openpyxl

* MNT: Some test changes.

* MNT: Change function to private function.

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NOAA GML aerosol reader (#917)

* Adding example for working with netCDF groups.

* Adding NOAA GML Aerosol ASCII file reader.

* PEP8

* PEP8

* PEP8

* PEP8

* Removing testing syntax.

v2.1.9

Toggle v2.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ENH: Add docs for arm-test-data and add to requirements. (#915)

v2.1.8

Toggle v2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ENH: Updating ARM call for downloads (#906)

v2.1.7

Toggle v2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIX: `read_arm_mmcr` fails when using a read-only input file (#888)

* FIX: `read_arm_mmcr` fails when using a read-only input file

* FIX: add condition on "heights" dimension

* ENH: I think I have a fix to work for read only.  The proposed method did not work on my mac after downloading data.

---------

Co-authored-by: AdamTheisen <[email protected]>

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIX: Adding setuptools and scm to pyproject. (#876)

v2.1.5

Toggle v2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding radiation quality control tests (#874)

* Adding Closure test from BSRN. Also allows test_options to be case insentive.

* Adding other component derivations and standardized variable names to not require shortwave.

* Adding tests for new retrievals and QC tests.

* Adding K tests

* Adding K tests, test, tests.

* Updating limits

* Adding K-tests

* Updated assert for new test limit.

* Renaming k_test to not be confused with other statistical tests available in numpy or other libraries.

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Build(deps): Bump pypa/gh-action-pypi-publish in the actions group (#853

)

Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `pypa/gh-action-pypi-publish` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>