Safe-DS / Runner

Execute Safe-DS programs that were compiled to Python.
MIT License
2 stars 0 forks source link

build(deps): bump safe-ds from 0.14.0 to 0.16.0 #13

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps safe-ds from 0.14.0 to 0.16.0.

Release notes

Sourced from safe-ds's releases.

v0.16.0

0.16.0 (2023-11-22)

Features

Bug Fixes

Performance Improvements

  • remove unneeded copy operations in table transformers (#496) (6443beb), closes #494

v0.15.0

0.15.0 (2023-07-13)

Features

Bug Fixes

  • added the missing ids in parameterized tests (#412) (dab6419), closes #362
  • don't warn if Imputer transforms column without missing values (#448) (f0cb6a5)
  • Warnings raised by underlying seaborn and numpy libraries (#425) (c4143af), closes #357
Changelog

Sourced from safe-ds's changelog.

0.16.0 (2023-11-22)

Features

Bug Fixes

Performance Improvements

  • remove unneeded copy operations in table transformers (#496) (6443beb), closes #494

0.15.0 (2023-07-13)

Features

Bug Fixes

  • added the missing ids in parameterized tests (#412) (dab6419), closes #362
  • don't warn if Imputer transforms column without missing values (#448) (f0cb6a5)
  • Warnings raised by underlying seaborn and numpy libraries (#425) (c4143af), closes #357
Commits
  • 4499b87 chore(release): 0.16.0 [skip ci]
  • 6deddbe test: snapshot tests (#495)
  • 6443beb perf: remove unneeded copy operations in table transformers (#496)
  • 9a19389 feat: enable copy-on-write for pandas dataframes (#494)
  • 5bf0e75 feat: drop Python 3.10 and add Python 3.12 (#478)
  • 50efd15 build(deps-dev): bump mkdocs-literate-nav from 0.6.0 to 0.6.1 (#487)
  • 20df3c4 build(deps): bump scikit-image from 0.21.0 to 0.22.0 (#485)
  • e87cb00 chore(deps): bump levenshtein from 0.21.1 to 0.23.0 (#486)
  • c85b1f7 build(deps-dev): bump semantic-release from 22.0.5 to 22.0.6 (#490)
  • a592d2c fix(deps-dev): Bump urllib3 from 1.26.17 to 1.26.18 (#480)
  • 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 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)
codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7a6f653) 100.00% compared to head (27e3963) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 13 13 ========================================= Hits 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lars-reimann commented 10 months ago

:tada: This PR is included in version 0.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: