Skip to content

Latest commit

 

History

History
177 lines (104 loc) · 13.3 KB

CHANGELOG.md

File metadata and controls

177 lines (104 loc) · 13.3 KB

1.9.0 (2024-12-06)

🎁 Features

  • feat(kdp): migrating stats to pools executor (ad2496a)
  • feat(kdp): adding parallelization + fixes (788e7f5)

🪲 Bug Fixes

  • fix(kdp): fixing tests + new coverage (c9f895f)
  • fix(kdp): reparing shapes and transformer blocks (2334171)

1.8.0 (2024-08-19)

🪲 Bug Fixes

  • fix(KDP): fixing functionality for missing categorical features (62d10f9)
  • fix(KDP): fixing functionality for missing categorical features (40c85d7)
  • fix(KDP): fixing functionality for missing categorical features (22593e9)

🎁 Features

  • feat(kdp): adding date preprocessing layers and core code (#7) (3560933), closes #7
  • feat(kdp): adding date preprocessing layers (5ffa865)
  • feat(kdp): adding date preprocessing layers (f97e497)
  • feat(kdp): adding date preprocessing layers (f4ae5b2)
  • feat(kdp): adding date preprocessing layers (552f26b)
  • feat(kdp): adding date preprocessing layers (23eca47)

1.7.0 (2024-07-08)

♨️ Infra

  • ops(KDP): fixing u-tests action (d4bdf24)
  • ops(KDP): adding manual PyPI release action (a192d08)
  • ops(KDP): updating to lates version in the config (c0454ad)

:tools: Maintenance

  • refactor(KDP): simplifying layers factory creator (#5) (b63a504), closes #5
  • refactor(KDP): simplifying layers factory creator (ee0c466)

🪲 Bug Fixes

  • fix(KDP): fixing functionality for missing categorical features (bb569bf)

1.6.0 (2024-04-30)

🎁 Features

  • feat(KDP): adding TransformerBlocks to all Features Options (e27b0e5)
  • feat(KDP): adding TransformerBlocks layers to categorical and text variables (0338fb4)

♨️ Infra

  • ops(KDP): updating to lates version in the config (5cf8998)

1.5.1 (2024-04-19)

🪲 Bug Fixes

  • fix(KDP): adding missing text features vocab attribution (d9cbc13)

1.5.0 (2024-04-18)

♨️ Infra

  • ops(KDP): adjusting tests display on MR (0459a68)
  • ops(KDP): disabeling prettier (9cfab3a)

🪲 Bug Fixes

  • fix(KDP): fixing output dim display for DICT output (2c2b147)

1.4.0 (2024-04-15)

♨️ Infra

  • ops(KDP): fixing version to 1.3 (99eeabc)
  • ops(KDP): fixing version to 1.3 (3bd5b2f)

1.3.0 (2024-04-15)

🪲 Bug Fixes

  • fix(KDP): fixing relative imports problem (9ca89ac)
  • fix(KDP): preprocess setting up base test + 1 (8ef8ffa)
  • fix(KDP): preprocess setting up base test (9ee3fa6)
  • fix(KDP): stats tests (adding todo) (8883731)
  • fix(KDP): pipeline tests (with TODO) (a89accb)
  • fix(KDP): fixing imports (fbcb9d1)

:tools: Maintenance

  • refactor(KDP): adding cast_to_float32 layers to int outputs (cc274df)
  • refactor(KDP): fixing imports (b420ef0)
  • refactor(KDP): separating feature space normalizing class (8b9c394)
  • refactor(KDP): adding abstraction for custom pipeline steps (d500474)

🎁 Features

  • feat(KDP): adding custom pipelines (90d098c)
  • feat(KDP): adding float32 cast layer (f2b02fb)
  • feat(KDP): migrating to feature specs approach v1 (8953da5)
  • feat(KDP): adding text processing option to the preprocessor v0 (9e8dc03)
  • feat(KDP): adding text processing option to the preprocessor v0 (c0724c4)
  • feat(KDP): adding text processing layers (0a1e06d)

1.2.0 (2024-03-14)

♨️ Infra

  • ops(KDP): adding docs link (ee639af)
  • ops(KDP): adding docs link (447a680)

1.1.0 (2024-03-14)

♨️ Infra

  • ops(KDP): adding docs link (53d51ba)

1.0.0 (2024-03-14)

🎁 Features

  • feat(KDP): adding options enums + comments (598e2e7)
  • feat(KDP): adding options enums (0ef86a7)
  • feat(KDP): connecting custom embedding size dict to the code (7e7e927)
  • feat(KDP): adding concat layer output formation (0fe667f)
  • feat(KDP): adding string decoding and sorting (c057516)
  • feat(KDP): implementing accumulators based on Welford method (e91495c)
  • feat(KDP): implementing accumulators based on Welford method (1bfb31d)
  • init(KDP): base code setup (a084fab)

:tools: Maintenance

  • refactor(KDP): splitting into multiple files (8472676)
  • refactor(KDP): splitting into multiple files (10772e9)
  • refactor(KDP): adding crosses and bucketized cols (570553d)
  • refactor(KDP): adding first functional pipeline connections (2b1fa04)
  • refactor(KDP): adding new structure (bb81977)

♨️ Infra

  • ops(KDP): reformatting settings (9df78f3)
  • ops(KDP): reformatting settings (a148903)
  • ops(KDP): reformatting settings (1cd4f3c)
  • ops(KDP): attaching correct workflos container and correcting owner (8ae1f2d)
  • ops(KDP): attaching correct workflos container (f64f0fa)
  • ops(KDP): adding direct imports (de6f215)
  • ops(KDP): adding Makefile (599c75a)
  • ops(KDP): adding Makefile (4f9cf2a)
  • ops(KDP): adding more exception to gitignore (4b4ce7d)
  • ops(KDP): adding pydot for model plotting (group dev) (8be28a7)
  • ops(KDP): adding pandas to dev dependencies (d151adc)
  • ops(KDP): adjusting workflows (a544e72)