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.57.1 #52

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2023

Bumps wetterdienst from 0.56.2 to 0.57.1.

Release notes

Sourced from wetterdienst's releases.

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.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
  • 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
  • de0b1e5 Tests: Add test for DWD Road Weather example
  • 79e5d85 Upgrade Debian version to 12 bookworm
  • 6c6cd16 Bump version to 0.57.0
  • 8118abe Add road weather station parsing (#957)
  • 79b4459 rdwd link format corrected
  • cf72eac added links to dwd data overviews
  • 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.57.1.
- [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.57.1)

---
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 Jun 29, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 11, 2023

Superseded by #53.

@dependabot dependabot bot closed this Jul 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/wetterdienst-0.57.1 branch July 11, 2023 05:29
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

0 participants