Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps h5py from 3.11.0 to 3.13.0.

Commits
  • c96b93d Merge pull request #2559 from h5py/changelog-3.13
  • 04daabc Add docstring for SpaceId.select_shape_same
  • 0588148 Full import path to low-level method
  • 584b591 Add release notes for 3.13
  • a04f03c Version number -> 3.13
  • f416f89 Merge pull request #2517 from takluyver/in-memory
  • 7bc2c19 Use a different make_fapl() parameter to test File.in_memory()
  • 3a7bd67 Add news entry for File.in_memory()
  • 261f609 Fix passing make_fcpl() keyword arguments from File.in_memory()
  • c8a141b Fix default block size in docs
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [h5py](https://github.com/h5py/h5py) from 3.11.0 to 3.13.0.
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.11.0...3.13.0)

---
updated-dependencies:
- dependency-name: h5py
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 24, 2025
@codecov
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.65%. Comparing base (0e3eecb) to head (7697981).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #330   +/-   ##
=======================================
  Coverage   40.65%   40.65%           
=======================================
  Files          49       49           
  Lines        4287     4287           
  Branches      592      592           
=======================================
  Hits         1743     1743           
  Misses       2432     2432           
  Partials      112      112           

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

@noemifrisina noemifrisina merged commit 9314d66 into main May 9, 2025
13 checks passed
@noemifrisina noemifrisina deleted the dependabot/pip/h5py-3.13.0 branch May 9, 2025 10:06
noemifrisina added a commit that referenced this pull request May 20, 2025
* Extend MRC to Nexus converter to work with TVIPS

Extend ED_mrc_to_nexus command to work with TVIPS cameras
(besides eBIC Ceta-D detector). The command now has an option
--detector that could be set either to cetad or tvips.

* Fix ruff error

* Fix another ruff error

* Add tests for MRC to Nexus converter

* Fix failing MRC converter tests

* Fix MRC to Nexus converter command line arguments

* Bump h5py from 3.11.0 to 3.13.0 (#330)

Bumps [h5py](https://github.com/h5py/h5py) from 3.11.0 to 3.13.0.
- [Release notes](https://github.com/h5py/h5py/releases)
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst)
- [Commits](h5py/h5py@3.11.0...3.13.0)

---
updated-dependencies:
- dependency-name: h5py
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Noemi Frisina <54588199+noemifrisina@users.noreply.github.com>

* Bump pydantic from 2.10.3 to 2.11.4 (#339)

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.3 to 2.11.4.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.3...v2.11.4)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump numpy from 2.2.2 to 2.2.6 (#342)

Bumps [numpy](https://github.com/numpy/numpy) from 2.2.2 to 2.2.6.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.2...v2.2.6)

---
updated-dependencies:
- dependency-name: numpy
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates for I19 serial (#343)

* Update pydantic things

* A start and some notes

* Replace old namedtuples

* Start rethinking parameter model

* Add utility function to be used by nexgen server for serial

* Update changelog

* Fix test

* Add a couple of dumb tests

* Tidy up where possible

* For now comment out before refactoring

* Pass timestamps as datetime

* Replace deprecated function

* Fix iso timestamp bug and add test

* Improve validation

* Small test detail

* Small improvements on general writer

* Tidy ups

* Update changelog

* Start adding to CLI to make it nicer

* Update command line for i19

* Update changelog

* Add docstring

* Fix typo

* Reorganize the MRC to Nexus converter

* Fix failing tests for MRC to Nexus converter

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Noemi Frisina <54588199+noemifrisina@users.noreply.github.com>
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants