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.15.0 to 1.15.1 in /.github/dependabot #258

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps extra-data from 1.15.0 to 1.15.1.

Changelog

Sourced from extra-data's changelog.

1.15.1

2023-11-17

  • :class:~.JUNGFRAU recognises some additional naming patterns seen in new detector instances (:ghpull:464).

1.15

2023-11-06

  • New properties :attr:~.KeyData.units and :attr:~.KeyData.units_name on KeyData objects to retrieve units metadata written by Karabo (:ghpull:449).
  • New command :ref:cmd-serve-run to more conveniently stream data from a saved run in Karabo Bridge format (:ghpull:458).
  • Fix :meth:~.DataCollection.split_trains being very slow when splitting a long run into many pieces (:ghpull:459).
  • Include XTDF sources in :ref:cmd-lsxfel when details are enabled (:ghpull:440).

1.14

2023-07-27

  • New train_id_coordinates method for source data, like the one for key data (:ghpull:431).
  • New attributes .nbytes, .size_mb and .size_gb to conveniently see how much data is present for a given source & key (:ghpull:430).
  • Fix .ndarray(module_gaps=True) for xtdf detector data (:ghpull:432).

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

... (truncated)

Commits
  • a71e6d9 Version number -> 1.15.1
  • 407ba9c Merge pull request #465 from European-XFEL/changelog-1.15.1
  • 2c37ca4 Add release note for 1.15.1
  • 1937ac5 Merge pull request #464 from kakhahmed/fix/expand_JUNGFRAU_to_SCS_detectors
  • 965e8e1 Expand JUNGFRAU components to accept SCS_HRIXS_JUNGF and DET_LAB_JF
  • See full diff 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)