Skip to content

Latest commit

 

History

History
92 lines (78 loc) · 7.82 KB

CHANGELOG.md

File metadata and controls

92 lines (78 loc) · 7.82 KB

Changelog

v0.2.2 (2021-12-08)

Fix

Documentation

  • errors: Update raised errors for pipeline (26883f4)

v0.2.1 (2021-11-26)

Fix

  • debug: Introduce MergeError (342d9c9)
  • debug: Increase ability to debug a pipeline (cadf704)

Documentation

  • errors: Describe raised errors (43c02b9)
  • sidebar: Improve sidebar with emojis (a667d4c)

v0.2.0 (2021-11-14)

Feature

  • memory: Make it possible to prohibit memory ingest (db7ba7b)
  • package: Make functions memorizable (4cde941)
  • memory: Add memorizable (ae280fa)
  • package: Add PipelineMemory (3b4a808)

Documentation

  • Add icon to browser title (5f082cc)
  • memory: Finish documentation (9b2e656)
  • memory: Start memory documentation (ce4c25a)

v0.1.3 (2021-11-01)

Fix

  • docs: Link to new documentation (c8e2b30)

Documentation

v0.1.2 (2021-10-25)

Fix

  • documentation: Fix path to examples (240a05b)

v0.1.1 (2021-10-24)

Fix

  • documentation: Fix broken image link (8a28f0d)

v0.1.0 (2021-10-24)

Feature

  • examples: Add example for feature engineering (48de6ab)
  • helpers: Add optional function (8f85127)
  • functions: Make to accessible (924879d)
  • examples: Create pipeline for data science example (923dc65)
  • examples: Add dataloader (fa5363b)
  • examples: Add tensorboard tracking (9605eab)
  • examples: Add experiment tracking class (151e6a0)
  • examples: Start arjan codes example (2bdb0fe)
  • functions: Introducte to function (246fc97)
  • Add arjan codes datascience refactor example (16019e5)
  • examples: Create morning_routine example (0871ae4)

Fix

  • examples: Add project root to PYTHONPATH (92ad53c)
  • examples: Remove false usage of to (034df74)
  • functions: Introduce PypelyTuple (07118a9)
  • functions: Add type annotations (ce8f9b8)
  • examples: Enable batch to stage conversion (2ed50d2)
  • examples: Return figure_ for confusion matrix (7d4a846)

Documentation

  • examples: Add execution notice (3bda9fd)
  • examples: Adjust documentation to .path (403d966)
  • examples: Fine tune example description (78f65f8)
  • package: Adjust wording in doc (6cdd888)
  • package: Update to PypelyTuple (73cfb24)
  • examples: Add README for each example (fd4d9a7)
  • package: Remove sentence (8dc7d55)
  • package: Add to to the list of availabe funcs (c050875)
  • package: Adjust section "Examples" (b745656)
  • package: Add explanation for to function (1267451)
  • examples: Order example descriptions (0acc524)
  • examples: Add README for examples and preprocessing (0f81dee)
  • Add contribution section (18254cd)
  • Fix broken links (2feba82)
  • Adjust wording (8d4c016)
  • contrib: Start documentation (4d6f440)