File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- do not remove -->
4
4
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
+
5
35
## 0.3.2
6
36
### Breaking Changes
7
37
You can’t perform that action at this time.
0 commit comments