Skip to content

Releases: bootphon/fastabx

0.7.2

15 Apr 16:12
adc55cd

Choose a tag to compare

bump torchdtw and hooks

0.7.1

16 Mar 08:35
989ef69

Choose a tag to compare

Support for optional FASTABX_OUTPUT environment variable.
Set FASTABX_OUTPUT=jsonl to format the CLI output to JSON(L)

0.7.0

26 Jan 10:46

Choose a tag to compare

Bump to PyTorch 2.10 and use its stable ABI

  • The DTW implementation has moved to the torchdtw package, which uses PyTorch's new stable ABI
  • Going forward, only the minimum PyTorch version is a requirement: you no longer need to pin fastabx to a specific PyTorch version.

0.6.1

18 Dec 16:21

Choose a tag to compare

free disk space in github runner

0.6.0

21 Oct 17:43

Choose a tag to compare

Bump to PyTorch 2.9

Default supported PyTorch version is now 2.9.
If you use a different version, download one of the wheels below.

Notice:
We will start using PyTorch Stable ABI for the DTW extension starting in version 2.10.
This means that we will be able to build a single wheel compatible with every PyTorch variant >= 2.10 for a given platform, but the minimum supported version will therefore become version 2.10.

0.5.5

06 Oct 09:27

Choose a tag to compare

0.5.4

03 Oct 15:42

Choose a tag to compare

Internal changes:

0.5.3

02 Sep 12:55

Choose a tag to compare

fix reading of item files for polars 1.33.0

0.5.2

25 Aug 13:05

Choose a tag to compare

(Version 0.5.1 was removed as there was a bug in the masking when the task was symmetric)

0.5.0

11 Aug 22:31

Choose a tag to compare

  • The default PyTorch version is now 2.8.0. Wheels built with other versions are available in the Releases page.
  • Now checks for empty features when building the dataset (681b49f)