Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ARM-DOE/ACT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.4
Choose a base ref
...
head repository: ARM-DOE/ACT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.5
Choose a head ref
  • 18 commits
  • 43 files changed
  • 8 contributors

Commits on Sep 9, 2024

  1. 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>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8c15563 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. 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
    jrobrien91 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a4c01b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 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>
    dependabot[bot] and zssherman authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    87c6b1c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. 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.
    kenkehoe authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    42af001 View commit details
    Browse the repository at this point in the history
  2. 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>
    zssherman and mgrover1 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dadda9c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. 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>
    dependabot[bot] and zssherman authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2a4ef57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff55ec View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. 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>
    AdamTheisen and zssherman authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    70a757c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. 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
    AdamTheisen authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    35b93bf View commit details
    Browse the repository at this point in the history
  2. 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.
    zssherman authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ca2afdb View commit details
    Browse the repository at this point in the history
  3. 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.
    zssherman authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    849e4ec View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. 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.
    zssherman authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    baa24dc View commit details
    Browse the repository at this point in the history
  2. 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
    mgrover1 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8e79388 View commit details
    Browse the repository at this point in the history
  3. DOC: Shorten title so it fits on main webpage. (#870)

    * CI: Update tile image.
    
    * DOC: Update title so it fits on the main page.
    zssherman authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    23e1d98 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. 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.
    zssherman authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ad0d88a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4721a2b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. 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>
    dependabot[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b07be1e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. 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.
    kenkehoe authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6adb9be View commit details
    Browse the repository at this point in the history
Loading