8000 Tags · ARM-DOE/ACT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ARM-DOE/ACT

Tags

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 <atheisen@anl.gov>

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ENH: Adding keywords to plot_barbs_from_u_v to better plot up the bar…

…bs (#848)

* ENH: Adding keywords to plot_barbs_from_u_v to better plot up the barbs

* ENH: bug fix

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removing a debug print statement (#841)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
There is an issue guessing the duration of the MPG movie. If the time…

… step of the movie is more than 0.1 then there can be multiple images that are the same. Checking multiple images being the same is how to determine the end of the movie. This fix allows some fudge factor by checking for multiple repeating images to signify the end. (#832)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ADD: Adding code to convert data to AmeriFlux variable naming convent…

…ions. (#830)

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correctly set movie duration for conversion (#818)

* Finding correct duration for movie when converting a mpg movie.

* Adding testing for update to converting MPEG movie.

* PEP8
0