Skip to content

Optimize class inheritance & improve test coverage

Compare
Choose a tag to compare
@PSSF23 PSSF23 released this 21 Oct 17:16
· 88 commits to main since this release
31b0f3d

v0.0.6

Added Features

  1. LifelongClassificationForest and LifelongClassificationNetwork now use attributes & functions from ClassificationProgressiveLearner.
  2. Add tests for transformers, forests and networks, increasing code coverage.
  3. CircleCI now automatically pushes repo releases to pip.
  4. Let UncertaintyForest inherit from LifelongClassificationForest.

Bug Fixes

  1. Correct network_construction_proportion to default_network_construction_proportion in LifelongClassificationNetwork.add_task.
  2. Update keras imports for notebooks.

Documentation Fixes

  1. Optimize API references.
  2. Update issue templates.
  3. Add black format checks for benchmarks & notebooks.
  4. Add attributes to forest & network docstrings