Skip to content

Releases: chrislemke/sk-transformers

v0.11.0

25 Apr 13:02
25525e8
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

0.11.0 (2023-04-25)

Features

Tests

CI/CD

Maintenance

v0.10.3

10 Mar 07:33
c493677
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release

0.10.3 (2023-03-10)

Maintenance

  • remove slots for compatibility reasons (2a58219)

v0.10.2

09 Mar 09:32
e709893
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release

0.10.2 (2023-03-09)

Bug Fixes

v0.10.1

09 Mar 09:16
4e30d2e
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

0.10.1 (2023-03-09)

Features

  • rich for better error messages (9cd9569)

Bug Fixes

  • make tuples flexible in string transformers (#77) (b02ccdb)
  • support for 2-arg np math functions in MathExpTrans (#83) (52f2d17)
  • warning implementation (#80) (406862a)

Documentation

  • fix missing training_objective in example notebook (f8f5d2f)

Security

  • update dependencies due to security issue with ipython (bc8d0f0)

CI/CD

  • add pre-commit-hooks-safety (5c50988)
  • fix issue of double running release action (d5ba926)
  • fix issue with autoupdate from pre-commit (267bb03)
  • pre-commit autoupdate (3699230)
  • update pre-commit (c82aa1f)

Maintenance

v0.10.0

26 Jan 13:04
34a9863
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

0.10.0 (2023-01-26)

Features

Bug Fixes

  • add sliced string as a separate column (#71) (743f617)

CI/CD

Maintenance

  • check for different dtypes in nan transformer (#72) (ffc11cb)
  • improve error messages by adding transformer name (#70) (b03d46a)

v0.9.1

23 Jan 09:45
ed8afca
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

0.9.1 (2023-01-23)

CI/CD

v0.9.0

20 Jan 20:18
3983446
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

0.9.0 (2023-01-20)

Features

Bug Fixes

  • allow nans in query transformer (b8bf874)

Maintenance

  • improve data check by only checking used columns (#54) (ca450a4)

CI/CD

  • add ability to run the Release action manually (#56) (42f76a3)

v0.8.0

18 Jan 14:05
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

0.8.0 (2023-01-18)

Features

Documentation

Maintenance

  • add init file for easier usage of transformers (#45) (e1edb18)

v0.7.4

16 Jan 13:07
3041f87
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

0.7.4 (2023-01-16)

Bug Fixes

Maintenance

CI/CD

  • add fast-forward merge action to pull requests (#42) (41036b9)

v0.7.3

12 Jan 07:28
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release

0.7.3 (2023-01-12)

Bug Fixes

  • deep transformer check ready to transform fails (91f9712)
  • issue with failing check_array if dataframe contains objects and nan (b99a734)