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 the python-packages group across 1 directory with 2 updates #274

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Updates the requirements on numpy and pyglet to permit the latest version.
Updates numpy to 2.0.0

Release notes

Sourced from numpy's releases.

v2.0.0

NumPy 2.0.0 Release Notes

NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of 212 contributors spread over 1078 pull requests. It contains a large number of exciting new features as well as changes to both the Python and C APIs.

This major release includes breaking changes that could not happen in a regular minor (feature) release - including an ABI break, changes to type promotion rules, and API changes which may not have been emitting deprecation warnings in 1.26.x. Key documents related to how to adapt to changes in NumPy 2.0, in addition to these release notes, include:

Highlights

Highlights of this release include:

  • New features:
    • A new variable-length string dtype, numpy.dtypes.StringDType and a new numpy.strings namespace with performant ufuncs for string operations,
    • Support for float32 and longdouble in all numpy.fft functions,
    • Support for the array API standard in the main numpy namespace.
  • Performance improvements:
    • Sorting functions sort, argsort, partition, argpartition have been accelerated through the use of the Intel x86-simd-sort and Google Highway libraries, and may see large (hardware-specific) speedups,
    • macOS Accelerate support and binary wheels for macOS >=14, with significant performance improvements for linear algebra operations on macOS, and wheels that are about 3 times smaller,
    • numpy.char fixed-length string operations have been accelerated by implementing ufuncs that also support numpy.dtypes.StringDType in addition to the fixed-length string dtypes,
    • A new tracing and introspection API, numpy.lib.introspect.opt_func_info, to determine which hardware-specific kernels are available and will be dispatched to.
    • numpy.save now uses pickle protocol version 4 for saving arrays with object dtype, which allows for pickle objects larger than 4GB and improves saving speed by about 5% for large arrays.
  • Python API improvements:

... (truncated)

Commits
  • 1d49c7f Merge pull request #26698 from charris/prepare-2.0.0
  • 2103511 DOC: Remove duplicate in author list.
  • db8030e BUG: Change cibuildwheel version [wheel build]
  • 1a68264 REL: Prepare for the NumPy 2.0.0 release [wheel build]
  • c8665ba Merge pull request #26696 from charris/backport-26582
  • 103f4dd Merge pull request #26697 from charris/backport-25963
  • c193dcd Merge pull request #26695 from charris/backport-26667
  • 8fa8191 BUG: Fix bug in numpy.pad() (#25963)
  • ece3559 BUG: weighted nanpercentile, nanquantile and multi-dim q (#26582)
  • b31e195 BUG: Adds asanyarray to start of linalg.cross (#26667)
  • Additional commits viewable in compare view

Updates pyglet to 2.0.15

Release notes

Sourced from pyglet's releases.

v2.0.15

Changes and Improvements

  • font: Clean up win32 legacy font renderer to remove unused or outdated code.
  • font: Boxes are now primary update method for TextLayout instead of relying on the vertex_list of the TextLayout.
  • font: More typing additions.
  • gui.widgets: Add _set_enabled hook (#1073)
  • shapes: Add missing BezierCurve thickness property.
  • graphics: Re-raise error for attributes during shader creation with better error descriptions. (#1076)
  • docs: Start adding GUI section to the programming guide.
  • typing: Add stub file for init package to workaround IDE inspection/completion issues with lazy loading modules. (#1077)
  • examples: Add more visual feedback to the Controller example

Bugfixes

  • Xaudio2: Fix missing ) to POINTER which causes XAudio2 to fail to be imported. (#1068)
  • font.caret: Fix caret positioning and moving the cursor during cursor selection. (#932)
  • input.controller: User added mappings should take higher priority over default mappings.
  • input.controller: Properly handle inverted axis as dpad (#1078)
  • shapes: Added a None check to ShapeBase.delete (#1075)
  • shapes: Fix Line being off-centered when setting thickness #1083
  • image: Fix BufferManager.get_depth_buffer() for GL3+.
Changelog

Sourced from pyglet's changelog.

pyglet 2.0.16

Changes and Improvements

  • library-wide overhaul of docstrings, and addition of type hints (#1084)

Bugfixes

  • resource: Fix indexing of directories inside of Zip files. Remove broken code for multi-part archives.
  • shapes: Add missing thickness property to Box.
  • shapes: Add missing docstrings to Arc thickness property.

pyglet 2.0.15

Changes and Improvements

  • font: Clean up win32 legacy font renderer to remove unused or outdated code.
  • font: Boxes are now primary update method for TextLayout instead of relying on the vertex_list of the TextLayout.
  • font: More typing additions.
  • gui.widgets: Add _set_enabled hook (#1073)
  • shapes: Add missing BezierCurve thickness property.
  • graphics: Re-raise error for attributes during shader creation with better error descriptions. (#1076)
  • docs: Start adding GUI section to the programming guide.
  • typing: Add stub file for init package to workaround IDE inspection/completion issues with lazy loading modules. (#1077)
  • examples: Add more visual feedback to the Controller example

Bugfixes

  • Xaudio2: Fix missing ) to POINTER which causes XAudio2 to fail to be imported. (#1068)
  • font.caret: Fix caret positioning and moving the cursor during cursor selection. (#932)
  • input.controller: User added mappings should take higher priority over default mappings.
  • input.controller: Properly handle inverted axis as dpad (#1078)
  • shapes: Added a None check to ShapeBase.delete (#1075)
  • shapes: Fix Line being off-centered when setting thickness #1083
  • image: Fix BufferManager.get_depth_buffer() for GL3+.

pyglet 2.0.14

Changes and Improvements

  • shapes: Add new MultiLine shape. (#1057)
  • font: Enhance UserDefinedFonts to allow using custom font mapping functions (#1067)
  • typing: Improve Xaudio2 COM type hints (#1062)
  • text: Raise Exception when attempting to change IncrementalTextLayout.rotation, as it's not supported.
  • tests.integration: Add simple sanity tests for creation of all Label, Document, and Layout objects.

Bugfixes

... (truncated)

Commits
  • da24128 ready v2.0.15 release
  • 0a8192d input.controller: Properly handle inverted axis as dpad (#1078)
  • bcb9a10 shapes: fix Line being off-centered when setting thickness #1083
  • 8e67905 examples.depth_sprite: Remove accidental debug code.
  • 6e4050a examples: add more visual feedback to the Controller example
  • a9186de docs: Flesh out Framebuffer docstrings.
  • e08c536 docs: Minor refactoring of Framebuffer docs.
  • a353da1 image: fix BufferManager.get_depth_buffer() for GL3+.
  • 4dbce54 Revert "image: fix BufferManager.get_depth_buffer() for GL3+."
  • e606cb6 image: fix BufferManager.get_depth_buffer() for GL3+.
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [numpy](https://github.com/numpy/numpy) and [pyglet](https://github.com/pyglet/pyglet) to permit the latest version.

Updates `numpy` to 2.0.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v0.2.0...v2.0.0)

Updates `pyglet` to 2.0.15
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v1.3.3...v2.0.15)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pyglet
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from araistrick as a code owner July 9, 2024 19:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 9, 2024
@araistrick araistrick closed this Aug 14, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 14, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/python-packages-66423390c7 branch August 14, 2024 19:06
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