Skip to content

v0.3.0

Compare
Choose a tag to compare
@klauer klauer released this 14 Mar 20:51
· 238 commits to master since this release
5cdd04c

What's Changed

  • ENH/REF/FIX: state notation language graphs + misc fixes by @klauer in #119
    • Add graphviz plotting for EPICS state notation language programs.
    • Add helper base class to be used for all graphs supported by whatrecord (PVs, scripts, state notation language)
    • Cleans up whatrecord graph entrypoint; the following are now valid:
      • $ whatrecord graph simple.st -o test.png
      • $ whatrecord graph *.db -o test.png
    • SNL grammar somewhat round-trippable (modulo comments and formatting)
  • MNT: blark v0.3.0 compatibility by @klauer in #121
    • Removes lark pin
    • Fixes compatibility with blark v0.3.0, which is massively different from previous releases

Full Changelog: v0.2.5...v0.3.0