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

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 14:55
016f49a

Release 0.6.3

💡 New features

  • Add support for pure edge and node rules in solving (#368). This simplifies rule definitions and improves performance.
  • Add façade function check_reaction_violations to check for violations of reactions (#373)

🐛 Bug fixes

  • Update tqdm progress bar for each StateTransitionGraph that is processed (#370)
  • Links to tensorwaves pages point to stable branch (#370)
  • Use defaultdict in convert_to_names (#371). Fixes issue in the Result class when two results differed in their violated rules per node.
  • Fix Clebsch-Gordan helicity to canonical rule (#376). The projection of the coupled spin was not verified with the helicities of the two-particle state.
  • Build wheel before pushing to PyPI (#378)
  • Deploy only on publishing (pre-)releases (#379)

🔨 Interface changes

  • Add check_reaction_violations and remove check_reaction UI functions (#373).
    Note that the interface also slightly changes. The checks are now performed independent of the interaction type.

📝 Documentation

  • Upgrade to Sphinx Book Theme 0.39 (#375)

🖱️ Internals

  • Upgrade developer tools (#365)
  • Disable color in the VSCode pytest output (#370)

Contributors since 0.6.2

@redeboer and @spflueger