Skip to content

Bump cython from 0.29.32 to 0.29.33 #77

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2023

Bumps cython from 0.29.32 to 0.29.33.

Changelog

Sourced from cython's changelog.

0.29.33 (2023-01-06)

Features added

  • The cythonize and cython commands have a new option -M / --depfile to generate .dep dependency files for the compilation unit. This can be used by external build tools to track these dependencies. The cythonize option was already available in Cython :ref:0.29.27. Patches by Evgeni Burovski and Eli Schwartz. (Github issue :issue:1214)

Bugs fixed

  • const fused types could not be used with memory views. Patch by Thomas Vincent. (Github issue :issue:1772)

  • wstr usage was removed in Python 3.12 and later (PEP-623). (Github issue :issue:5145)

  • A type check assertion for Cython functions failed in debug Python builds. (Github issue :issue:5031)

  • Fixed various compiler warnings. Patches by Lisandro Dalcin et al. (Github issues :issue:4948, :issue:5086)

  • Fixed error when calculating complex powers of negative numbers. (Github issue :issue:5014)

  • Corrected a small mis-formatting of exception messages on Python 2. (Github issue :issue:5018)

  • The PyUnicode_AsUTF8AndSize() C-API function was missing from the CPython declarations. (Github issue :issue:5163)

  • A performance problem in the compiler was resolved when nesting conditional expressions. (Github issue :issue:5197)

  • Test suite problems with recent NumPy and CPython versions were resolved. (Github issues :issue:5183, :issue:5190)

Other changes

  • The undocumented, untested and apparently useless syntax from somemodule cimport class/struct/union somename was deprecated in anticipation of its removal in Cython 3. The type modifier is not needed here and a plain cimport of the name will do. (Github issue :issue:4905)

... (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 0.29.33.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.32...0.29.33)

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

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

dependabot bot commented on behalf of github Apr 3, 2023

Superseded by #81.

@dependabot dependabot bot closed this Apr 3, 2023
@dependabot dependabot bot deleted the dependabot/pip/cython-0.29.33 branch April 3, 2023 23:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants