Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

PWA Expert System 0.6.8

Compare
Choose a tag to compare
@release-drafter release-drafter released this 14 Jan 19:00
b6aca9d

Release 0.6.8

⚠️ Interface

  • The amplitude model file structure now follows that of the class structure of AmplitudeModel, now that the io module makes use of attr.asdict (#436)
  • FitParameter.value has become a required attribute (#432)
  • It is possible to register custom Dynamics classes now that ParticleDynamics 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 through tox is now run on the src 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 of attr.asdict. Classes structures (#436)
  • A minimum version has been set for mypy, for static typing on attrs (#444)
  • sphinx-autobuild is now installed through developer requirements (#446)

Contributors since 0.6.7

@redeboer