Skip to content

TensorWaves 0.2.1

Compare
Choose a tag to compare
@release-drafter release-drafter released this 24 Mar 18:14
9c38c96

See all documentation for this version here.

💡 New features

  • Added ScipyMinimizer adapter as an interface to scipy.optimize.minimize (#231, #235, and #241)
  • Added more initialize stage and end stages to the Callback interface (#234)
  • New façade functions in the physics module help extracting intensity components from the amplitude model (#244)
  • Added support for lambdifying to tensorflow (#245)
    (The resulting function is not efficient yet. This may have to wait until TF v2.5 is out or other improvements to the lambdifying are implemented, like #100.)

⚠️ Interface

  • New abstracts for the Callback interface: .on_optimize_start() and .on_optimize_end() (#234)
  • There's a new top module: physics (#244)

🔨 Internal maintenance

📝 Documentation

  • New example notebook: generate data and optimize for an arbitrary model (#232)
  • Added a SciPy example fit to usage notebook (#235)
  • Improved the optimize process plots (#242)
  • Figures are now rendered as SVG (#243)

🖱️ Developer Experience

  • Added collapsible_headings for Jupyter Lab (#233)
  • Packages listed under extras_require are now also pinned through the developer dependencies (#240)

Contributors since 0.2.0

@redeboer and @spflueger