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 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
You can’t perform that action at this time.
0 commit comments