Skip to content

Commit 5d7f6b1

Browse files
committed
updated CHANGELOG.md
1 parent cf28dba commit 5d7f6b1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
<!-- do not remove -->
44

5+
## 0.3.4
6+
7+
### New Features
8+
9+
- compatibility with Pytorch 1.13 ([#619](https://github.com/timeseriesAI/tsai/issues/619))
10+
11+
- added sel_vars to get_robustscale_params ([#610](https://github.com/timeseriesAI/tsai/issues/610))
12+
13+
- added sel_steps to TSRandom2Value ([#607](https://github.com/timeseriesAI/tsai/issues/607))
14+
15+
- new walk forward cross-validation in tsai ([#582](https://github.com/timeseriesAI/tsai/issues/582))
16+
17+
18+
### Bugs Squashed
19+
20+
- fixed issue when printing an empty dataset wo transforms NoTfmLists ([#622](https://github.com/timeseriesAI/tsai/issues/622))
21+
22+
- fixed minor issue in get_robustscaler params with sel_vars ([#615](https://github.com/timeseriesAI/tsai/issues/615))
23+
24+
- fixed issue when using tsai in dev with VSCode ([#614](https://github.com/timeseriesAI/tsai/issues/614))
25+
26+
- issue when using lists as sel_vars and sel_steps in TSRandom2Value ([#612](https://github.com/timeseriesAI/tsai/issues/612))
27+
28+
- fixed issue with feature_importance and step_importance when using metrics ([#609](https://github.com/timeseriesAI/tsai/issues/609))
29+
30+
- renamed data processing tfms feature_idxs as sel_vars for consistency ([#608](https://github.com/timeseriesAI/tsai/issues/608))
31+
32+
- fixed issue when importing 'GatedTabTransformer' ([#536](https://github.com/timeseriesAI/tsai/issues/536))
33+
34+
535
## 0.3.2
636
### Breaking Changes
737

0 commit comments

Comments
 (0)