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 cython from 0.29.32 to 3.0.0 #593

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps cython from 0.29.32 to 3.0.0.

Changelog

Sourced from cython's changelog.

3.0.0 (2023-07-17)

Bugs fixed

  • A crash in Python 2.7 was fixed when cleaning up extension type instances at program end.

3.0.0 rc 2 (2023-07-13)

Bugs fixed

  • Parser crash on hex/oct enum values. (Github issue :issue:5524)

  • cython --version now prints the version to both stdout and stderr (unless that is a TTY). (Github issue :issue:5504)

3.0.0 rc 1 (2023-07-12)

Features added

  • with gil and with nogil(flag) now accept their flag argument also in Python code. Patch by Matúš Valo. (Github issue :issue:5113)

  • A new decorator @cython.with_gil is available in Python code to match the with gil function declaration in Cython syntax.

  • Assigning a list to a ctuple is slightly faster.

Bugs fixed

  • The reference counting of memory views involved useless overhead. (Github issue :issue:5510)

  • Duplicate values in a cpdef enum could lead to invalid switch statements. (Github issue :issue:5400)

  • Handling freshly raised exceptions that didn't have a traceback yet could crash. (Github issue :issue:5495)

  • Reverse iteration in C++ no longer removes the const qualifier from the item type.

... (truncated)

Commits

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)

Bumps [cython](https://github.com/cython/cython) from 0.29.32 to 3.0.0.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.32...3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #593 (dfab212) into main (dc93947) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #593   +/-   ##
=======================================
  Coverage   94.28%   94.28%           
=======================================
  Files          16       16           
  Lines         805      805           
=======================================
  Hits          759      759           
  Misses         46       46           

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.

None yet

0 participants