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

Compare
Choose a tag to compare
@release-drafter release-drafter released this 22 Oct 15:53
b6a1107

Release 0.6.0

馃挕 New features

  • The Result class has new getter methods (#328):
    • get_initial_state
    • get_final_state
    • get_intermediate_particles (was previously a function under expertsystem.reaction)
  • A LookupError is raised when set_allowed_intermediate_particles receives particle names that don't exist (#334)

馃悰 Bug fixes

  • Use only EM interactions on nodes that have photon on one of the edges (#329)
  • Fix typo in warning message in case of overwriting existing PID (#330)
  • Repair "PreFactor" key in JSON validation schema for YAML files (#332)

馃敤 Interface changes

  • ui modules has been removed and merged into reaction and amplitude (#326)

Contributors since 0.5.1

@redeboer