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

build(deps): bump safe-ds from 0.21.0 to 0.26.0 #169

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps safe-ds from 0.21.0 to 0.26.0.

Release notes

Sourced from safe-ds's releases.

v0.26.0

0.26.0 (2024-05-29)

Features

Bug Fixes

  • handling of boolean columns in column statistics (#778) (f61cceb)
  • sort x values of line plot (#782) (74d8649)

Special thanks to all contributors:

v0.25.0

0.25.0 (2024-05-15)

Features

  • $R^2$ metric for regressors
  • allow using tabular datasets in predict
  • implement tabular containers and all transformer (except Discretizer) with polars
  • move NN converters and layers to separate packages (#759) (c6a4073)
  • remove deprecated methods from tabular containers
  • specify partial order in label encoder (#763) (6fbe537), closes #639
  • specify value separator when reading CSV file
  • standalone metrics package

Special thanks to all contributors:

v0.24.0

0.24.0 (2024-05-09)

... (truncated)

Changelog

Sourced from safe-ds's changelog.

0.26.0 (2024-05-29)

Features

Bug Fixes

  • handling of boolean columns in column statistics (#778) (f61cceb)
  • sort x values of line plot (#782) (74d8649)

0.25.0 (2024-05-15)

Features

Bug Fixes

  • Conversion of tabular dataset to tensors (#757) (9e40b65)
  • fixed devices with new polars implementation (#756) (e72339e)

Performance Improvements

  • implement one hot encoder and imputer using polars (#768) (e993c17)

0.24.0 (2024-05-09)

Features

  • Column.plot_histogram() using Table.plot_histograms for consistent results (#726) (576492c)
  • Regressor.summarize_metrics and Classifier.summarize_metrics (#729) (1cc14b1), closes #713
  • Table.keep_only_rows (#721) (923a6c2)

... (truncated)

Commits
  • 47747da chore(release): 0.26.0 [skip ci]
  • 098a07f feat: infer input size of forward and LSTM layers (#808)
  • 69a780c feat: specify column names in constructor of table transformers (#795)
  • f07bc5a feat: store window size and forecast horizon in dataset (#794)
  • e0cd47b build(deps): bump requests from 2.31.0 to 2.32.0 (#793)
  • a8b4f9f docs: add tutorials for ImageList processing and image classification with ...
  • 46f2f5d feat: remove output conversions (#792)
  • dd8394b feat: added method to load pretrained models from huggingface (#790)
  • 4a17f76 feat: string operations on cells (#791)
  • 4137131 feat: Table.count_row_if (#788)
  • 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 June 1, 2024 02:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/safe-ds-0.26.0 branch 3 times, most recently from ca92e1d to c43af0c Compare June 1, 2024 20:40
Bumps [safe-ds](https://github.com/Safe-DS/Library) from 0.21.0 to 0.26.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.21.0...v0.26.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.26.0 branch from c43af0c to af22eac Compare June 7, 2024 19:50
@lars-reimann lars-reimann requested a review from a team as a code owner June 17, 2024 09:24
Copy link
Contributor

github-actions bot commented Jun 17, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 9 0 0 0.52s
✅ PYTHON mypy 9 0 1.52s
✅ PYTHON ruff 9 0 0 0.02s
✅ REPOSITORY git_diff yes no 0.01s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@lars-reimann lars-reimann force-pushed the dependabot/pip/safe-ds-0.26.0 branch from d64b4d9 to 06d67fe Compare June 17, 2024 09:27
@lars-reimann lars-reimann force-pushed the dependabot/pip/safe-ds-0.26.0 branch from 06d67fe to 0afba49 Compare June 17, 2024 09:29
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (07680de) to head (0afba49).
Report is 30 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #169   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines           38        37    -1     
=========================================
- Hits            38        37    -1     

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

@lars-reimann lars-reimann merged commit 9dc67aa into main Jun 17, 2024
7 checks passed
@lars-reimann lars-reimann deleted the dependabot/pip/safe-ds-0.26.0 branch June 17, 2024 09:33
@lars-reimann
Copy link
Member

🎉 This PR is included in version 0.19.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Oct 2, 2024
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 released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant