Skip to content

Commit

Permalink
chore(release): 0.18.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.18.0](v0.17.1...v0.18.0) (2024-02-03)

### Features

* Add adjust_color_balance method in Image ([#530](#530)) ([dba23f9](dba23f9)), closes [#525](#525)
* Add find_edges method in Image ([#531](#531)) ([d728eb6](d728eb6)), closes [#523](#523)
* class for time series ([#508](#508)) ([73cdfb1](73cdfb1)), closes [#481](#481)
  • Loading branch information
semantic-release-bot committed Feb 3, 2024
1 parent 4fe3baf commit 32b4d8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.18.0](https://github.com/Safe-DS/Library/compare/v0.17.1...v0.18.0) (2024-02-03)


### Features

* Add adjust_color_balance method in Image ([#530](https://github.com/Safe-DS/Library/issues/530)) ([dba23f9](https://github.com/Safe-DS/Library/commit/dba23f90b29af3ac5b3187eeea53dcedebe9a2b8)), closes [#525](https://github.com/Safe-DS/Library/issues/525)
* Add find_edges method in Image ([#531](https://github.com/Safe-DS/Library/issues/531)) ([d728eb6](https://github.com/Safe-DS/Library/commit/d728eb60aa75afddde386a129f93cd0f327e56df)), closes [#523](https://github.com/Safe-DS/Library/issues/523)
* class for time series ([#508](https://github.com/Safe-DS/Library/issues/508)) ([73cdfb1](https://github.com/Safe-DS/Library/commit/73cdfb119cb4243e56a5e99d40cfdbacf0466daf)), closes [#481](https://github.com/Safe-DS/Library/issues/481)

## [0.17.1](https://github.com/Safe-DS/Library/compare/v0.17.0...v0.17.1) (2024-01-11)


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.17.1"
version = "0.18.0"
description = "A user-friendly library for Data Science in Python."
authors = ["Lars Reimann <mail@larsreimann.com>"]
license = "MIT"
Expand Down

0 comments on commit 32b4d8f

Please sign in to comment.