Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oguiza committed Nov 18, 2022
1 parent cf28dba commit 5d7f6b1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

<!-- do not remove -->

## 0.3.4

### New Features

- compatibility with Pytorch 1.13 ([#619](https://github.com/timeseriesAI/tsai/issues/619))

- added sel_vars to get_robustscale_params ([#610](https://github.com/timeseriesAI/tsai/issues/610))

- added sel_steps to TSRandom2Value ([#607](https://github.com/timeseriesAI/tsai/issues/607))

- new walk forward cross-validation in tsai ([#582](https://github.com/timeseriesAI/tsai/issues/582))


### Bugs Squashed

- fixed issue when printing an empty dataset wo transforms NoTfmLists ([#622](https://github.com/timeseriesAI/tsai/issues/622))

- fixed minor issue in get_robustscaler params with sel_vars ([#615](https://github.com/timeseriesAI/tsai/issues/615))

- fixed issue when using tsai in dev with VSCode ([#614](https://github.com/timeseriesAI/tsai/issues/614))

- issue when using lists as sel_vars and sel_steps in TSRandom2Value ([#612](https://github.com/timeseriesAI/tsai/issues/612))

- fixed issue with feature_importance and step_importance when using metrics ([#609](https://github.com/timeseriesAI/tsai/issues/609))

- renamed data processing tfms feature_idxs as sel_vars for consistency ([#608](https://github.com/timeseriesAI/tsai/issues/608))

- fixed issue when importing 'GatedTabTransformer' ([#536](https://github.com/timeseriesAI/tsai/issues/536))


## 0.3.2
### Breaking Changes

Expand Down

0 comments on commit 5d7f6b1

Please sign in to comment.