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

Commit

Permalink
feat: compatibility with safe-ds v0.15.0 (#80)
Browse files Browse the repository at this point in the history
### Summary of Changes

Integrate API changes of [`safe-ds`
v0.15.0](https://github.com/Safe-DS/Stdlib/releases/tag/v0.15.0).

---------

Co-authored-by: megalinter-bot <[email protected]>
  • Loading branch information
lars-reimann and megalinter-bot authored Jul 14, 2023
1 parent 32fdcb2 commit 165bd97
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/examples/house_sales.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"execution_count": null,
"outputs": [],
"source": [
"house_sales.summary()"
"house_sales.summarize_statistics()"
],
"metadata": {
"collapsed": false
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/titanic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"execution_count": null,
"outputs": [],
"source": [
"titanic.summary()"
"titanic.summarize_statistics()"
],
"metadata": {
"collapsed": false
Expand Down
Loading

0 comments on commit 165bd97

Please sign in to comment.