Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 20, 2023
1 parent 42f76a3 commit 3983446
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.9.0](https://github.com/chrislemke/sk-transformers/compare/v0.8.0...v0.9.0) (2023-01-20)


### Features

* add ColumnEvalTransformer ([#52](https://github.com/chrislemke/sk-transformers/issues/52)) ([a03b079](https://github.com/chrislemke/sk-transformers/commit/a03b079d1818674c7115b4f3122656f0f1af1b1d))
* add string_splitter_transformer ([#53](https://github.com/chrislemke/sk-transformers/issues/53)) ([fdf89e1](https://github.com/chrislemke/sk-transformers/commit/fdf89e1dd9cb9de1348a9be11796a24023ec1817))


### Bug Fixes

* allow nans in query transformer ([b8bf874](https://github.com/chrislemke/sk-transformers/commit/b8bf8748124b12f634182af5660875f3b98e397c))


### Maintenance

* improve data check by only checking used columns ([#54](https://github.com/chrislemke/sk-transformers/issues/54)) ([ca450a4](https://github.com/chrislemke/sk-transformers/commit/ca450a4d69d0b9136996edf3dedb8a7e51b148d7))


### CI/CD

* add ability to run the Release action manually ([#56](https://github.com/chrislemke/sk-transformers/issues/56)) ([42f76a3](https://github.com/chrislemke/sk-transformers/commit/42f76a318e1202c6556b4b7f335cb855ec30368a))

## [0.8.0](https://github.com/chrislemke/sk-transformers/compare/v0.7.4...v0.8.0) (2023-01-18)


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 = "sk-transformers"
version = "0.8.0"
version = "0.9.0"
description = "A collection of various pandas & scikit-learn compatible transformers for all kinds of preprocessing and feature engineering"
authors = ["Christopher Lemke <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3983446

Please sign in to comment.