You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,62 @@
1
1
# Release Notes
2
2
3
+
## v1.3.0
4
+
5
+
Feature and maintenance update.
6
+
7
+
### Highlights
8
+
9
+
*`python 3.13` support
10
+
*`tide` model
11
+
* bugfixes for TFT
12
+
13
+
### Enhancements
14
+
15
+
*[ENH] Tide model. by @Sohaib-Ahmed21 in https://github.com/sktime/pytorch-forecasting/pull/1734
16
+
*[ENH] refactor `__init__` modules to no longer contain classes - preparatory commit by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1739
17
+
*[ENH] refactor `__init__` modules to no longer contain classes by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1738
18
+
*[ENH] extend package author attribution requirement in license to present by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1737
19
+
*[ENH] linting tide model by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1742
20
+
*[ENH] move tide model - part 1 by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1743
21
+
*[ENH] move tide model - part 2 by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1744
22
+
*[ENH] clean-up refactor of `TimeSeriesDataSet` by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1746
23
+
24
+
### Fixes
25
+
26
+
*[BUG] Bugfix when no exogenous variable is passed to TFT by @XinyuWuu in https://github.com/sktime/pytorch-forecasting/pull/1667
27
+
*[BUG] Fix issue when training TFT model on mac M1 mps device. element 0 of tensors does not require grad and does not have a grad_fn by @fnhirwa in https://github.com/sktime/pytorch-forecasting/pull/1725
28
+
29
+
### Documentation
30
+
31
+
*[DOC] Fix the spelling error of holding by @xiaokongkong in https://github.com/sktime/pytorch-forecasting/pull/1719
32
+
*[DOC] Updated documentation on `TimeSeriesDataSet.predict_mode` by @madprogramer in https://github.com/sktime/pytorch-forecasting/pull/1720
33
+
*[DOC] General PR to improve docs by @julian-fong in https://github.com/sktime/pytorch-forecasting/pull/1705
34
+
*[DOC] Correct argument for optimizer `ranger` in `Temporal Fusion Transformer` tutorial by @fnhirwa in https://github.com/sktime/pytorch-forecasting/pull/1724
35
+
*[DOC] Fixed typo "monotone_constaints" by @Luke-Chesley in https://github.com/sktime/pytorch-forecasting/pull/1516
36
+
*[DOC] minor fixes in documentation by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1763
37
+
*[DOC] improve and add `tide` model to docs by @PranavBhatP in https://github.com/sktime/pytorch-forecasting/pull/1762
38
+
39
+
### Maintenance
40
+
41
+
*[MNT] update linting: limit line length to 88, add `isort` by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1740
42
+
*[MNT] update nbeats/sub_modules.py to remove overhead in tensor creation by @d-schmitt in https://github.com/sktime/pytorch-forecasting/pull/1580
43
+
*[MNT] Temporary fix for lint errors to conform to the recent changes in linting rules see #1749 by @fnhirwa in https://github.com/sktime/pytorch-forecasting/pull/1748
44
+
*[MNT] python 3.13 support by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1691
45
+
46
+
### All Contributors
47
+
48
+
@d-schmitt,
49
+
@fkiraly,
50
+
@fnhirwa,
51
+
@julian-fong,
52
+
@Luke-Chesley,
53
+
@madprogramer,
54
+
@PranavBhatP,
55
+
@Sohaib-Ahmed21,
56
+
@xiaokongkong,
57
+
@XinyuWuu
58
+
59
+
3
60
## v1.2.0
4
61
5
62
Maintenance update, minor feature additions and bugfixes.
0 commit comments