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.17.0 to 1.18.0 in /.github/dependabot #308

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps extra-data from 1.17.0 to 1.18.0.

Changelog

Sourced from extra-data's changelog.

Release Notes

1.18

2024-09-23

  • EXtra-data now requires Python 3.9 or above (:ghpull:554).
  • Aliases are now case-insensitive, and allow - & _ interchangeably, so las-x and Las_X are considered the same (:ghpull:515).
  • Add concept of 'legacy' source names, references to sources which have been renamed (:ghpull:527). This will be used for calibrated detector data.
  • Add source, key & alias completions for IPython (:ghpull:514).
  • New .masked_data() method to load detector data with mask (:ghpull:518). See :doc:agipd_lpd_data.
  • A new euxfel_local_time option for :meth:.DataCollection.train_timestamps to convert timestamps to local (German) time (:ghpull:550).
  • Return timezone-aware values from :meth:~.DataCollection.train_timestamps where possible (:ghpull:550).
  • Allow kd[trains] for multi-module KeyData objects (:ghpull:520).
  • Add optional index group filter to :meth:.SourceData.one_key (:ghpull:526).
  • Fixed various compatibility issues with Numpy 2.0 (:ghpull:530).
  • Allow caching file maps from 'open' & 'red' run folders in the proposal scratch folder (:ghpull:548, :ghpull:549).
  • When the file map is cached in multiple places, read the newest version (:ghpull:524).
  • Prevent unwanted iteration over a KeyData object (:ghpull:519).
  • Fix making virtual CXI files for JUNGFRAU data if the 'mask' dataset is not present (:ghpull:511).
  • Fix the message shown when skipping files because of how they're stored (:ghpull:525).

1.17

2024-04-10

  • :func:open_run can now combine additional data locations besides the main raw & proc folders (:ghpull:298)::

    run = open_run(6616, 31, data=['raw', 'scratch/test_cal'])
    

    This specifies a list of paths under the proposal directory. The folders given should contain run folders with 4 digit run numbers, e.g. r0031. If the same source names appear, those sources will be visible from the last location in the list.

  • Add .pulse_id_coordinates() & .train_id_coordinates() for XTDF image data (:ghpull:506).

  • Add :meth:~.LPD1M.data_availability method for multi-module detectors

... (truncated)

Commits
  • b22e6b6 Version number -> 1.18.0
  • c12c325 Merge pull request #555 from European-XFEL/changelog-1.18
  • 759a218 Update release date in changelog
  • 22c5d5a Prepare release notes for 1.18
  • 8149e77 Merge pull request #550 from European-XFEL/feat/train-ts-timezone
  • 6befddc Remove unnecessary line in test
  • 2982cc7 Merge pull request #554 from European-XFEL/req-python-3.9
  • 28820fe Using datetime.utcoffset method to check conversion with pydatetime=True per ...
  • bd3c821 Apply suggestions from code review -- thanks Thomas!
  • a32cf28 Require Python >= 3.9
  • 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 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)
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.