Skip to content

Releases: ntessore/flt

flt 2025.1

01 Feb 16:28
688e46e
Compare
Choose a tag to compare

This is a major new release that makes flt work for generic array backends.
NumPy and JAX are supported out of the box, and it is easy to implement support for new backends via singledispatch.
There is also a documentation page now: https://flt.readthedocs.io

What's Changed

Full Changelog: v2022.10.17...v2025.1

flt 2022.10.17

23 Mar 13:42
02c015b
Compare
Choose a tag to compare

accurate transforms for l > 60_000

flt 2022.7.27.1

28 Jul 10:40
9e27220
Compare
Choose a tag to compare

Bugfix release to fix an issue arising from the normalisation of the internal DCT.

flt 2022.7.27

27 Jul 22:17
8d5fb28
Compare
Choose a tag to compare

This release improves the recurrence used to compute the transforms.

flt 2021.3.19

19 Mar 10:07
8d5fb28
Compare
Choose a tag to compare

Enhancements

  • in-place computations where possible

Bug fixes

  • correct normalisation for first DCT coefficient

flt 2021.3.18

18 Mar 13:06
a3103ae
Compare
Choose a tag to compare

initial release