Skip to content

Commit c5ffd82

Browse files
author
“oguiza”
committed
updated changelog
1 parent 00d0041 commit c5ffd82

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

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

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

5+
## 0.3.1
6+
7+
### New Features
8+
9+
- added StratifiedSampler to handle imbalanced datasets ([#479](https://github.com/timeseriesAI/tsai/issues/479))
10+
11+
- added seq_embed_size and seq_embed arguments to TSiT ([#476](https://github.com/timeseriesAI/tsai/issues/476))
12+
13+
- added get_idxs_to_keep that can be used to filter indices based on different conditions ([#469](https://github.com/timeseriesAI/tsai/issues/469))
14+
15+
- added SmeLU activation function ([#458](https://github.com/timeseriesAI/tsai/issues/458))
16+
17+
- added split_in_chunks ([#454](https://github.com/timeseriesAI/tsai/issues/454))
18+
19+
- upgraded min Python version to 3.7 ([#450](https://github.com/timeseriesAI/tsai/issues/450))
20+
21+
- added sampler argument to NumpyDataLoader and TSDataLoader ([#436](https://github.com/timeseriesAI/tsai/issues/436))
22+
23+
- added TSMask2Value transform which supports multiple masks ([#431](https://github.com/timeseriesAI/tsai/issues/431))
24+
25+
- added TSRandomStandardize for improved ood generalization ([#428](https://github.com/timeseriesAI/tsai/issues/428))
26+
27+
- added get_dir_size function ([#421](https://github.com/timeseriesAI/tsai/issues/421))
28+
29+
- Is there any ways of recording the wrong predictions into a txt files? ([#397](https://github.com/timeseriesAI/tsai/issues/397))
30+
- I am wondering if the net could record the wrong predictions of the dataset? So maybe I can find a pattern from the wrong files and adjust my method of preprocessing data.
31+
32+
### Bugs Squashed
33+
34+
- slow import of MiniRocketMultivariate from sktime ([#482](https://github.com/timeseriesAI/tsai/issues/482))
35+
36+
- Installing from source fails on Windows (UnicodeDecodeError) ([#470](https://github.com/timeseriesAI/tsai/issues/470))
37+
- Hi everyone,
38+
39+
trying to install the package from source does not work for on Windows 10; it fails with `UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position [...]`. The problem also affects other packages (e.g. https://github.com/iitzco/faced/issues/21), but is easily solved by specifying an `encoding` in the `setup.py`, see PR.
40+
41+
- TSDataset error oindex is not an attribute ([#462](https://github.com/timeseriesAI/tsai/issues/462))
42+
43+
- split_in_chunks incorrectly calculated ([#455](https://github.com/timeseriesAI/tsai/issues/455))
44+
45+
- _check_X() got an unexpected keyword argument 'coerce_to_numpy' ([#415](https://github.com/timeseriesAI/tsai/issues/415))
46+
47+
548
## 0.3.0
649

750
### New Features

0 commit comments

Comments
 (0)