European-XFEL / EXtra-geom

Use EuXFEL detector geometry to assemble images
https://extra-geom.rtfd.io
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Bump extra-data from 1.12.0 to 1.13.0 in /.github/dependabot #227

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps extra-data from 1.12.0 to 1.13.0.

Changelog

Sourced from extra-data's changelog.

Release Notes

1.13

2023-06-15

  • Support for aliases (:ghpull:367), to provide shorter, more meaningful names for specific sources & keys, and support for loading a default set of aliases for the proposal when using :func:~.open_run (:ghpull:398). See :ref:using-aliases for more information.
  • New APIs for multi-module detector data to work more like regular sources and keys, e.g. agipd['image.data'].ndarray() (:ghpull:337). These changes also change how Dask arrays are created for multi-module detector data, hopefully making them more efficient for typical use cases.
  • New method :meth:~.DataCollection.plot_missing_data to show where sources are missing data for some trains (:ghpull:402).
  • Merging data with :meth:~.union now applies the same train IDs to all included sources, whereas previously sources could have different train IDs selected (:ghpull:416).
  • A new property run[src].device_class exposes the Karabo device class name for control sources (:ghpull:390).
  • :class:.JUNGFRAU now accepts a first_modno for detectors where the first module is named with e.g. JNGFR03 (:ghpull:379).
  • run[src].is_control and .is_instrument properties (:ghpull:403).
  • :class:.SourceData objects now have .data_counts(), .drop_empty_trains() and .split_trains() methods like :class:.KeyData (:ghpull:404, :ghpull:405, :ghpull:407).
  • New method SourceData.one_key() to quickly find an arbitrary key for a source.
  • :meth:~.DataCollection.select now accepts a require_any=True parameter to filter trains where at least one of the selected sources & keys has data, complementing require_all (:ghpull:400).
  • New property :attr:KeyData.source_file_paths to locate real data files even if the run was opened using a virtual overview file (:ghpull:325).
  • New :class:.SourceData properties storage_class, data_category and aggregator to extract details from the filename & folder path, for the main folder structure on EuXFEL compute clusters (:ghpull:399).
  • It's now possible to pip install extra-data[complete] to install EXtra-data along with all optional dependencies (:ghpull:414).
  • Fix for missing CONTROL data when :ref:accessing data by train <data-by-train> (:ghpull:359).
  • Fix using with to open & close runs when a virtual overview file is found (:ghpull:375).
  • Fix calling :func:~.open_run with data='all', parallelize=False (:ghpull:338).
  • Fix using :class:.DataCollection objects with multiprocessing and spawned subprocesses (:ghpull:348).
  • Better error messages when files are missing INDEX or METADATA

... (truncated)

Commits
  • 4256a6d Fix specifying Python 3.10 for CI
  • 76af83b Run CI on tag pushes
  • a160f08 Version number -> 1.13.0
  • 87ca109 Merge pull request #420 from European-XFEL/changelog-1.13
  • 0aa613f Reword description of require_any
  • 67ea0bb Merge pull request #419 from European-XFEL/gha-publish
  • e6daeda Add release notes for 1.13
  • 303d7ee Add publishing to PyPI from Github actions on tag
  • 4821c73 Merge pull request #416 from European-XFEL/union_tids
  • 233815b Merge pull request #418 from European-XFEL/rm-lpd-mini
  • 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)