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

PWA Expert System 0.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@redeboer redeboer released this 23 Jul 14:45
4c9936b

Pre-release 0.2.0-alpha

New features

  • Serialize the particle database from and to YAML (tensorwaves format) [fixes #93]
  • Write amplitude model directly from the STM with StateTransitionManager.write_amplitude_model [fixes #91]
  • New function for the particle database: find_particle (PID and slicing by name)
  • load_default_particle_list overwrites entire particle database

Interface changes

  • Changes to expertsystem.ui:
    • system_control and default_settings have been hidden
    • StateTransitionManager and load_default_particle_list are accessible from ui only (not from system_control anymore)
    • Some methods of the STM that are implementation details only have been hidden
  • Changes to expertsystem.state:
    • load_particles_from_xml and ~_yaml have been merged into load_particles
    • write_particle_database_to_xml and ~_yaml have been merged into write_particle_database
    • Removed get_particle_with_name
    • add_to_particle_list --> add_to_particle_database

Documentation