Skip to content

Latest commit

History

History
263 lines (123 loc) 路 13.8 KB

CHANGELOG.md

File metadata and controls

263 lines (123 loc) 路 13.8 KB

Changelog

0.11.0 (2023-04-25)

Features

Tests

CI/CD

Maintenance

0.10.3 (2023-03-10)

Maintenance

  • remove slots for compatibility reasons (2a58219)

0.10.2 (2023-03-09)

Bug Fixes

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

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)

0.9.1 (2023-01-23)

CI/CD

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)

0.8.0 (2023-01-18)

Features

Documentation

Maintenance

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

0.7.4 (2023-01-16)

Bug Fixes

Maintenance

CI/CD

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

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)

0.7.2 (2023-01-10)

Maintenance

  • add training_objective argument to tovectransformer (#36) (041f11f)

0.7.1 (2023-01-06)

Documentation

  • fix icon issue in readme.md (2371493)

0.7.0 (2023-01-06)

Features

Bug Fixes

CI/CD

Maintenance

  • general improvements (85596c2)
  • use swifter to speed up pandas apply (#28) (53684e9)

Documentation

0.6.3 (2023-01-04)

Features

0.6.2 (2022-12-22)

Documentation

  • improve contributing file (3b5287b)

CI/CD

  • improve the release process (096f3b2)

0.6.1 (2022-12-22)

Bug Fixes

  • wrong formatting in readme.md (425f4ed)

Documentation

0.6.0 (2022-12-22)

Features

  • add scripts to improve the release process 馃殌 (54a9dfe)