First public release
What's Changed
- This is the first public stable release
- It supports EPICS base 3.14.12.x and 7.0.x.
- It supports Python 2.7 and Python 3.6+.
- Invoke Python code from the following EPICS records: ai, ao, bi, bo, longin, longout, lsi, lso, mbbi, mbbo, stringin, stringout, waveform
- Automatically converts parameter and return types
- Single threaded Python execution with support for put/get-callbacks
- Python code can be executed from IOC console using pydev()
New Contributors
- @mp49 made their first contribution in #1
- @PierreSchnizer made their first contribution in #3
- @simon-ess made their first contribution in #7
Full Changelog: https://github.com/klemenv/PyDevice/commits/R1.0