Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump extra-data from 1.11.0 to 1.12.0 in /.github/dependabot #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2022

Bumps extra-data from 1.11.0 to 1.12.0.

Changelog

Sourced from extra-data's changelog.

Release Notes

1.12

2022-06-10

  • :class:.SourceData objects now expose RUN information for control sources via new .run_value() and .run_values() methods, and metadata about the run from a new .run_metadata() method (:ghpull:293).
  • :meth:.KeyData.ndarray can now read into a pre-allocated array passed as the out parameter (:ghpull:307)
  • :meth:.KeyData.xarray can return an xarray Dataset object to represent data with named fields (:ghpull:301).
  • The :class:~.JUNGFRAU data access class now recognises 'JF500K' in source names (:ghpull:300).
  • Fix sending around FileAccess objects with cloudpickle, which is used by Dask and clusterfutures (:ghpull:303).
  • Fix permissions errors from opening the run files map JSON files (:ghpull:304).
  • Fix errors opening runs with data='all' with an empty proc folder (:ghpull:317).
  • The QuickView class deprecated in version 1.9 was removed.

1.11

2022-03-21

  • New keep_dims option for :meth:~.DataCollection.trains, :meth:~.DataCollection.train_from_id and :meth:~.DataCollection.train_from_index. Normally the trains/pulses dimension is dropped from the arrays these methods return if it has length 1, but passing keep_dims=True will preserve this dimension (:ghpull:288).
  • New :meth:~.LPD1M.select_trains and :meth:~.LPD1M.split_trains methods for multi-module detector data (:ghpull:278).
  • :meth:~.DataCollection.select now accepts a list of source name patterns, which is more convenient for some use cases (:ghpull:287).
  • Fix open_run(..., data='all') for runs with no proc data (:ghpull:281).
  • Fix single run status when opening a run with a virtual overview file (:ghpull:290).
  • Sources with no data recorded in a run are now represented in virtual overview files (:ghpull:287).
  • Fix a race condition where files were closed in one thread as they were opened in another (:ghpull:289).

1.10

... (truncated)

Commits
  • 1455f1b Version number -> 1.12.0
  • fde3f23 Merge pull request #323 from European-XFEL/changelog-1.12
  • ff728d8 Add release notes for 1.12
  • 9955bcf Merge pull request #321 from European-XFEL/dependabot/pip/dot-github/dependab...
  • f3a2044 Bump msgpack-numpy from 0.4.7.1 to 0.4.8 in /.github/dependabot
  • 48eeded Merge pull request #309 from European-XFEL/link-da-user-docs
  • 6c34d5e Merge pull request #318 from European-XFEL/dependabot/pip/dot-github/dependab...
  • b4d82bd Bump karabo-bridge from 0.6.1 to 0.6.2 in /.github/dependabot
  • d4e0779 Merge pull request #319 from European-XFEL/dependabot/pip/dot-github/dependab...
  • f3ce959 Merge pull request #320 from European-XFEL/dependabot/pip/dot-github/dependab...
  • 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 [extra-data](https://github.com/European-XFEL/EXtra-data) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/European-XFEL/EXtra-data/releases)
- [Changelog](https://github.com/European-XFEL/EXtra-data/blob/master/docs/changelog.rst)
- [Commits](European-XFEL/EXtra-data@1.11.0...1.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 13, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants