Skip to content

Commit

Permalink
chore(release): 0.17.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.17.0](v0.16.0...v0.17.0) (2024-01-11)

### Features

* change image class to use PyTorch tensors and methods ([#506](#506)) ([efa2b61](efa2b61)), closes [#505](#505)
  • Loading branch information
semantic-release-bot committed Jan 11, 2024
1 parent 359ece3 commit 83f69ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.17.0](https://github.com/Safe-DS/Library/compare/v0.16.0...v0.17.0) (2024-01-11)


### Features

* change image class to use PyTorch tensors and methods ([#506](https://github.com/Safe-DS/Library/issues/506)) ([efa2b61](https://github.com/Safe-DS/Library/commit/efa2b61c4c1d3a54f8b94ddb2cb62792a03c1b85)), closes [#505](https://github.com/Safe-DS/Library/issues/505)

## [0.16.0](https://github.com/Safe-DS/Library/compare/v0.15.0...v0.16.0) (2023-11-22)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "safe-ds"
version = "0.16.0"
version = "0.17.0"
description = "A user-friendly library for Data Science in Python."
authors = ["Lars Reimann <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 83f69ad

Please sign in to comment.