Skip to content

Bump pvapy from 5.1.0 to 5.2.2#25

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pvapy-5.2.2
Closed

Bump pvapy from 5.1.0 to 5.2.2#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pvapy-5.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 13, 2023

Copy link
Copy Markdown
Contributor

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)

Bumps [pvapy](https://github.com/epics-base/pvaPy) from 5.1.0 to 5.2.2.
- [Release notes](https://github.com/epics-base/pvaPy/releases)
- [Changelog](https://github.com/epics-base/pvaPy/blob/master/documentation/RELEASE_NOTES.md)
- [Commits](epics-base/pvaPy@5.1.0...5.2.2)

---
updated-dependencies:
- dependency-name: pvapy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 13, 2023
@dependabot @github

dependabot Bot commented on behalf of github Apr 3, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #30.

@dependabot dependabot Bot closed this Apr 3, 2023
@dependabot dependabot Bot deleted the dependabot/pip/pvapy-5.2.2 branch April 3, 2023 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants