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

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.6
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.7
Choose a head ref
  • 12 commits
  • 18 files changed
  • 5 contributors

Commits on Nov 11, 2024

  1. Build(deps): Bump pypa/gh-action-pypi-publish in the actions group (#877

    )
    
    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.11.0 to 1.12.2
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2)
    
    ---
    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>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e5c7194 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. MNT: Update code to remove warnings for datetime and pandas. (#878)

    * MNT: Update code to remove warnings for datetime and pandas.
    
    * FIX: Timezone not timedelta.
    zssherman authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fa908c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Build(deps): Bump codecov/codecov-action in the actions group (#879)

    Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    
    Updates `codecov/codecov-action` from 4 to 5
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c2cbca3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. ADD: Adding example for bringing BNF data sources together for plotti…

    …ng (#881)
    
    * ADD: Adding example for bringing BNF data sources together for plotting
    
    * ENH: Updating plot a little
    
    * ENH: Updating plotting and error handling
    
    * ENH: Updating error
    
    * ENH: updating error handling
    
    * ENH: error handling
    
    * ENH: Error handling
    
    * ENH: adding additional catch
    
    * ENH: Removing error checking so we don't reveal secrets
    AdamTheisen authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9b3f68c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    20cbf85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce7d471 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    d667bb3 View commit details
    Browse the repository at this point in the history
  2. Adding step detection test (#889)

    * Adding step detection test
    
    * Changing method in cusum() to not require running twice.
    
    * Correcting a misspelling.
    kenkehoe authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    2a6e1f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    4d4b1de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba0ede View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Build(deps): Bump pypa/gh-action-pypi-publish in the actions group (#891

    )
    
    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.12.2 to 1.12.3
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.3)
    
    ---
    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    372f565 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. 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]>
    isilber and AdamTheisen authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    0125b37 View commit details
    Browse the repository at this point in the history
Loading