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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

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 <dependency name> 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)

Bumps [extra-data](https://github.com/European-XFEL/EXtra-data) from 1.17.0 to 1.18.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.17.0...1.18.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 Sep 23, 2024
@JamesWrigley JamesWrigley merged commit d3f0211 into master Sep 23, 2024
4 checks passed
@JamesWrigley JamesWrigley deleted the dependabot/pip/dot-github/dependabot/extra-data-1.18.0 branch September 23, 2024 17:49
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.30%. Comparing base (fa60bbe) to head (ec22680).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #341   +/-   ##
=======================================
  Coverage   75.30%   75.30%           
=======================================
  Files          32       32           
  Lines        4965     4965           
=======================================
  Hits         3739     3739           
  Misses       1226     1226           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant