Skip to content

feat(deps): bump safe-ds from 0.19.0 to 0.20.0#74

Merged
lars-reimann merged 1 commit intomainfrom
dependabot/pip/safe-ds-0.20.0
Apr 3, 2024
Merged

feat(deps): bump safe-ds from 0.19.0 to 0.20.0#74
lars-reimann merged 1 commit intomainfrom
dependabot/pip/safe-ds-0.20.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

Bumps safe-ds from 0.19.0 to 0.20.0.

Release notes

Sourced from safe-ds's releases.

v0.20.0

0.20.0 (2024-04-03)

Features

Bug Fixes

Changelog

Sourced from safe-ds's changelog.

0.20.0 (2024-04-03)

Features

Bug Fixes

Commits
  • 98bccd0 chore(release): 0.20.0 [skip ci]
  • 1e7cc2b build(deps-dev): bump mkdocs-material from 9.5.16 to 9.5.17 (#605)
  • 12ac514 build(deps-dev): bump mkdocstrings-python from 1.9.0 to 1.9.2 (#604)
  • b7dd077 build(deps-dev): bump mkdocstrings from 0.24.1 to 0.24.2 (#603)
  • 00d3445 build(deps): bump ipython from 8.22.1 to 8.23.0 (#593)
  • 7f6f7c4 build(deps): bump pillow from 10.2.0 to 10.3.0 (#598)
  • 15d2c2d build(deps-dev): bump mkdocstrings-python from 1.8.0 to 1.9.0 (#595)
  • 8818d42 build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#594)
  • e1c3833 build(deps-dev): bump pytest from 8.0.2 to 8.1.1 (#591)
  • 491e354 build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#590)
  • 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)

Bumps [safe-ds](https://github.com/Safe-DS/Library) from 0.19.0 to 0.20.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.19.0...v0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from lars-reimann as a code owner April 3, 2024 08:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 3, 2024
@lars-reimann lars-reimann merged commit cb8fa08 into main Apr 3, 2024
@lars-reimann lars-reimann deleted the dependabot/pip/safe-ds-0.20.0 branch April 3, 2024 08:57
lars-reimann pushed a commit that referenced this pull request Apr 3, 2024
Bumps [safe-ds](https://github.com/Safe-DS/Library) from 0.19.0 to
0.20.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Safe-DS/Library/releases">safe-ds's
releases</a>.</em></p>
<blockquote>
<h2>v0.20.0</h2>
<h2><a
href="https://github.com/Safe-DS/Library/compare/v0.19.0...v0.20.0">0.20.0</a>
(2024-04-03)</h2>
<h3>Features</h3>
<ul>
<li>add deterministic hash methods to all types (<a
href="https://redirect.github.com/Safe-DS/Library/issues/573">#573</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/f6a3ca791fc1b3b99266dbe68c85dde0669c4186">f6a3ca7</a>)</li>
<li>add fnn functionality (<a
href="https://redirect.github.com/Safe-DS/Library/issues/529">#529</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/ce5315308b6d1c56258397c1300ee64698cf71bb">ce53153</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/522">#522</a></li>
<li>add suffixes to models to indicate their task (<a
href="https://redirect.github.com/Safe-DS/Library/issues/588">#588</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/d490dee5e01d65216d4417cceef505c08b27fda3">d490dee</a>)</li>
<li>added lag_plot (<a
href="https://redirect.github.com/Safe-DS/Library/issues/548">#548</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/0fb38d252c1596063ddad768d8a0a1e6ad07c1d4">0fb38d2</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/519">#519</a></li>
<li>added normal plot for time series (<a
href="https://redirect.github.com/Safe-DS/Library/issues/550">#550</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/dbdf11e9c8cbdd39861ba2c7946caf0e135011d2">dbdf11e</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/549">#549</a></li>
<li>when using from table to time series feature must be given (<a
href="https://redirect.github.com/Safe-DS/Library/issues/572">#572</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/ca23f0f6f6f42a36f79a38d1a7a696ca523bfd0c">ca23f0f</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/571">#571</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>incorrect type hint for <code>number_of_bins</code> parameter (<a
href="https://redirect.github.com/Safe-DS/Library/issues/567">#567</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/b434e537661e56fec44e265ef05f3e78779effc5">b434e53</a>)</li>
<li>mark various API elements as internal (<a
href="https://redirect.github.com/Safe-DS/Library/issues/587">#587</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/ea176fc576dd715dbfd2699055770a80d5ffb5ad">ea176fc</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/582">#582</a>
<a
href="https://redirect.github.com/Safe-DS/Library/issues/585">#585</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Safe-DS/Library/blob/main/docs/CHANGELOG.md">safe-ds's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/Safe-DS/Library/compare/v0.19.0...v0.20.0">0.20.0</a>
(2024-04-03)</h2>
<h3>Features</h3>
<ul>
<li>add deterministic hash methods to all types (<a
href="https://redirect.github.com/Safe-DS/Library/issues/573">#573</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/f6a3ca791fc1b3b99266dbe68c85dde0669c4186">f6a3ca7</a>)</li>
<li>add fnn functionality (<a
href="https://redirect.github.com/Safe-DS/Library/issues/529">#529</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/ce5315308b6d1c56258397c1300ee64698cf71bb">ce53153</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/522">#522</a></li>
<li>add suffixes to models to indicate their task (<a
href="https://redirect.github.com/Safe-DS/Library/issues/588">#588</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/d490dee5e01d65216d4417cceef505c08b27fda3">d490dee</a>)</li>
<li>added lag_plot (<a
href="https://redirect.github.com/Safe-DS/Library/issues/548">#548</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/0fb38d252c1596063ddad768d8a0a1e6ad07c1d4">0fb38d2</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/519">#519</a></li>
<li>added normal plot for time series (<a
href="https://redirect.github.com/Safe-DS/Library/issues/550">#550</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/dbdf11e9c8cbdd39861ba2c7946caf0e135011d2">dbdf11e</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/549">#549</a></li>
<li>when using from table to time series feature must be given (<a
href="https://redirect.github.com/Safe-DS/Library/issues/572">#572</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/ca23f0f6f6f42a36f79a38d1a7a696ca523bfd0c">ca23f0f</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/571">#571</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>incorrect type hint for <code>number_of_bins</code> parameter (<a
href="https://redirect.github.com/Safe-DS/Library/issues/567">#567</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/b434e537661e56fec44e265ef05f3e78779effc5">b434e53</a>)</li>
<li>mark various API elements as internal (<a
href="https://redirect.github.com/Safe-DS/Library/issues/587">#587</a>)
(<a
href="https://github.com/Safe-DS/Library/commit/ea176fc576dd715dbfd2699055770a80d5ffb5ad">ea176fc</a>),
closes <a
href="https://redirect.github.com/Safe-DS/Library/issues/582">#582</a>
<a
href="https://redirect.github.com/Safe-DS/Library/issues/585">#585</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Safe-DS/Library/commit/98bccd0365eb1a1a749d64c66dea8696040b14a0"><code>98bccd0</code></a>
chore(release): 0.20.0 [skip ci]</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/1e7cc2bbc0c62004728360a35167b5a6bdd68248"><code>1e7cc2b</code></a>
build(deps-dev): bump mkdocs-material from 9.5.16 to 9.5.17 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/605">#605</a>)</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/12ac51411a040781b5350fc4ff0cf00f48dbc046"><code>12ac514</code></a>
build(deps-dev): bump mkdocstrings-python from 1.9.0 to 1.9.2 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/604">#604</a>)</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/b7dd077339b43bd5b7322aa6e1c7ec43b4a9dff5"><code>b7dd077</code></a>
build(deps-dev): bump mkdocstrings from 0.24.1 to 0.24.2 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/603">#603</a>)</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/00d34458bedb4c570ec63102ff5e8c70a4f37a2f"><code>00d3445</code></a>
build(deps): bump ipython from 8.22.1 to 8.23.0 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/593">#593</a>)</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/7f6f7c4c4317b30164116b733588f0ca3bbf25b4"><code>7f6f7c4</code></a>
build(deps): bump pillow from 10.2.0 to 10.3.0 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/598">#598</a>)</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/15d2c2d9a3da37008626a3de4725e2ef3e967cbf"><code>15d2c2d</code></a>
build(deps-dev): bump mkdocstrings-python from 1.8.0 to 1.9.0 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/595">#595</a>)</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/8818d420d8e09499f82b769a12226446e79e1fb2"><code>8818d42</code></a>
build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/594">#594</a>)</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/e1c38336f7502a6eba3c21c258f3a85cc21bfc56"><code>e1c3833</code></a>
build(deps-dev): bump pytest from 8.0.2 to 8.1.1 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/591">#591</a>)</li>
<li><a
href="https://github.com/Safe-DS/Library/commit/491e354aa93580715143ee582cb264f5e4621f78"><code>491e354</code></a>
build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (<a
href="https://redirect.github.com/Safe-DS/Library/issues/590">#590</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Safe-DS/Library/compare/v0.19.0...v0.20.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=safe-ds&package-manager=pip&previous-version=0.19.0&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@lars-reimann lars-reimann changed the title build(deps): bump safe-ds from 0.19.0 to 0.20.0 feat(deps): bump safe-ds from 0.19.0 to 0.20.0 Apr 3, 2024
lars-reimann pushed a commit that referenced this pull request Apr 3, 2024
## [0.8.0](v0.7.0...v0.8.0) (2024-04-03)

### Features

* **deps:** bump safe-ds from 0.19.0 to 0.20.0 ([#74](#74)) ([86cccff](86cccff)), closes [#573](https://github.com/Safe-DS/Runner/issues/573) [#529](https://github.com/Safe-DS/Runner/issues/529) [#522](https://github.com/Safe-DS/Runner/issues/522) [#588](https://github.com/Safe-DS/Runner/issues/588) [#548](https://github.com/Safe-DS/Runner/issues/548) [#519](https://github.com/Safe-DS/Runner/issues/519) [#550](https://github.com/Safe-DS/Runner/issues/550) [#549](https://github.com/Safe-DS/Runner/issues/549) [#572](https://github.com/Safe-DS/Runner/issues/572) [#571](https://github.com/Safe-DS/Runner/issues/571) [#567](https://github.com/Safe-DS/Runner/issues/567) [#587](https://github.com/Safe-DS/Runner/issues/587) [#582](https://github.com/Safe-DS/Runner/issues/582) [#585](https://github.com/Safe-DS/Runner/issues/585) [#573](https://github.com/Safe-DS/Runner/issues/573) [#529](https://github.com/Safe-DS/Runner/issues/529) [#522](https://github.com/Safe-DS/Runner/issues/522) [#588](https://github.com/Safe-DS/Runner/issues/588) [#548](https://github.com/Safe-DS/Runner/issues/548) [#519](https://github.com/Safe-DS/Runner/issues/519) [#550](https://github.com/Safe-DS/Runner/issues/550) [#549](https://github.com/Safe-DS/Runner/issues/549) [#572](https://github.com/Safe-DS/Runner/issues/572) [#571](https://github.com/Safe-DS/Runner/issues/571) [#567](https://github.com/Safe-DS/Runner/issues/567) [#587](https://github.com/Safe-DS/Runner/issues/587) [#582](https://github.com/Safe-DS/Runner/issues/582) [#585](https://github.com/Safe-DS/Runner/issues/585) [#605](https://github.com/Safe-DS/Runner/issues/605) [#604](https://github.com/Safe-DS/Runner/issues/604) [#603](https://github.com/Safe-DS/Runner/issues/603) [#593](https://github.com/Safe-DS/Runner/issues/593) [#598](https://github.com/Safe-DS/Runner/issues/598) [#595](https://github.com/Safe-DS/Runner/issues/595) [#594](https://github.com/Safe-DS/Runner/issues/594) [#591](https://github.com/Safe-DS/Runner/issues/591) [#590](https://github.com/Safe-DS/Runner/issues/590)

### Bug Fixes

* sending images to the vscode extension fails, if the tensor is not local to the cpu ([#63](#63)) ([8cf0b57](8cf0b57))

### Performance Improvements

* faster startup ([#55](#55)) ([a3fbe24](a3fbe24))
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.

1 participant