Skip to content

Releases: garrettwrong/cuTWED

v2.0.2

18 Dec 16:37

Choose a tag to compare

Minor updates to CI Docker images.

v2.0.1

18 Dec 12:42

Choose a tag to compare

Some very minor cleanup of unused code.

v2.0.0

26 Jul 20:27
e712491

Choose a tag to compare

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

31 May 22:10

Choose a tag to compare

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

25 May 02:32

Choose a tag to compare

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.