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 gsd from 2.9.0 to 3.1.0 #1139

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps gsd from 2.9.0 to 3.1.0.

Release notes

Sourced from gsd's releases.

v3.1.0

Fixed:

  • hoomd.read_log no longer triggers a numpy deprecation warning.

Added:

  • HOOMDTrajectory.flush - flush buffered writes on an open HOOMDTrajectory.

v3.0.1

Fixed:

  • Prevent ValueError: signal only works in main thread of the main interpreter when importing gsd in a non-main thread.

v3.0.0

Added:

  • gsd.version.version - version string identifier. PEP8 compliant name replaces __version__.
  • GSDFile.flush - flush write buffers (C API gsd_flush) (#237).
  • GSDFile.maximum_write_buffer_size - get/set the write buffer size (C API gsd_get_maximum_write_buffer_size / gsd_set_maximum_write_buffer_size) (#237).
  • GSDFile.index_entries_to_buffer - get/set the write buffer size (C API index_entries_to_buffer / index_entries_to_buffer) (#237).
  • On importing [gsd]{.title-ref}, install a SIGTERM handler that calls sys.exit(1) (#237).

Changed:

  • write_chunk buffers writes across frames to increase performance (#237).
  • Use Doxygen and breathe to generate C API documentation in Sphinx (#237).

Removed:

  • gsd.__version__ - use gsd.version.version.
  • gsd.hoomd.Snapshot - use gsd.hoomd.Frame (#249).
  • gsd.hoomd.HOOMDTrajectory.read_frame - use gsd.hoomd.HOOMDTrajectory.__getitem__ (#249).
  • The file modes 'wb', 'wb+', 'rb', 'rb+', 'ab', 'xb', and 'xb+'. Use 'r', 'r+', 'w', 'x', or 'a' (#249).
Changelog

Sourced from gsd's changelog.

3.1.0 (2023-07-28) ^^^^^^^^^^^^^^^^^^

Fixed:

  • hoomd.read_log no longer triggers a numpy deprecation warning.

Added:

  • HOOMDTrajectory.flush - flush buffered writes on an open HOOMDTrajectory.

3.0.1 (2023-06-20) ^^^^^^^^^^^^^^^^^^

Fixed:

  • Prevent ValueError: signal only works in main thread of the main interpreter when importing gsd in a non-main thread.

3.0.0 (2023-06-16) ^^^^^^^^^^^^^^^^^^

Added:

  • gsd.version.version - version string identifier. PEP8 compliant name replaces __version__.
  • GSDFile.flush - flush write buffers (C API gsd_flush) ([#237](https://github.com/glotzerlab/gsd/issues/237) <https://github.com/glotzerlab/gsd/pull/237>__).
  • GSDFile.maximum_write_buffer_size - get/set the write buffer size (C API gsd_get_maximum_write_buffer_size / gsd_set_maximum_write_buffer_size) ([#237](https://github.com/glotzerlab/gsd/issues/237) <https://github.com/glotzerlab/gsd/pull/237>__).
  • GSDFile.index_entries_to_buffer - get/set the write buffer size (C API index_entries_to_buffer / index_entries_to_buffer) ([#237](https://github.com/glotzerlab/gsd/issues/237) <https://github.com/glotzerlab/gsd/pull/237>__).
  • On importing gsd, install a SIGTERM handler that calls sys.exit(1) ([#237](https://github.com/glotzerlab/gsd/issues/237) <https://github.com/glotzerlab/gsd/pull/237>__).

Changed:

  • write_chunk buffers writes across frames to increase performance ([#237](https://github.com/glotzerlab/gsd/issues/237) <https://github.com/glotzerlab/gsd/pull/237>__).
  • Use Doxygen and breathe to generate C API documentation in Sphinx ([#237](https://github.com/glotzerlab/gsd/issues/237) <https://github.com/glotzerlab/gsd/pull/237>__).

Removed:

  • gsd.__version__ - use gsd.version.version.
  • gsd.hoomd.Snapshot - use gsd.hoomd.Frame ([#249](https://github.com/glotzerlab/gsd/issues/249) <https://github.com/glotzerlab/gsd/pull/249>__).
  • gsd.hoomd.HOOMDTrajectory.read_frame - use gsd.hoomd.HOOMDTrajectory.__getitem__ ([#249](https://github.com/glotzerlab/gsd/issues/249) <https://github.com/glotzerlab/gsd/pull/249>__).

... (truncated)

Commits
  • 73a64ed Merge pull request #269 from glotzerlab/release-gsd-3.1.0
  • e3e19c6 Bump version to 3.1.0.
  • 625823b Document 3.1.0 release date.
  • d342652 Merge branch 'trunk-patch' into trunk-minor
  • e254ba7 Merge pull request #267 from glotzerlab/prevent-deprecation-warning
  • efeb19b Merge pull request #266 from glotzerlab/add-flush
  • 0feef0a Run pre-commit.
  • b759a55 Update change log.
  • 528f4f0 Manually unpack scalar quantities from numpy arrays.
  • 55860f3 Update change log.
  • 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 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 dependabot bot requested a review from a team as a code owner August 1, 2023 19:11
@dependabot dependabot bot requested review from bdice and removed request for a team August 1, 2023 19:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2023
Bumps [gsd](https://github.com/glotzerlab/gsd) from 2.9.0 to 3.1.0.
- [Release notes](https://github.com/glotzerlab/gsd/releases)
- [Changelog](https://github.com/glotzerlab/gsd/blob/trunk-patch/CHANGELOG.rst)
- [Commits](glotzerlab/gsd@v2.9.0...v3.1.0)

---
updated-dependencies:
- dependency-name: gsd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@tommy-waltmann
Copy link
Collaborator

combining this with #1133

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2023

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.

@dependabot dependabot bot deleted the dependabot/pip/gsd-3.1.0 branch August 2, 2023 17:18
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.

1 participant