|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## v1.4.0 |
| 4 | + |
| 5 | +Feature and maintenance update. |
| 6 | + |
| 7 | +### Highlights |
| 8 | + |
| 9 | +* beta: experimental unified API for `pytorch-forecasting 2.0` release: [https://github.com/sktime/pytorch-forecasting/blob/main/docs/source/tutorials/ptf_V2_example.ipynb](notebook). Feedback appreciated in [issue 1736](https://github.com/sktime/pytorch-forecasting/issues/1736). |
| 10 | +* `TimeXer` model from `thuml` by @PranavBhatP in https://github.com/sktime/pytorch-forecasting/pull/1797 |
| 11 | + |
| 12 | + |
| 13 | +### Enhancements |
| 14 | + |
| 15 | +* [ENH] Add Type hints to `TimeSeriesDataSet` to align with pep 585 by @fnhirwa in https://github.com/sktime/pytorch-forecasting/pull/1819 |
| 16 | +* [ENH] Allow multiple instances from multiple mock classes in `_safe_import` by @fnhirwa in https://github.com/sktime/pytorch-forecasting/pull/1818 |
| 17 | +* [ENH] EXPERIMENTAL PR: D1 and D2 layer for v2 refactor by @phoeenniixx in https://github.com/sktime/pytorch-forecasting/pull/1811 |
| 18 | +* [ENH] EXPERIMENTAL PR: make the `data_module` dataclass-like by @phoeenniixx in https://github.com/sktime/pytorch-forecasting/pull/1832 |
| 19 | +* [ENH] EXPERIMENTAL: TFT model based on the new data pipeline by @phoeenniixx in https://github.com/sktime/pytorch-forecasting/pull/1812 |
| 20 | +* [ENH] test suite for `pytorch-forecasting` forecasters by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1780 |
| 21 | +* [ENH] `TemporalFusionTransformer` - allow mixed precision training by @Marcrb2 in https://github.com/sktime/pytorch-forecasting/pull/1518 |
| 22 | +* [ENH] move model base classes into `models.base` module - part 1 by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1773 |
| 23 | +* [ENH] move model base classes into `models.base` module - part 2 by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1774 |
| 24 | +* [ENH] move model base classes into `models.base` module - part 2 by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1776 |
| 25 | +* [ENH] tests for `TiDE` Model by @PranavBhatP in https://github.com/sktime/pytorch-forecasting/pull/1843 |
| 26 | +* [ENH] refactor test metadata container to include data loader configs by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1861 |
| 27 | +* [ENH] `DecoderMLP` metadata container for v1 tests by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1859 |
| 28 | +* [ENH] `TimeXer` model from `thuml` by @PranavBhatP in https://github.com/sktime/pytorch-forecasting/pull/1797 |
| 29 | +* [ENH] EXPERIMENTAL: Example notebook based on the new data pipeline by @phoeenniixx in https://github.com/sktime/pytorch-forecasting/pull/1813 |
| 30 | +* [ENH] refactor test data scenario generation to `tests._data_scenarios` by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1877 |
| 31 | + |
| 32 | +### Fixes |
| 33 | + |
| 34 | +* [BUG] fix absolute errorbar by @MartinoMensio in https://github.com/sktime/pytorch-forecasting/pull/1579 |
| 35 | +* [BUG] EXPERIMENTAL PR: Solve the bug in `data_module` by @phoeenniixx in https://github.com/sktime/pytorch-forecasting/pull/1834 |
| 36 | +* [BUG] fix incorrect concatenation dimension in `concat_sequences` by @cngmid in https://github.com/sktime/pytorch-forecasting/pull/1827 |
| 37 | +* [BUG] Fix for the case when reduction is set to `none` by @fnhirwa in https://github.com/sktime/pytorch-forecasting/pull/1872 |
| 38 | +* [BUG] enable silenced TFT v2 tests by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1878 |
| 39 | + |
| 40 | +### Documentation |
| 41 | + |
| 42 | +* [DOC] fix `gradient_clip` value in tutorials to ensure reproducible outputs similar to the committed cell output by @gbilleyPeco in https://github.com/sktime/pytorch-forecasting/pull/1750 |
| 43 | +* [DOC] Fix typos in getting started section of the documentation by @pietsjoh in https://github.com/sktime/pytorch-forecasting/pull/1399 |
| 44 | +* [DOC] improved pull request template by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1866 |
| 45 | +* [DOC] add project badges to README: sponsoring and downloads by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1891 |
| 46 | + |
| 47 | +### Maintenance |
| 48 | + |
| 49 | +* [MNT] Isolate `cpflow` package, towards fixing readthedocs build by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1775 |
| 50 | +* [MNT] fix readthedocs build by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1777 |
| 51 | +* [MNT] move release to trusted publishers by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1800 |
| 52 | +* [MNT] standardize `dependabot.yml` by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1799 |
| 53 | +* [MNT] remove `tj-actions` by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1798 |
| 54 | +* [MNT] [Dependabot](deps): bump codecov/codecov-action from 1 to 5 by @dependabot in https://github.com/sktime/pytorch-forecasting/pull/1803 |
| 55 | +* [MNT] disable automated merge and approve actions by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1804 |
| 56 | +* build(deps): update sphinx requirement from `<7.2.6,>3.2` to `>3.2,<8.2.4` by @dependabot in https://github.com/sktime/pytorch-forecasting/pull/1787 |
| 57 | +* [MNT] Move config from `setup.cfg` to `pyproject.toml` by @Borda in https://github.com/sktime/pytorch-forecasting/pull/1852 |
| 58 | +* [MNT] Move `pytest` configuration to `pyproject.toml` by @Borda in https://github.com/sktime/pytorch-forecasting/pull/1851 |
| 59 | +* [MNT] Add 'UP' to extend-select for pyupgrade python syntax by @Borda in https://github.com/sktime/pytorch-forecasting/pull/1856 |
| 60 | +* [MNT] Replace Black with Ruff formatting and update configuration by @Borda in https://github.com/sktime/pytorch-forecasting/pull/1853 |
| 61 | +* [MNT] issue templates by @fkiraly in https://github.com/sktime/pytorch-forecasting/pull/1867 |
| 62 | +* [MNT] Clearly define the MLP as a class/nn.model by @jobs-git in https://github.com/sktime/pytorch-forecasting/pull/1864 |
| 63 | + |
| 64 | +### All Contributors |
| 65 | + |
| 66 | +@agobbifbk, |
| 67 | +@Borda, |
| 68 | +@cngmid, |
| 69 | +@fkiraly, |
| 70 | +@fnhirwa, |
| 71 | +@gbilleyPeco, |
| 72 | +@jobs-git, |
| 73 | +@Marcrb2, |
| 74 | +@MartinoMensio, |
| 75 | +@phoeenniixx, |
| 76 | +@pietsjoh, |
| 77 | +@PranavBhatP |
| 78 | + |
| 79 | + |
3 | 80 | ## v1.3.0
|
4 | 81 |
|
5 | 82 | Feature and maintenance update.
|
|
0 commit comments