Skip to content

v0.7.1 Fix missing load_specific_dataset()

Compare
Choose a tag to compare
@WenjieDu WenjieDu released this 27 Jul 02:14
· 93 commits to main since this release
3c1d7d0

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

  1. added a visualization function to plot the map of attention weights. 👍Kudos to Anshu @gugababa for his contribution;
  2. 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