Skip to content

Releases: epics-base/pvaPy

Release 2.3.0 (2020/06/12)

15 Jun 14:31
Compare
Choose a tag to compare
  • 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)

24 Apr 20:28
Compare
Choose a tag to compare
  • 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)

20 Jan 21:39
Compare
Choose a tag to compare
  • 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)

20 Jan 21:38
Compare
Choose a tag to compare
  • 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)

12 Aug 04:07
Compare
Choose a tag to compare
  • 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)

11 May 03:59
Compare
Choose a tag to compare
  • 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)

25 Apr 19:22
Compare
Choose a tag to compare
  • 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)

29 Mar 21:22
Compare
Choose a tag to compare
  • 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)

30 Jan 19:16
Compare
Choose a tag to compare
  • 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)

11 Jul 14:55
Compare
Choose a tag to compare
  • 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