v0.7.0 Time Series Classification Support
Pre-release
Pre-release
What's Changed
- ✨ Time-Series Classification support by @alafage & @o-laurent in #194
- Add InceptionTime model (single, mimo, packed-ensembles, bnn, etc.)
- Add UCRUEADataset and UCRUEADataModule
- Add Experiment config files
- ✨ Add complexity metrics (number of parameters and floating-point operations) in all routines by @alafage in #199
- 🔨 Change default implementation value in
PackedLinear
to"einsum"
as it seems faster.
Maintenance updates
- 🔥 Remove PyPI token by @o-laurent in #195
- 🔧 Check that torch-uncertainty can be loaded without optional dependencies by @o-laurent in #198
- ⚡ Update ruff by @o-laurent in #200
- 🔧 Update pyproject by @o-laurent in #202
- 🔒 Restrict releases by @o-laurent in #205
Full Changelog: v0.6.0...v0.7.0