Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.4.0 #232

Merged
merged 17 commits into from
Aug 19, 2024
Merged

Release/1.4.0 #232

merged 17 commits into from
Aug 19, 2024

Commits on Jul 10, 2024

  1. /version 1.4.0a0

    stitchee bot committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d087507 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Bump the pip-dependencies group with 4 updates

    Bumps the pip-dependencies group with 4 updates: [dask](https://github.com/dask/dask), [ruff](https://github.com/astral-sh/ruff), [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    
    Updates `dask` from 2024.6.2 to 2024.7.0
    - [Release notes](https://github.com/dask/dask/releases)
    - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
    - [Commits](dask/dask@2024.6.2...2024.7.0)
    
    Updates `ruff` from 0.5.0 to 0.5.2
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.5.0...0.5.2)
    
    Updates `mkdocs-jupyter` from 0.24.7 to 0.24.8
    - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md)
    - [Commits](danielfrg/mkdocs-jupyter@0.24.7...0.24.8)
    
    Updates `mkdocs-material` from 9.5.28 to 9.5.29
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.28...9.5.29)
    
    ---
    updated-dependencies:
    - dependency-name: dask
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip-dependencies
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-jupyter
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    02465ee View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    abeb680 View commit details
    Browse the repository at this point in the history
  2. /version 1.4.0a1

    stitchee bot committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    57ef44f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #227 from nasa/dependabot/pip/develop/pip-dependen…

    …cies-68da6bc2cf
    
    Bump the pip-dependencies group with 4 updates
    danielfromearth authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    028314d View commit details
    Browse the repository at this point in the history
  4. /version 1.4.0a2

    stitchee bot committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    614fc1a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Bump the pip-dependencies group with 7 updates

    Bumps the pip-dependencies group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [xarray](https://github.com/pydata/xarray) | `2024.6.0` | `2024.7.0` |
    | [dask](https://github.com/dask/dask) | `2024.7.0` | `2024.7.1` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
    | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.5.5` |
    | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.1` | `0.25.2` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.29` | `9.5.30` |
    
    
    Updates `xarray` from 2024.6.0 to 2024.7.0
    - [Release notes](https://github.com/pydata/xarray/releases)
    - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
    - [Commits](pydata/xarray@v2024.06.0...v2024.07.0)
    
    Updates `dask` from 2024.7.0 to 2024.7.1
    - [Release notes](https://github.com/dask/dask/releases)
    - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
    - [Commits](dask/dask@2024.7.0...2024.7.1)
    
    Updates `pytest` from 8.2.2 to 8.3.2
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.2)
    
    Updates `mypy` from 1.10.1 to 1.11.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.1...v1.11.1)
    
    Updates `ruff` from 0.5.2 to 0.5.5
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.5.2...0.5.5)
    
    Updates `mkdocstrings` from 0.25.1 to 0.25.2
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.25.1...0.25.2)
    
    Updates `mkdocs-material` from 9.5.29 to 9.5.30
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.29...9.5.30)
    
    ---
    updated-dependencies:
    - dependency-name: xarray
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip-dependencies
    - dependency-name: dask
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip-dependencies
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip-dependencies
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocstrings
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d08bcc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #229 from nasa/dependabot/pip/develop/pip-dependen…

    …cies-7db3955904
    
    Bump the pip-dependencies group with 7 updates
    danielfromearth authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5ec5092 View commit details
    Browse the repository at this point in the history
  2. /version 1.4.0a3

    stitchee bot committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    77435ea View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. update CHANGELOG.md

    danielfromearth committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3780552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d69bca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0efe9e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request #231 from nasa/feature/issue-230-allow-single-file…

    …-netcdf-filepath-input
    
    Feature/issue 230 allow single file netcdf filepath input
    danielfromearth authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e852dc3 View commit details
    Browse the repository at this point in the history
  2. /version 1.4.0a4

    stitchee bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e7ced6f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. /version 1.4.0rc1

    stitchee bot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    7ddba70 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    danielfromearth authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0a02b4f View commit details
    Browse the repository at this point in the history
  3. /version 1.4.0rc2

    stitchee bot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f71f241 View commit details
    Browse the repository at this point in the history