Releases: ntessore/flt
Releases · ntessore/flt
flt 2025.1
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
- Implementation for JAX and generic array backends by @ntessore in #32
- gh-34: reimplement closed transforms by @ntessore in #35
Full Changelog: v2022.10.17...v2025.1
flt 2022.10.17
accurate transforms for l > 60_000
flt 2022.7.27.1
Bugfix release to fix an issue arising from the normalisation of the internal DCT.
flt 2022.7.27
This release improves the recurrence used to compute the transforms.
flt 2021.3.19
Enhancements
- in-place computations where possible
Bug fixes
- correct normalisation for first DCT coefficient
flt 2021.3.18
initial release