TensorWaves 0.2.1
See all documentation for this version here.
💡 New features
- Added
ScipyMinimizer
adapter as an interface toscipy.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
- No dependency on
pandas
anymore: theCSVSummary
callback usescsv.DictWriter
instead (#239) - Upgraded to
expertsystem
v0.7.1 (#248)
📝 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