Skip to content

Release 4.0.0 (2021/08/12)

Compare
Choose a tag to compare
@sveseli sveseli released this 14 Sep 20:11
· 641 commits to master since this release
  • disabled info printout for PvaServer unless the debug log level is
    set to INFO (8) or DEBUG (16)
  • fixed issue with channel puts involving objects like PvTimeStamp or
    PvAlarm (GitHub Issue #65, PR #66)
  • made performance enhancements for channel gets and puts in
    multithreaded applications
  • added asyncGet/asyncPut interfaces to the Channel class
  • restricted numpy version to < 1.21 for conda and pip packages until
    boost python segfaults are resolved
  • added support for access security in the PvaServer class
  • fixed issue with timestamp processing in the PyPvRecord class
  • conda/pip package dependencies:
    • EPICS BASE = 7.0.6
    • BOOST = 1.72.0
    • NUMPY < 1.21