Skip to content

Releases: WenjieDu/TSDB

v0.4 🙌 New Dataset

31 May 03:48
39f8e66
Compare
Choose a tag to compare

TSDB v0.4 comes with a new dataset Italy Air Quality (https://archive.ics.uci.edu/dataset/360/air+quality). And since this new version, for the included datasets that have multiple subsets (e.g. PhysioNet2012 and PhysioNet2019), we will return them as separate sets because users may only need one subset for their usage.

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4

v0.3.1

16 Jan 01:19
Compare
Choose a tag to compare

We update the strategy to determine the home path of TSDB.

What's Changed

Full Changelog: v0.3...v0.3.1

🎉 TSDB v0.3 coming with new datasets and new feature

20 Dec 15:56
210febf
Compare
Choose a tag to compare

We added ETT (Electricity Transformer Temperature) datasets into TSDN and enabled users to migrate cached datasets to a specified location so you can move large cached dataset home dir to your portable disk device.

What's Changed

Full Changelog: v0.2.1...v0.3

v0.2.1

09 Nov 05:50
Compare
Choose a tag to compare

TSDB v0.2.1

This new release fixes a bug that leads the download of datasets containing multiple links to failure.

What's Changed

  • Fixing the bug that multiple links in a dataset cannot be all downloaded by @WenjieDu in #49

Full Changelog: v0.2...v0.2.1

v0.2

06 Nov 07:28
9beff75
Compare
Choose a tag to compare

TSDB v0.2

This new version is released with below new features:

  1. simplified APIs;
  2. switched the license from GPL-v3 to BSD-3-Clause;
  3. updated the documentation;

What's Changed

  • Adding daily testing workflow and .gitignore, and updating docs by @WenjieDu in #28
  • Fix error conda env name in daily testing by @WenjieDu in #30
  • Updating docs, fixing test_daily workflow by @WenjieDu in #32
  • Fixing failed workflow Autoreply to Issues Opened for TSDB by @WenjieDu in #36
  • Run daily testing on the branch run_daily_testing by @WenjieDu in #37
  • Don't use pytest-xdist for testing to avoid error caused by parallel running by @WenjieDu in #38
  • Update docs, add the func load(), and turn ucr&uea datasets' labels into float by @WenjieDu in #40
  • Update the title by @WenjieDu in #41
  • Simplify API names, add the config file for ReadTheDocs by @WenjieDu in #42
  • Apply license BSD3 by @WenjieDu in #43
  • Apply license BSD-3-Clause, and do some refactor by @WenjieDu in #44
  • Releasing v0.2 by @WenjieDu in #45
  • Fixing missing dependencies while building TSDB package for releasing to PyPI by @WenjieDu in #47

Full Changelog: v0.1...v0.2

v0.1

08 Aug 13:39
755dfef
Compare
Choose a tag to compare

TSDB v0.1 now is released 😎

In this new version, we

  1. increased the number of supported datasets from 165 to 168;
  2. added keyboard interrupt handler for downloading process;
  3. updated dataset profiles;
  4. again fixed updated download links of UCR&UEA datasets in v0.0.9;

What's Changed

  • Adding KeyboardInterrupt handler for downloading process, and updating workflows by @WenjieDu in #22
  • Fixing updated UCR&UEA dataset download links by @WenjieDu in #24
  • Update dataset profiles, and add citing notification by @WenjieDu in #25
  • Add more datasets, and refactor code by @WenjieDu in #26
  • Updating the docs by @WenjieDu in #27

Full Changelog: https://github.com/WenjieDu/TSDB/commits/v0.1

v0.0.9

10 Jul 16:47
a290823
Compare
Choose a tag to compare

TSDB v0.0.9 is here! 🥳

In this new release, we

  1. fixed damaged download links of UCR&UEA datasets in v0.0.8;
  2. Luka (@GrgicevicLukaNTNU) helped added their Vessel AIS dataset into TSDB. And their paper on this dataset is on the road;

Now TSDB is supporting a total of 165 datasets!

What's Changed

  • Update README, move docs/figs to docs/_static/figs; by @WenjieDu in #10
  • Update README and citation info by @WenjieDu in #11
  • Vessel_AIS dataset by @GrgicevicLukaNTNU in #13
  • Fixing incorrect UCR&UEA dataset download link, and increasing the number of supported datasets by @WenjieDu in #16
  • Updating workflows by @WenjieDu in #17
  • Adding issue and PR templates, and the staling workflow by @WenjieDu in #18
  • Updating the docs, and adding issue&PR templates and the staling workflow by @WenjieDu in #19
  • Move the stale workflow to workflows dir, and update docs by @WenjieDu in #20

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

19 Mar 13:47
2f2f8d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

12 Jul 15:10
Compare
Choose a tag to compare

The first release, integrating 119 datasets including PhysioNet Challenge 2012, PhysioNet Challenge 2019, Beijing Multi-Site Air-Quality, Electricity Load Diagrams, and UCR & UEA Datasets (all 115 datasets).