Skip to content

v0.1.18

Choose a tag to compare

@jyangch jyangch released this 23 Oct 12:51
· 80 commits to main since this release

Version 0.1.17 allows the data to be treated as a “model” carrying free parameters, but this approach increases computational overhead. To address this, the current version introduces a cached property mechanism: the property is recalculated only when its dependent parameters change; otherwise, the cached value is used. This strategy effectively reduces the additional computational cost introduced in version 0.1.17.