We enabled PatchTST and Autoformer to work on the classification task. In addition, some reported bugs from the community have been fixed. 👍Kudos to our new contributor @zltututu!
Considering the major functionalities in the current stage have all been implemented and we have researched a stable version, this version is released as the 1st major version of PyPOTS as v1.0. This is our new milestone, and let's move forward towards v2.0!
What's Changed
- Fix runtime error in ModernTCN when using multiple layers by @zltututu in #751
- Fix the unintended overwriting issue in TimesNet by @WenjieDu in #756
- Add classification PatchTST by @WenjieDu in #757
- Add classification Autoformer by @WenjieDu in #758
- Update docs by @WenjieDu in #759
- Release v1.0 by @WenjieDu in #760
New Contributors
Full Changelog: v0.19...v1.0