This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
PWA Expert System 0.6.8
Release 0.6.8
⚠️ Interface
- The amplitude model file structure now follows that of the class structure of
AmplitudeModel
, now that theio
module makes use ofattr.asdict
(#436) FitParameter.value
has become a required attribute (#432)- It is possible to register custom
Dynamics
classes now thatParticleDynamics
has become mutable (#434) RelativisticBreitWigner.pole_position
-->RelativisticBreitWigner.pole_real
(#439)RelativisticBreitWigner.pole_width
-->RelativisticBreitWigner.pole_imag
(#439)
🐛 Bug fixes
io
only validates when loading, not when writing (#431)
🖱️ Developer Experience
- JSON amplitude model files are validated JSON schemas in VSCode (#429)
mypy
throughtox
is now run on thesrc
folder (#433)- The cron job PR for upgrading the dependencies is submitted with the GitHub bot as author (#435)
- The
io
module has become easier to maintain now that it makes use ofattr.asdict
. Classes structures (#436) - A minimum version has been set for
mypy
, for static typing onattrs
(#444) sphinx-autobuild
is now installed through developer requirements (#446)