Skip to content

Releases: glass-dev/transformcl

transformcl 2025.1

07 May 23:38
653dfcb

Choose a tag to compare

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.

transformcl 2022.8.9

09 Aug 07:44
01422e0

Choose a tag to compare

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

28 Jul 07:53
8e9c9d7

Choose a tag to compare

update to flt 2022.7.27

transformcl 2021.3.19

19 Mar 13:54
b7406a3

Choose a tag to compare

uses the flt package to perform the Discrete Legendre Transform

transformcl 2018.3.18

18 Mar 08:33
b7406a3

Choose a tag to compare

initial release