Skip to content

Release 5.5.0 (2025/01/06)

Latest
Compare
Choose a tag to compare
@sveseli sveseli released this 08 Jan 22:22
· 8 commits to master since this release
  • Streaming Framework enhancements:
    • Added support for different modes of receiving (PVA monitor, PVA server, RPC server) and publishing data (PVA server, PVA client, RPC client) in the data consumer; possible output -> input mode combinations are:
      • PVA server -> PVA monitor
      • PVA client -> PVA server
      • RPC client -> RPC server
  • Updated build for numpy 2.0 and python 3.13
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.8.1.1.pvapy (base 7.0.8.1 + pvAccessCPP PR 192 + pvDatabaseCPP PRs 82,83)
    • BOOST = 1.87.0
    • NUMPY >= 2.1 (python >= 3.13); >= 2.0 (python >= 3.9, < 3.13); >= 1.22, < 2.0 (python >= 3.8, < 3.9); >= 1.19, < 1.21 (python < 3.8)