File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
99Unreleased _
1010-----------
1111
12+ Nothing yet
13+
14+
15+ 3.1 _ - 2021-07-07
16+ -----------------
17+
1218Added:
1319
1420- PVA support to the IOC #17
6167Last release as an EPICS module rather than a Python package
6268
6369
64- .. _Unreleased : https://github.com/dls-controls/pythonIoc/compare/3.0...HEAD
70+ .. _Unreleased : https://github.com/dls-controls/pythonIoc/compare/3.1...HEAD
71+ .. _3.1 : https://github.com/dls-controls/pythonIoc/compare/3.0...3.1
6572.. _3.0 : https://github.com/dls-controls/pythonIoc/compare/3.0b2...3.0
6673.. _3.0b2 : https://github.com/dls-controls/pythonIoc/compare/3.0b1...3.0b2
6774.. _3.0b1 : https://github.com/dls-controls/pythonIoc/compare/2-16...3.0b1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pythonIoc
77This module allows an EPICS IOC with Python Device Support to be run from within
88the Python interpreter. Records can be programmatically created and arbitrary
99Python code run to update them and respond to caputs. It supports cothread and
10- asyncio for concurrency.
10+ asyncio for concurrency. PVs are served over Channel Access and PVAccess.
1111
1212============== ==============================================================
1313PyPI ``pip install softioc ``
You can’t perform that action at this time.
0 commit comments