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.2.2 #25

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pvapy from 5.1.0 to 5.2.2.

Release notes

Sourced from pvapy's releases.

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
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.78.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.1.2 (2022/10/22)

  • Packaging changes: streaming framework dependencies are optional
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.78.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.1.1 (2022/10/19)

  • Streaming framework fixes for windows
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.78.0

... (truncated)

Changelog

Sourced from pvapy's changelog.

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 pvapy-hpc-consumer command line interface
    • updated user processor interface for creating output record so that it can use input channel object
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.78.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.1.2 (2022/10/22)

  • Packaging changes: streaming framework dependencies are optional
  • Conda/pip package dependencies:
    • EPICS BASE = 7.0.7
    • BOOST = 1.78.0
    • NUMPY >= 1.22 (for python >= 3.8); >= 1.19, < 1.21 (for python < 3.8)

Release 5.1.1 (2022/10/19)

... (truncated)

Commits
  • 6e63bd7 update version
  • 5714cd2 Merge branch 'master' into release/5.2
  • 852dbd4 update build requirements for pip
  • 0fd819f determine EPICS_DB_INCLUDE_PATH automatically when providing ca metadata
  • 5d73af9 update release notes
  • c35d470 fix few typos
  • 200a0a5 add splitting/stitching example
  • d5bd090 added debug statements
  • 699ef75 add stitch processor example
  • 72358b4 simplify split consumer example
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 1 year ago

Superseded by #30.