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.7

Compare
Choose a tag to compare
@release-drafter release-drafter released this 08 Jan 20:38
7704913

Release 0.6.7

See all documentation for this version here.

💡 New features

  • Added __repr__ and __eq__ methods for the FitParameters class (#427)
  • Implemented io.asdict and io.fromdict functions. This allows one to dump to any file format that supports stream from and to a dictlike structe (#426)
  • refactor!: merge load functions (#428)

⚠️ Interface

  • XML support (for ComPWA) has been removed (#425)
  • Functions load_amplitude_model and load_particle_collection have been merged into one function io.load. This is to reflect the io.write function and make the API simpler (#428)

🐛 Bug fixes

  • Added the "Interface" label to the allowed PR labels (PR linting), so that it's possible to have a PR with only the Interface change label (#423)

🖱️ Developer Experience

  • Running pytest in parallel is now more stable, because serialization tests do not read from disk anymore (#426)

Contributors since 0.6.6

@redeboer