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