Releases: WenjieDu/TSDB
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 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
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 Quality
by @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
v0.2.1
v0.2
TSDB v0.2
This new version is released with below new features:
- simplified APIs;
- switched the license from GPL-v3 to BSD-3-Clause;
- 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
TSDB v0.1 now is released 😎
In this new version, we
- increased the number of supported datasets from 165 to 168;
- added keyboard interrupt handler for downloading process;
- updated dataset profiles;
- 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