Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Bump wetterdienst from 0.56.2 to 0.58.0 #53

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps wetterdienst from 0.56.2 to 0.58.0.

Release notes

Sourced from wetterdienst's releases.

v0.58.0

What's Changed

  • Add retry to functions
  • Add implementation for IMGW observation

Full Changelog: earthobservations/wetterdienst@v0.57.1...v0.58.0

v0.57.1

What's Changed

New Contributors

Full Changelog: earthobservations/wetterdienst@v0.57.0...v0.57.1

v0.57.0

What's Changed

  • Drop third party notices again
  • Move Raspi installation hints to README.rst -> Thanks @​chr-sto !
  • Migrate to polars
  • Add DWD Road Weather

New Contributors

Full Changelog: earthobservations/wetterdienst@v0.56.2...v0.57.0

Changelog

Sourced from wetterdienst's changelog.

0.58.0 (10.07.2023)


  • Add retry to functions
  • Add IMGW Hydrology API
  • Add IMGW Meteorology API
  • Rename FLOW to DISCHARGE and WATER_LEVEL to STAGE everywhere

0.57.1 (28.06.2023)


  • Fix pyarrow dependency

0.57.0 (15.05.2023)


  • Backend: Migrate from pandas to polars
  • Sources: Add DWD Road Weather data

.. attention::

Switching to Polars may cause breaking changes for certain user-space code
heavily using pandas idioms, because Wetterdienst now returns a `Polars DataFrame`_.
If you absolutely must use a pandas DataFrame, you can cast the Polars DataFrame
to pandas by using the ``.to_pandas()`` method.

.. _Polars DataFrame: https://pola-rs.github.io/polars/py-polars/html/reference/dataframe/

Commits
  • c27dde8 Update dependencies
  • 605b10d Bump version to 0.58.0
  • b0b33f0 Add implementation for IMGW observation
  • 5460e62 Add retry to functions
  • a3bc166 Update dependencies
  • 0f18550 Fix CI pipeline
  • dd57306 Fix pyarrow dependency and bump version to 0.57.1
  • 9027591 CI: Do not build and publish OCI images on GHA PRs from non-members
  • 317cb44 Retroactively update documentation about breaking change with Polars
  • 6e3408e Update python-api.rst
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wetterdienst](https://github.com/earthobservations/wetterdienst) from 0.56.2 to 0.58.0.
- [Release notes](https://github.com/earthobservations/wetterdienst/releases)
- [Changelog](https://github.com/earthobservations/wetterdienst/blob/main/CHANGELOG.rst)
- [Commits](earthobservations/wetterdienst@v0.56.2...v0.58.0)

---
updated-dependencies:
- dependency-name: wetterdienst
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 11, 2023
@eUgEntOptIc44 eUgEntOptIc44 merged commit 7c79ee2 into main Jul 22, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/wetterdienst-0.58.0 branch July 22, 2023 17:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant