-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: ARM-DOE/ACT
base: v2.1.4
head repository: ARM-DOE/ACT
compare: v2.1.5
- 18 commits
- 43 files changed
- 8 contributors
Commits on Sep 9, 2024
-
Build(deps): Bump pypa/gh-action-pypi-publish in the actions group (#854
) 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.10.0 to 1.10.1 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c15563 - Browse repository at this point
Copy the full SHA 8c15563View commit details
Commits on Sep 18, 2024
-
ADD: MPLNET Discovery Module (#855)
* ADD: MPLNET Discovery Module * ENH: Removal of conflicting test * ENH: Fixed linting issues * ENH: Changed MPLNET example data request processing level
Configuration menu - View commit details
-
Copy full SHA for a4c01b8 - Browse repository at this point
Copy the full SHA a4c01b8View commit details
Commits on Sep 23, 2024
-
Build(deps): Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 i…
…n the actions group (#856) * Build(deps): Bump pypa/gh-action-pypi-publish in the actions group 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.10.1 to 1.10.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * TST: Update geoplot tile image. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zssherman <shermanx1991@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87c6b1c - Browse repository at this point
Copy the full SHA 87c6b1cView commit details
Commits on Sep 26, 2024
-
Persistence test ignore range (#857)
* Adding ignore_range keyword to add_persistence_test(). * Pulling min and max values from ignore_range keyword instead of expecting an order. * Updated absolute tolerance with tests to accomidate different values because of hardware/VM./ * Adjusting the test values and rounding to ensure tests work correctly across hardware.
Configuration menu - View commit details
-
Copy full SHA for 42af001 - Browse repository at this point
Copy the full SHA 42af001View commit details -
CI: First changes to try to fix CI. (#858)
* CI: First changes to try to fix CI. * FIX: Fix for dimensions issue. * FIX: Update test plots. * STY: PEP8. * FIX: Update datarose plot. * Update .github/workflows/ci.yml Co-authored-by: Max Grover <mgroverwx@gmail.com> * Update ci.yml * Update ci.yml * FIX: Fix syntax in windrosedisplay... * CI: Move some pip installs to conda. --------- Co-authored-by: Max Grover <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dadda9c - Browse repository at this point
Copy the full SHA dadda9cView commit details
Commits on Oct 11, 2024
-
Build(deps): Bump the actions group with 2 updates (#859)
* Build(deps): Bump the actions group with 2 updates Bumps the actions group with 2 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `mamba-org/setup-micromamba` from 1 to 2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) Updates `pypa/gh-action-pypi-publish` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * MNT: Skip PSL tests until system is back up. * CI: Remove ARM build. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zssherman <shermanx1991@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a4ef57 - Browse repository at this point
Copy the full SHA 2a4ef57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff55ec - Browse repository at this point
Copy the full SHA 0ff55ecView commit details
Commits on Oct 15, 2024
-
ADD: New example showing how to use ACT to work with ARM and Satellit… (
#862) * ADD: New example showing how to use ACT to work with ARM and Satellite data * ENH: Updating tests * ENH: Adding in averaging to the TSI data. * FIX: Update example for new parameter order. --------- Co-authored-by: zssherman <shermanx1991@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 70a757c - Browse repository at this point
Copy the full SHA 70a757cView commit details
Commits on Oct 30, 2024
-
Climate Stripes plotting capability (#867)
* ADD: New example showing how to use ACT to work with ARM and Satellite data * ENH: Updating tests * ENH: Adding in averaging to the TSI data. * ADD: Adding new test * ADD: New plot * ENH: Adding climate stripes plot * ENH: Updates for stripe plot * ENH: Adding example * ENH: Updating documentation * ENH: New image with new cmap
Configuration menu - View commit details
-
Copy full SHA for 35b93bf - Browse repository at this point
Copy the full SHA 35b93bfView commit details -
MNT: Add back in NOAA PSL examples and more to see if database is bac…
…k. (#866) * MNT: Add back in NOAA PSL examples and more to see if database is back. * STY: PEP8 fix, remove unused import.
Configuration menu - View commit details
-
Copy full SHA for ca2afdb - Browse repository at this point
Copy the full SHA ca2afdbView commit details -
DOC: Update CI to use theme similar to Py-ART. Also fixing the code t…
…o remove some warnings. (#863) * CI: Update tile image. * MNT: Update code to remove warnings. * CI: Update doc ci.yml. * FIX: Update ci.yml * FIX: Update for conda named packages. * FIX: Another attempt to fix environment. * DOC: Update to new sphinx theme. * FIX: Update data utils and plot_qc to fix issues with new environment. * FIX: Update to check where mask is True. * FIX: Remove mpl example until a fix is created.
Configuration menu - View commit details
-
Copy full SHA for 849e4ec - Browse repository at this point
Copy the full SHA 849e4ecView commit details
Commits on Oct 31, 2024
-
MNT: Update ACT to use setuptools-scm (#869)
* CI: Update tile image. * MNT: Update ACT to use setuptools-scm. * FIX: Remove more versioneer.py. * FIX: More versioneer removal. * MNT: Attempted fix. * CI: Remove setuptools-scm from build. * Testing. * FIX: Add missing git fetch to get version history.
Configuration menu - View commit details
-
Copy full SHA for baa24dc - Browse repository at this point
Copy the full SHA baa24dcView commit details -
FIX: Fix version of ACT at top of page (#868)
* FIX: Fix version of ACT at top of page * FIX: Fix when version is empty
Configuration menu - View commit details
-
Copy full SHA for 8e79388 - Browse repository at this point
Copy the full SHA 8e79388View commit details -
DOC: Shorten title so it fits on main webpage. (#870)
* CI: Update tile image. * DOC: Update title so it fits on the main page.
Configuration menu - View commit details
-
Copy full SHA for 23e1d98 - Browse repository at this point
Copy the full SHA 23e1d98View commit details
Commits on Nov 1, 2024
-
FIX: Forgot to update conf.py to fix title issues. (#871)
* CI: Update tile image. * DOC: Update title so it fits on the main page. * FIX: Update documentation to shorten title.
Configuration menu - View commit details
-
Copy full SHA for ad0d88a - Browse repository at this point
Copy the full SHA ad0d88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4721a2b - Browse repository at this point
Copy the full SHA 4721a2bView commit details
Commits on Nov 6, 2024
-
Build(deps): Bump pypa/gh-action-pypi-publish in the actions group (#873
) 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.10.3 to 1.11.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.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>
Configuration menu - View commit details
-
Copy full SHA for b07be1e - Browse repository at this point
Copy the full SHA b07be1eView commit details
Commits on Nov 7, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6adb9be - Browse repository at this point
Copy the full SHA 6adb9beView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.4...v2.1.5