Skip to content

v0.5.2 release

Compare
Choose a tag to compare
@jgosmann jgosmann released this 06 Jul 18:38
· 265 commits to main since this release

Fixed

  • SPA modules will use the same default vocabularies even if not instantiated in the context of a spa.Network. (#174, #185)
  • Disallow Python keywords, including None, True, and False, as well as unicode characters from Python names. (#188, #187)
  • Allow action rules without name to have no effects. (#189, #191)
  • Raise exception when using NumPy arrays in SPA operations which would give unexpected results. (#192, #193)