Skip to content

Releases: jfelding/imed

0.0.2.1

18 Oct 12:53
Compare
Choose a tag to compare

This release is a more user-friendly rewrite of the previous release. It includes wrapper functions to make life easier, and a comprehensive readme.

The typical user will only need imed.distance() and imed.transform().

Naive IMED implementations are still included for historical reasons in the imed.legacy module.

Bugfixes from the last six months

09 Aug 08:14
Compare
Choose a tag to compare
0.0.1.8

Newest build, version 0.0.1.8

v0.0.1.7-d

28 Apr 14:36
Compare
Choose a tag to compare
v0.0.1.7-d Pre-release
Pre-release
new release

0.0.1.7-a

07 Mar 19:54
Compare
Choose a tag to compare

Frequency methods now work without using memory consuming transformations like np.repeat().
FFT methods now also allow using jax.numpy.fft instead of scipy.fft. This option is not available for the DCT method as it is not yet implemented in jax.

v0.0.1.6-b

05 Mar 08:28
Compare
Choose a tag to compare
Skip convolution when sigma = 0