Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Updates the requirements on gsd to permit the latest version.

Release notes

Sourced from gsd's releases.

v4.0.0

Fixed:

  • Type hints for HoomdTrajectory._read_frame and downstream methods are now correct (#417).
  • Sync changes to disk on macOS (#429).
  • Sync index entries to disk before returning from flush (#429).
  • Work around macOS bug that mysteriously allocated 16 MB of extra disk blocks beyond the end of the file (#429).

Changed:

  • No longer test with clang 10, 11, or 12 (#422).
  • [breaking] end_frame, find_chunk, find_matching_chunk_names, and read_chunk no longer implicitly call flush. The caller must manually call flush (or close the file) before chunks can be read. This behavior extends to the high level gsd.hoomd Python API (#429).
  • Set the default write buffer to 1 MB (#429).

Removed:

  • index_entries_to_buffer (#429).
Changelog

Sourced from gsd's changelog.

4.0.0 (2025-06-26) ^^^^^^^^^^^^^^^^^^

Fixed:

  • Type hints for HoomdTrajectory._read_frame and downstream methods are now correct ([#417](https://github.com/glotzerlab/gsd/issues/417) <https://github.com/glotzerlab/gsd/pull/417>__).
  • Sync changes to disk on macOS ([#429](https://github.com/glotzerlab/gsd/issues/429) <https://github.com/glotzerlab/gsd/pull/429>__).
  • Sync index entries to disk before returning from flush ([#429](https://github.com/glotzerlab/gsd/issues/429) <https://github.com/glotzerlab/gsd/pull/429>__).
  • Work around macOS bug that mysteriously allocated 16 MB of extra disk blocks beyond the end of the file ([#429](https://github.com/glotzerlab/gsd/issues/429) <https://github.com/glotzerlab/gsd/pull/429>__).

Changed:

  • No longer test with clang 10, 11, or 12 ([#422](https://github.com/glotzerlab/gsd/issues/422) <https://github.com/glotzerlab/gsd/pull/422>__).
  • [breaking] end_frame, find_chunk, find_matching_chunk_names, and read_chunk no longer implicitly call flush. The caller must manually call flush (or close the file) before chunks can be read. This behavior extends to the high level gsd.hoomd Python API ([#429](https://github.com/glotzerlab/gsd/issues/429) <https://github.com/glotzerlab/gsd/pull/429>__).
  • Set the default write buffer to 1 MB ([#429](https://github.com/glotzerlab/gsd/issues/429) <https://github.com/glotzerlab/gsd/pull/429>__).

Removed:

  • index_entries_to_buffer ([#429](https://github.com/glotzerlab/gsd/issues/429) <https://github.com/glotzerlab/gsd/pull/429>__).

3.x

3.4.2 (2024-11-13) ^^^^^^^^^^^^^^^^^^

Fixed:

  • Make NumPy 2.0 requirement optional ([#405](https://github.com/glotzerlab/gsd/issues/405) <https://github.com/glotzerlab/gsd/pull/405>__).

3.4.1 (2024-10-21) ^^^^^^^^^^^^^^^^^^

Fixed:

  • Prevent downgrading file versions when opening in write mode.

... (truncated)

Commits
  • dd01984 Merge pull request #431 from glotzerlab/release-4.0.0
  • 857782d Bump documentation build dependencies.
  • c92305a Remove duplicate contributors.
  • 8d9ec1f Set 4.0 release date.
  • 16331e5 Bump version to 4.0.0.
  • b0024e7 Merge pull request #429 from glotzerlab/adjust-default-buffer
  • 9280012 Make the implicit call to gsd_flush more explicit in the gsd_close docs.
  • ca1a872 Remove commented code.
  • be96b7b Clarify units for the default write buffer size.
  • cc7cd7b Validate array shape in index expansion test.
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
gsd [>= 3.a, < 4]

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)

Updates the requirements on [gsd](https://github.com/glotzerlab/gsd) to permit the latest version.
- [Release notes](https://github.com/glotzerlab/gsd/releases)
- [Changelog](https://github.com/glotzerlab/gsd/blob/trunk-patch/CHANGELOG.rst)
- [Commits](glotzerlab/gsd@v1.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: gsd
  dependency-version: 4.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 30, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from andthum June 30, 2025 10:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch Change that results in a new patch version labels Jun 30, 2025
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 patch Change that results in a new patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant