v0.7.1 Fix missing load_specific_dataset()
Previously we removed pypots.data.load_specific_datasets packages since the preprocessing functions have been all gathered and managed in BenchPOTS. The removal caused some incompatibility (see #474), hence we added it back in this minor version. But it still will be deprecated in the near future and we encourage users to use BenchPOTS for dataset preprocessing, which now supports 170+ public time series datasets. Also, we
- added a visualization function to plot the map of attention weights. 👍Kudos to Anshu @gugababa for his contribution;
- deprecated setup.py and added pyproject.toml to config the project;
What's Changed
- Visualize attention matrix in SAITS by @gugababa in #302
- Add attention map visualization func by @WenjieDu in #475
- Gather requirements in one dir by @WenjieDu in #477
- Add toml config and gather dependency files by @WenjieDu in #478
- Add pyproject.toml, gather dependency files, and fix flake8 with toml config file by @WenjieDu in #480
- Fix missing load_specific_dataset(), update testing_daily workflow, release v0.7.1 by @WenjieDu in #481
New Contributors
Full Changelog: v0.7...v0.7.1