Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Mar 1, 2024
1 parent a31e62d commit ef203be
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@

### Improvements/Changes

TBD
* `utils.cache`:
* Add new base class `KeyValueCache` alongside `PersistentKeyValueCache`
* Add `InMemoryKeyValueCache`
* `columngen`:
* `ColumnGenerator`: add method `to_feature_generator`
* `evaluation`:
* `MultiDataEvaluationUtil`: Add option to supply test data (without using splitting)
* `dft`:
* `DFTNormalisation.RuleTemplate`: Add attributes `fit` and `array_valued`

### Fixes

Expand Down

0 comments on commit ef203be

Please sign in to comment.