Recent Releases of tsdb
tsdb - 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 https://github.com/WenjieDu/TSDB/pull/78
- Allow failure when PR gets merged before jobs get finished by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/79
- Load pickled data file with pd.read_pickle for pandas>=2.0.0 by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/82
- Fix bug that config file gets overwritten after upgrading by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/84
- Release v0.7 by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/85
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/WenjieDu/TSDB/pull/88
- build(deps): bump actions/stale from 8 to 9 by @dependabot in https://github.com/WenjieDu/TSDB/pull/90
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.12.4 by @dependabot in https://github.com/WenjieDu/TSDB/pull/89
- build(deps): bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in https://github.com/WenjieDu/TSDB/pull/87
New Contributors
- @eroell made their first contribution in https://github.com/WenjieDu/TSDB/pull/78
- @dependabot made their first contribution in https://github.com/WenjieDu/TSDB/pull/88
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.6.2...v0.7.1
- Python
Published by WenjieDu about 1 year ago
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
- Fix loading UCR&UEA datasets in arff by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/77
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.6.1...v0.6.2
- Python
Published by WenjieDu almost 2 years ago
tsdb - v0.6.1 refactoring
What's Changed
- Add pyproject.toml, refactor pickle funcs, and release v0.6.1 by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/75
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.6...v0.6.1
- Python
Published by WenjieDu almost 2 years ago
tsdb - 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
- Display download progress by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/72
- Release v0.6 by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/73
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.5...v0.6
- Python
Published by WenjieDu almost 2 years ago
tsdb - 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 https://github.com/WenjieDu/TSDB/pull/66
- Add
Solar Alabamadataset by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/68 - Change the default datahomepath and update the docs by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/69
- Add check_path() by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/70
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.4...v0.5
- Python
Published by WenjieDu almost 2 years ago
tsdb - 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 https://github.com/WenjieDu/TSDB/pull/57
- Updating the docs by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/58
- Return physionet_2012 dataset as three separated sets by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/60
- Add dataset
Italy Air Qualityby @WenjieDu in https://github.com/WenjieDu/TSDB/pull/61 - Return physionet_2019 as two subsets; by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/62
New Contributors
- @IncubatorShokuhou made their first contribution in https://github.com/WenjieDu/TSDB/pull/57
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.3.1...v0.4
- Python
Published by WenjieDu almost 2 years ago
tsdb - v0.3.1
We update the strategy to determine the home path of TSDB.
What's Changed
- Update logo URLs by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/54
- Apply a new strategy to determine the home path by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/55
- Add migrate_cache() and remove deprecated funcs by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/56
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.3...v0.3.1
- Python
Published by WenjieDu over 2 years ago
tsdb - 🎉 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 https://github.com/WenjieDu/TSDB/pull/50
- Adding the ETT dataset by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/52
- Enable users to migrate tsdb cache data home by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/53
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.2.1...v0.3
- Python
Published by WenjieDu over 2 years ago
tsdb - v0.2.1
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 https://github.com/WenjieDu/TSDB/pull/49
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.2...v0.2.1
- Python
Published by WenjieDu over 2 years ago
tsdb - v0.2
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 https://github.com/WenjieDu/TSDB/pull/28 - Fix error conda env name in daily testing by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/30
- Updating docs, fixing test_daily workflow by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/32
- Fixing failed workflow
Autoreply to Issues Opened for TSDBby @WenjieDu in https://github.com/WenjieDu/TSDB/pull/36 - Run daily testing on the branch
run_daily_testingby @WenjieDu in https://github.com/WenjieDu/TSDB/pull/37 - Don't use pytest-xdist for testing to avoid error caused by parallel running by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/38
- Update docs, add the func load(), and turn ucr&uea datasets' labels into float by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/40
- Update the title by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/41
- Simplify API names, add the config file for ReadTheDocs by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/42
- Apply license BSD3 by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/43
- Apply license BSD-3-Clause, and do some refactor by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/44
- Releasing v0.2 by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/45
- Fixing missing dependencies while building TSDB package for releasing to PyPI by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/47
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.1...v0.2
- Python
Published by WenjieDu over 2 years ago
tsdb - 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 https://github.com/WenjieDu/TSDB/pull/22
- Fixing updated UCR&UEA dataset download links by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/24
- Update dataset profiles, and add citing notification by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/25
- Add more datasets, and refactor code by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/26
- Updating the docs by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/27
Full Changelog: https://github.com/WenjieDu/TSDB/commits/v0.1
- Python
Published by WenjieDu almost 3 years ago
tsdb - v0.0.9
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 https://github.com/WenjieDu/TSDB/pull/10
- Update README and citation info by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/11
- Vessel_AIS dataset by @GrgicevicLukaNTNU in https://github.com/WenjieDu/TSDB/pull/13
- Fixing incorrect UCR&UEA dataset download link, and increasing the number of supported datasets by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/16
- Updating workflows by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/17
- Adding issue and PR templates, and the staling workflow by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/18
- Updating the docs, and adding issue&PR templates and the staling workflow by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/19
- Move the stale workflow to workflows dir, and update docs by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/20
New Contributors
- @GrgicevicLukaNTNU made their first contribution in https://github.com/WenjieDu/TSDB/pull/13
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.0.8...v0.0.9
- Python
Published by WenjieDu almost 3 years ago
tsdb - v0.0.8
What's Changed
- feat: add the PyPI auto-publishing workflow; by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/2
- Merge updates by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/3
- Merge dev into main by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/4
- fix: fix the typo in TSDB version; by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/5
- merge dev into main by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/6
- release v0.0.8; by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/7
- fix: install requirements when running the action publishtoPyPI; by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/8
- Merge dev into main by @WenjieDu in https://github.com/WenjieDu/TSDB/pull/9
New Contributors
- @WenjieDu made their first contribution in https://github.com/WenjieDu/TSDB/pull/2
Full Changelog: https://github.com/WenjieDu/TSDB/compare/v0.0.7...v0.0.8
- Python
Published by WenjieDu about 3 years ago