This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
PWA Expert System 0.6.7
Release 0.6.7
See all documentation for this version here.
💡 New features
- Added
__repr__
and__eq__
methods for theFitParameters
class (#427) - Implemented
io.asdict
andio.fromdict
functions. This allows one to dump to any file format that supports stream from and to adict
like structe (#426) - refactor!: merge load functions (#428)
⚠️ Interface
- XML support (for ComPWA) has been removed (#425)
- Functions
load_amplitude_model
andload_particle_collection
have been merged into one functionio.load
. This is to reflect theio.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)