Recent Releases of flt
flt - flt 2025.2
Mainly adds a flt.quadrature() function that returns weights for computing the monopole via numerical quadrature.
What's Changed
- gh-36: make JAX scan functions internal by @ntessore in https://github.com/ntessore/flt/pull/37
- add quadrature rule by @ntessore in https://github.com/ntessore/flt/pull/42
Full Changelog: https://github.com/ntessore/flt/compare/v2025.1...v2025.2
- Python
Published by ntessore about 1 year ago
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 https://github.com/ntessore/flt/pull/32
- gh-34: reimplement closed transforms by @ntessore in https://github.com/ntessore/flt/pull/35
Full Changelog: https://github.com/ntessore/flt/compare/v2022.10.17...v2025.1
- Python
Published by ntessore over 1 year ago
flt - flt 2022.10.17
accurate transforms for l > 60_000
- Python
Published by ntessore about 3 years ago
flt - flt 2022.7.27.1
Bugfix release to fix an issue arising from the normalisation of the internal DCT.
- Python
Published by ntessore almost 4 years ago
flt - flt 2022.7.27
This release improves the recurrence used to compute the transforms.
- Python
Published by ntessore almost 4 years ago
flt - flt 2021.3.19
Enhancements
- in-place computations where possible
Bug fixes
- correct normalisation for first DCT coefficient
- Python
Published by ntessore over 5 years ago