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

MAINT: Bump cython from 0.29.21 to 0.29.22 #18465

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps cython from 0.29.21 to 0.29.22.

Changelog

Sourced from cython's changelog.

0.29.22 (2021-02-20)

Features added

  • Some declarations were added to the provided pxd includes. Patches by Zackery Spytz and John Kirkham. (Github issues #3811, #3882, #3899, #3901)

Bugs fixed

  • A crash when calling certain functions in Py3.9 and later was resolved. (Github issue #3917)
  • const memory views of structs failed to compile. (Github issue #2251)
  • const template declarations could not be nested. Patch by Ashwin Srinath. (Github issue #1355)
  • The declarations in the cpython.pycapsule module were missing their const modifiers and generated incorrect C code. Patch by Warren Weckesser. (Github issue #3964)
  • Casts to memory views failed for fused dtypes. Patch by David Woods. (Github issue #3881)
  • repr() was assumed to return str instead of unicode with language_level=3. (Github issue #3736)
  • Calling cpdef functions from cimported modules crashed the compiler. Patch by David Woods. (Github issue #4000)
  • Cython no longer validates the ABI size of the NumPy classes it compiled against. See the discussion in numpy/numpy#432
  • A C compiler warning about enum value casting was resolved in GCC. (Github issue #2749)
  • Coverage reporting in the annotated HTML file failed in Py3.9. Patch by Nick Pope. (Github issue #3865)
  • The embedding code now reports Python errors as exit status.
  • Long type declarations could lead to (harmless) random changes in the C file when used in auto-generated Python wrappers or pickled classes.

Other changes

  • Variables defined as cpdef now generate a warning since this is currently useless and thus does not do what users would expect. Patch by David Woods. (Github issue #3959)
Commits
  • 3e470fc Add 3.9 to the list of supported Python versions.
  • fc777dd Prepare release of 0.29.22.
  • 0f2fc1e Update changelog.
  • 591044b MAINT: Add const qualifiers to char* types in pycapsule.pxd.
  • bb94c0e Make a working test actually test something.
  • ae4e39d Clean up test file.
  • 7d69ae0 Don't crash when probing type of cimported module (GH-4001)
  • 921cd96 Merge pull request #3972 from da-woods/cpdef_error_message_0.29
  • adfcde1 Error message on cpdef variables
  • 5377ae7 Merge pull request #3933 from vstinner/py_set_type
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@charris charris merged commit b5907a3 into master Feb 22, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cython-0.29.22 branch February 22, 2021 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant