Skip to content

transformcl 2025.1

Latest
Compare
Choose a tag to compare
@ntessore ntessore released this 07 May 23:38
653dfcb

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(), and transformcl.cltovar() functions have been renamed to transformcl.corr(), transformcl.cl(), and transformcl.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.