Releases: WenjieDu/TSDB
v0.8🤖Add TSQA dataset for LLM tuning
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
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
- @eroell made their first contribution in #78
- @dependabot made their first contribution in #88
Full Changelog: v0.6.2...v0.7.1
v0.6.2 🐞 Bug fix
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
What's Changed
Full Changelog: v0.6...v0.6.1
v0.6 Display downloading progress
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
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 Alabamadataset 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
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
- Update README.md by @IncubatorShokuhou in #57
- Updating the docs by @WenjieDu in #58
- Return physionet_2012 dataset as three separated sets by @WenjieDu in #60
- Add dataset
Italy Air Qualityby @WenjieDu in #61 - Return physionet_2019 as two subsets; by @WenjieDu in #62
New Contributors
- @IncubatorShokuhou made their first contribution in #57
Full Changelog: v0.3.1...v0.4
v0.3.1
🎉 TSDB v0.3 coming with new datasets and new feature
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
- Updating README by @WenjieDu in #50
- Adding the ETT dataset by @WenjieDu in #52
- Enable users to migrate tsdb cache data home by @WenjieDu in #53
Full Changelog: v0.2.1...v0.3