ajgdls / EPICSPyClientPerformance

A set of performance tests for multiple Python EPICS clients
Apache License 2.0
0 stars 2 forks source link

Bump pvapy from 5.1.0 to 5.3.0 #30

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps pvapy from 5.1.0 to 5.3.0.

Release notes

Sourced from pvapy's releases.

Release 5.3.0 (2023/03/29)

  • Added optimized method for record updates in PvaServer class
  • Streaming Framework enhancements:
    • improved mirror server throughput by adding ability to use multiple monitors together with the data distributor plugin for source channels
    • added report for the combined system statistics when using multiple data consumers
    • optimized consumer output channel updates
    • fixed number of missed objects calculation when object ID offset or number of sequential updates is greater than 1
    • added system processor for writing AD images into HDF5 files
    • introduced shutdown delay option for AD simulation server
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.81.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.2.2 (2023/03/01)

  • Streaming Framework enhancements:
    • fixed issue with the data collector rejecting out of order objects if its cache is empty
    • added ability for the data collector to accept objects with same IDs
    • added split/stitch image processor examples
    • added ability for the area detector simulator to automatically determine EPICS_DB_INCLUDE_PATH when providing CA metadata
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.81.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.2.1 (2022/12/24)

  • Fixed issue with put into PvObjectQueue when timeout is given
  • Updated default value for PvTimeStamp userTag field to 0
  • Area Detector Simulator enhancements:
    • added ability to load images from HDF5 files (either compressed or uncompressed)
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.81.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.2.0 (2022/11/04)

  • Streaming Framework enhancements:
    • enabled format specifier for id replacements in channel names for both pvapy-hpc-consumer and pvapy-hpc-collector command line interfaces
    • added ability to specify arbitrary consumer id list for the pvapy-hpc-consumer command line interface
    • updated user processor interface for creating output record so that it can use input channel object

... (truncated)

Changelog

Sourced from pvapy's changelog.

Release 5.3.0 (2022/03/29)

  • Added optimized method for record updates in PvaServer class
  • Streaming Framework enhancements:
    • improved mirror server throughput by adding ability to use multiple monitors together with the data distributor plugin for source channels
    • added report for the combined system statistics when using multiple data consumers
    • optimized consumer output channel updates
    • fixed number of missed objects calculation when object ID offset or number of sequential updates is greater than 1
    • added system processor for writing AD images into HDF5 files
    • introduced shutdown delay option for AD simulation server
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.81.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.2.2 (2022/03/01)

  • Streaming Framework enhancements:
    • fixed issue with the data collector rejecting out of order objects if its cache is empty
    • added ability for the data collector to accept objects with same IDs
    • added split/stitch image processor examples
    • added ability for the area detector simulator to automatically determine EPICS_DB_INCLUDE_PATH when providing CA metadata
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.81.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.2.1 (2022/12/24)

  • Fixed issue with put into PvObjectQueue when timeout is given
  • Updated default value for PvTimeStamp userTag field to 0
  • Area Detector Simulator enhancements:
    • added ability to load images from HDF5 files (either compressed or uncompressed)
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.81.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.2.0 (2022/11/04)

  • Streaming Framework enhancements:
    • enabled format specifier for id replacements in channel names for both pvapy-hpc-consumer and pvapy-hpc-collector command line interfaces
    • added ability to specify arbitrary consumer id list for the

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)