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
flt
package 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.