Skip to content

TensorWaves 0.2.6

Compare
Choose a tag to compare
@release-drafter release-drafter released this 28 May 15:23
· 232 commits to main since this release
743b05b

See all documentation for this version here.

💡 New features

Constructing an Estimator from a Function (#272)

If the amplitude model is complicated, it can take over an hour to lambdify it to a Model. So it's annoying to have to do that twice if you use the same backend for data generation and fitting. This PR allows reusing a LambdifiedFunction for fitting.

Data can now be generated with JAX as well (#271)

Simple fix: just casts ScalarSequence back into a numpy array so that a lambdified Function can handle it.

Python 3.9 and TensorFlow 2.5 are now supported (#275)

Many thanks to @mayou36 for releasing phasespace v1.3!