File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ lib_name = tsai
4
4
repo = tsai
5
5
user = timeseriesAI
6
6
branch = main
7
- version = 0.4.0
7
+ version = 0.4.1
8
8
description = Practical Deep Learning for Time Series / Sequential Data library based on fastai & Pytorch
9
9
keywords = fastai time-series time-series-classification time-series-regression deep-learning Pytorch
10
10
author = Ignacio Oguiza and contributors
@@ -35,8 +35,11 @@ recursive = True
35
35
clean_ids = True
36
36
black_formatting = False
37
37
readme_nb = index.ipynb
38
- allowed_metadata_keys =
39
- allowed_cell_metadata_keys =
38
+ allowed_metadata_keys =
39
+ allowed_cell_metadata_keys =
40
40
jupyter_hooks = True
41
41
clear_all = False
42
42
put_version_in_init = True
43
+ cell_number = True
44
+ skip_procs =
45
+
Original file line number Diff line number Diff line change 1
- __version__ = "0.4.0 "
1
+ __version__ = "0.4.1 "
You can’t perform that action at this time.
0 commit comments