-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release/1.4.0 #232
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] <[email protected]>
…cies-68da6bc2cf Bump the pip-dependencies group with 4 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] <[email protected]>
…cies-7db3955904 Bump the pip-dependencies group with 7 updates
…-netcdf-filepath-input Feature/issue 230 allow single file netcdf filepath input
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[1.4.0] - 2024-08-19
Changed
PR Acceptance Checklist
CHANGELOG.md
updated📚 Documentation preview 📚: https://stitchee--232.org.readthedocs.build/en/232/