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.18.0 to 1.19.0 in /.github/dependabot #290

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Bumps extra-data from 1.18.0 to 1.19.0.

Changelog

Sourced from extra-data's changelog.

Release Notes

1.19

2025-01-24

  • :func:~.open_run now combines raw & corrected data by default, preferring raw for source names found in both (:ghpull:569). This means corrected detector data is visible by default in recent runs.
  • :doc:Detector data classes <agipd_lpd_data> can now select corrected or raw data with the parameter raw=False or True (:ghpull:558). If this is not specified, they will use corrected data if available, and raw if not, in line with the previous behaviour. This also depends on how you open the run.
  • source_name in run and (source_name, key_name) in run now work (:ghpull:582).
  • You can now select train IDs in DataCollection and SourceData like run[tids] (:ghpull:559)
  • Make it easier to select a single train ID using by_id, and fix raising IndexError when selecting a single train index as an integer (:ghpull:558).
  • You can use the | operator to combine multiple :class:DataCollection or :class:SourceData objects, equivalent to their :meth:~.DataCollection.union methods (:ghpull:582).
  • New option run[source].run_values(inc_timestamps=False) to get a dict of run values excluding timestamps (:ghpull:581).
  • Specific parts of :doc:validation <validation> can now be skipped with a new :option:extra-data-validate --skip option (:ghpull:522).
  • Avoid memory errors & improve performance of reading XTDF detector data with a pulse selection (:ghpull:576).
  • Fix det.masked_data().select_pulses() in XTDF detector components (:ghpull:571)
  • Fix using file_filter parameter when opening a run (:ghpull:566)
  • PyYAML is now a full dependency (:ghpull:577).

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).

... (truncated)

Commits
  • 0b09135 Version number -> 1.19.0
  • 1dd9335 Merge pull request #589 from European-XFEL/changelog-1.19
  • f3c023c Set date for release
  • 83a6b2b Document skip option for extra-data-validate
  • 9814af1 Merge pull request #522 from European-XFEL/validation-named-checks
  • a165940 Merge pull request #582 from European-XFEL/feat/more-magic-methods
  • 6a7bd61 Merge pull request #581 from European-XFEL/feat/run-values-no-timestamps
  • 17b19cb Make (source, key) tuples clearer in test code
  • 86f8167 (fixup) also explicitly check whether source is contained when looking for so...
  • 8ea2094 Start release notes for 1.19
  • 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.18.0 to 1.19.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.18.0...1.19.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 Jan 24, 2025
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.38%. Comparing base (3346c10) to head (2704d35).
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #290   +/-   ##
=======================================
  Coverage   78.38%   78.38%           
=======================================
  Files          23       23           
  Lines        3021     3021           
=======================================
  Hits         2368     2368           
  Misses        653      653           

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

@JamesWrigley JamesWrigley merged commit 6276ded into master Jan 24, 2025
12 checks passed
@JamesWrigley JamesWrigley deleted the dependabot/pip/dot-github/dependabot/extra-data-1.19.0 branch January 24, 2025 21:51
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