[go: nahoru, domu]

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 Loading
base: v2.0.4
Choose a base ref
...
head repository: ARM-DOE/ACT Loading
compare: v2.0.5
Choose a head ref
  • 13 commits
  • 27 files changed
  • 5 contributors

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    90fc449 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    8594886 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Airnow bug (#805)

    * ENH: Bug fix for set_xrng
    
    * BUG: Bug fix for airnow API call
    AdamTheisen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    065c642 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. CI: Add dependabot.yml (#807)

    Add dependabot to check for changes in github action dependencies etc.
    zssherman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ab45010 View commit details
    Browse the repository at this point in the history
  2. Build(deps): Bump the actions group with 8 updates (#808)

    Bumps the actions group with 8 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
    | [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) | `3.8.0` | `3.9.3` |
    | [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) | `0.9.1` | `0.12.1` |
    | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
    | [pre-commit/action](https://github.com/pre-commit/action) | `3.0.0` | `3.0.1` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
    | [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` |
    | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.8.10` | `1.8.12` |
    
    
    Updates `actions/checkout` from 2 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    Updates `peaceiris/actions-gh-pages` from 3.8.0 to 3.9.3
    - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
    - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
    - [Commits](peaceiris/actions-gh-pages@v3.8.0...v3.9.3)
    
    Updates `styfle/cancel-workflow-action` from 0.9.1 to 0.12.1
    - [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
    - [Commits](styfle/cancel-workflow-action@0.9.1...0.12.1)
    
    Updates `actions/setup-python` from 4 to 5
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    Updates `pre-commit/action` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/pre-commit/action/releases)
    - [Commits](pre-commit/action@v3.0.0...v3.0.1)
    
    Updates `actions/upload-artifact` from 3 to 4
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    Updates `actions/download-artifact` from 3 to 4
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    Updates `pypa/gh-action-pypi-publish` from 1.8.10 to 1.8.12
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.8.12)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: peaceiris/actions-gh-pages
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: styfle/cancel-workflow-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: pre-commit/action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/download-artifact
      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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f8ca2f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Update DatastreamParser to accecpt pathlib.PosixPath (#809)

    * Changing time to ns precision to stop warning.
    
    * Updated ValueError message to use correct term. Changing time to ns precision to stop warning
    
    * Updated to accecpt pathlib.PosixPath. Updated to return expected values for site only and site and class only.
    
    * Changed to use ns precision for time to stop warning. Adding more testing for DatastreamParser() and updated to consolidate testing code.
    
    * Fix for linting
    
    * Fix for linting2
    kenkehoe committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ef3ea10 View commit details
    Browse the repository at this point in the history
  2. Build(deps): Bump the actions group with 1 update (#810)

    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.8.12 to 1.8.14
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.8.12...v1.8.14)
    
    ---
    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] committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ab0b516 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    390bf32 View commit details
    Browse the repository at this point in the history
  2. ADD: calculate_percentage function. (#811)

    * ADD: Adding new calculate_percentages function.
    
    * CI: Update environments to use development install of arm-test-data.
    
    * FIX: PEP8 fixes.
    
    * MNT: Adding init import for new sample_file.
    
    * FIX: PEP8 fix as well as a fix for windows non install of ffmpeg.
    
    * FIX: Missing runtimeerror catch.
    
    * ADD: Adding an example of the calculated_percentages function.
    
    * STY: Typo of percentages.
    zssherman committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f97a0d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. FIX: A fix for duplicate axes for xsectiondisplay. (#817)

    * FIX: A fix for duplicate axes for xsectiondisplay.
    
    * STY: PEP8 fix.
    zssherman committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6a5223b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f8557 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    b3bb31f View commit details
    Browse the repository at this point in the history
  2. 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
    kenkehoe committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    920d254 View commit details
    Browse the repository at this point in the history
Loading