Releases: glass-dev/transformcl
Releases · glass-dev/transformcl
transformcl 2025.1
New 2025 release with Array API compatibility and some cosmetic changes:
- The package is now Array API-compatible. NumPy and JAX are currently supported by the
fltpackage that is used under the hood. - The
transformcl.cltocorr(),transformcl.corrtocl(), andtransformcl.cltovar()functions have been renamed totransformcl.corr(),transformcl.cl(), andtransformcl.var(), respectively. The old names are still available as aliases. - The function
transformcl.theta()has been added. - There is now a short standalone documentation page.
transformcl 2022.8.9
The cltoxi and xitocl functions have been renamed to cltocorr and corrtocl, respectively. The old names are still importable as aliases.
transformcl 2022.7.28
update to flt 2022.7.27
transformcl 2021.3.19
uses the flt package to perform the Discrete Legendre Transform
transformcl 2018.3.18
initial release