Releases: garrettwrong/cuTWED
Releases · garrettwrong/cuTWED
v2.0.2
v2.0.1
Some very minor cleanup of unused code.
v2.0.0
This release changes how most users would acquire the code.
We now publish manylinux2010 based wheels for use with CUDA 10 and CUDA 11-rc Linux systems running Python 3.6+.
Additionally this release implements the triangular optimization for computing all-pairs batches.
v1.1.0
Completes R^N implementation with unit test.
Adds more validation exercises including comparing with one of the wiki codes.
Other minor updates as per the git log.
v1.0.0
First Release.
Includes:
- twed, twed_dev
- twed_batch, twed_batch_dev
- CTWED.ctwed bindings of the reference code
- Several unit tests on junk data
- Two validation experiments on classic UCI ML time series.