v0.3.1
Release notes
0.3.1
New Features
-
added StratifiedSampler to handle imbalanced datasets (#479)
-
added seq_embed_size and seq_embed arguments to TSiT (#476)
-
added get_idxs_to_keep that can be used to filter indices based on different conditions (#469)
-
added SmeLU activation function (#458)
-
added split_in_chunks (#454)
-
upgraded min Python version to 3.7 (#450)
-
added sampler argument to NumpyDataLoader and TSDataLoader (#436)
-
added TSMask2Value transform which supports multiple masks (#431)
-
added TSGaussianStandardize for improved ood generalization (#428)
-
added get_dir_size function (#421)