Releases: epics-base/pvaPy
Releases · epics-base/pvaPy
Release 2.3.0 (2020/06/12)
- fixed issue with channel puts involving large integers (GitHub Issue #58)
- conda/pip package dependencies:
- EPICS BASE = 7.0.4
- BOOST = 1.70.0
- NUMPY > 1.15
Release 2.2.0 (2020/04/21)
- added support for connection callback
- conda/pip package dependencies:
- EPICS BASE = 7.0.3.1
- BOOST = 1.70.0
- NUMPY > 1.15
Release 2.1.0 (2020/01/20)
- added JSON support from pvaClientCPP (GitHub PR #52)
- fixed documentation build for older sphinx versions
- conda/pip package dependencies:
- EPICS BASE = 7.0.3.1
- BOOST = 1.70.0
- NUMPY > 1.15
Release 2.0.1 (2019/11/18)
- no source code changes
- conda/pip package dependencies:
- EPICS BASE = 7.0.3.1
- BOOST = 1.70.0
- NUMPY > 1.15
Release 2.0.0 (2019/08/09)
- added MultiChannel class, which allows simultaneous retrieval of PV data
from multiple channels - added getName() method to the Channel class python interface
- fixed RPC request timeout issue when both RpcClient and RpcServer instances
use the same interpreter (GitHub PR #50) - fixed PvaServer issue with removal of connected records (GitHub Issue #49,
PR #51) - conda/pip package dependencies:
- EPICS BASE = 7.0.3
- BOOST = 1.70.0
- NUMPY > 1.15
Release 1.6.0 (2019/05/10)
- added ability to set structure fields using PvObjects
- fixed issue with setting variant unions using PvObjects
- added automated tests to conda packaging
- conda/pip package dependencies:
- EPICS BASE = 7.0.2.2
- BOOST = 1.70.0
- NUMPY > 1.15
Release 1.5.0 (2019/04/25)
- added dictionary methods to PvObject class: items(), keys(), values()
- fixed build warning for multiple inclusion of build rules
- conda/pip package dependencies:
- EPICS BASE = 7.0.2.2
- BOOST = 1.70.0
- NUMPY > 1.15
Release 1.4.0 (2019/03/29)
- added method for removing all records from PvaServer
- added start/stop methods for PvaServer
- resolved issue with PvaServer record write callbacks hanging if both client
and server are running in the same interpreter - added support for building local installation of epics/boost/pvapy
- resolved several issues with pip packaging
- conda/pip package dependencies:
- EPICS BASE = 7.0.2.1
- BOOST = 1.69.0
- NUMPY > 1.15
Release 1.3.0 (2019/01/24)
- fixed build issues related to EpicsHostArch script location
- updated code to reflect changes in CA provider
- updated conda build scripts for EPICS 7.0.2
Release 1.2.0 (2018/07/11)
- added ability to set numeric scalar arrays using NumPy arrays directly
- fixed issue with building documentation when multiple versions of python
are present - introduced support for building pvapy pip packages