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

build(deps): bump safe-ds from 0.28.1 to 0.29.0 #166

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps safe-ds from 0.28.1 to 0.29.0.

Release notes

Sourced from safe-ds's releases.

v0.29.0

0.29.0 (2024-11-26)

Features

  • remove Image.__array__ (#964) (d2f59c9)
  • rename count_row_if to count_rows_if (#960) (f5d6324)
  • rename epoch_size to epoch_count (#962) (fa62e9b)
  • rename flip_vertically and flip_horizontally methods (#946) (a3607d7), closes #945
  • rename load_pretrained_model to from_pretrained_model (#957) (5b32acc)
  • rename Row.get_value to Row.get_cell (#947) (e77cb6c)

Bug Fixes

  • avoid performance warning when accessing column_count (#949) (c24b6d5)
  • handle deprecations in third-party libraries (#963) (e10e6bb)
  • index tensor on cpu (#961) (afafd43)
Changelog

Sourced from safe-ds's changelog.

0.29.0 (2024-11-26)

Features

  • remove Image.__array__ (#964) (d2f59c9)
  • rename count_row_if to count_rows_if (#960) (f5d6324)
  • rename epoch_size to epoch_count (#962) (fa62e9b)
  • rename flip_vertically and flip_horizontally methods (#946) (a3607d7), closes #945
  • rename load_pretrained_model to from_pretrained_model (#957) (5b32acc)
  • rename Row.get_value to Row.get_cell (#947) (e77cb6c)

Bug Fixes

  • avoid performance warning when accessing column_count (#949) (c24b6d5)
  • handle deprecations in third-party libraries (#963) (e10e6bb)
  • index tensor on cpu (#961) (afafd43)
Commits
  • 8b71f9d chore(release): 0.29.0 [skip ci]
  • d2f59c9 feat: remove Image.__array__ (#964)
  • e10e6bb fix: handle deprecations in third-party libraries (#963)
  • fa62e9b feat: rename epoch_size to epoch_count (#962)
  • afafd43 fix: index tensor on cpu (#961)
  • 5b32acc feat: rename load_pretrained_model to from_pretrained_model (#957)
  • f5d6324 feat: rename count_row_if to count_rows_if (#960)
  • 0a9d905 chore: update code owners (#959)
  • c24b6d5 fix: avoid performance warning when accessing column_count (#949)
  • 3ac00ed build(deps-dev): bump tornado from 6.4.1 to 6.4.2 (#948)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot requested a review from lars-reimann as a code owner December 1, 2024 21:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 1, 2024
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (279e9cd) to head (6511c43).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #166   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          792       792           
=========================================
  Hits           792       792           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/safe-ds-0.29.0 branch from 95bad55 to ce5ca15 Compare December 9, 2024 12:01
Bumps [safe-ds](https://github.com/Safe-DS/Library) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/Safe-DS/Library/releases)
- [Changelog](https://github.com/Safe-DS/Library/blob/main/docs/CHANGELOG.md)
- [Commits](Safe-DS/Library@v0.28.1...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/safe-ds-0.29.0 branch from ce5ca15 to 6511c43 Compare December 10, 2024 08:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 4, 2025

Superseded by #174.

@dependabot dependabot bot closed this Jan 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/safe-ds-0.29.0 branch January 4, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

0 participants