Skip to content

Releases: WenjieDu/TSDB

v0.8🤖Add TSQA dataset for LLM tuning

09 Apr 14:14

Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-python from 3 to 5 by @dependabot[bot] in #86
  • Update docs by @WenjieDu in #91
  • build(deps): bump actions/first-interaction from 1 to 3 by @dependabot[bot] in #95
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #94
  • Add Time-MQA TSQA dataset by @Copilot in #101

New Contributors

  • @Copilot made their first contribution in #101

Full Changelog: v0.7.1...v0.8

v0.7.1💫Bug fix & unify PyPOTS Ecosystem config

13 Mar 13:07

Choose a tag to compare

We fixed some bugs in this release. And starting with this version, PyPOTS Ecosystem config will be initialized in users home dir as ~/.pypots/config.ini

What's Changed

  • Fix link to usage examples in README by @eroell in #78
  • Allow failure when PR gets merged before jobs get finished by @WenjieDu in #79
  • Load pickled data file with pd.read_pickle for pandas>=2.0.0 by @WenjieDu in #82
  • Fix bug that config file gets overwritten after upgrading by @WenjieDu in #84
  • Release v0.7 by @WenjieDu in #85
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #88
  • build(deps): bump actions/stale from 8 to 9 by @dependabot in #90
  • build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.12.4 by @dependabot in #89
  • build(deps): bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #87

New Contributors

Full Changelog: v0.6.2...v0.7.1

v0.6.2 🐞 Bug fix

13 Aug 09:16
bb8d859

Choose a tag to compare

Caught and fixed a bug that TSDB fails to load UCR&UEA datasets in arff format.

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1 refactoring

27 Jul 05:02
77ead43

Choose a tag to compare

What's Changed

  • Add pyproject.toml, refactor pickle funcs, and release v0.6.1 by @WenjieDu in #75

Full Changelog: v0.6...v0.6.1

v0.6 Display downloading progress

10 Jul 04:38
6fde8d6

Choose a tag to compare

We display data downloading progress in v0.6 to help users be more aware of the processing schedule and networking status.

What's Changed

Full Changelog: v0.5...v0.6

v0.5 Add PeMS Traffic & Solar Alabama

28 Jun 06:49
46910f8

Choose a tag to compare

In TSDB v0.5, we added two datasets PeMS traffic and Solar Alabama, and migrated tsdb home from ~/.tsdb to ~/.pypots/tsdb.

What's Changed

  • Add PeMS traffic dataset, and enable to delete pickled cache only by @WenjieDu in #66
  • Add Solar Alabama dataset by @WenjieDu in #68
  • Change the default data_home_path and update the docs by @WenjieDu in #69
  • Add check_path() by @WenjieDu in #70

Full Changelog: v0.4...v0.5

v0.4 🙌 New Dataset

31 May 03:48
39f8e66

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

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

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

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