Skip to content

Build(deps): Bump cython from 0.29.21 to 3.0.4#54

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/cython-3.0.4
Closed

Build(deps): Bump cython from 0.29.21 to 3.0.4#54
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/cython-3.0.4

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps cython from 0.29.21 to 3.0.4.

Changelog

Sourced from cython's changelog.

3.0.4 (2023-10-17)

Features added

  • A new compiler directive show_performance_hints was added to disable the newly added performance hint output. (Github issue :issue:5748)

Bugs fixed

  • ```cythonize required ``distutils`` even for operations that did not build binaries. (Github issue :issue:5751`)

  • A regression in 3.0.3 was fixed that prevented calling inline functions from another inline function in .pxd files. (Github issue :issue:5748)

  • Some C compiler warnings were resolved. Patch by Pierre Jolivet. (Github issue :issue:5756)

3.0.3 (2023-10-05)

Features added

  • More warnings were added to help users migrate and avoid bugs. (Github issue :issue:5650)

  • A warning-like category for performance hints was added that bypasses -Werror. (Github issue :issue:5673)

  • FastGIL now uses standard thread_local in C++. (Github issue :issue:5640)

  • reference_wrapper was added to libcpp.functional. Patch by Vyas Ramasubramani. (Github issue :issue:5671)

  • The cythonize command now supports the --cplus option known from the cython command. (Github issue :issue:5736)

Bugs fixed

  • Performance regressions where the GIL was needlessly acquired were fixed. (Github issues :issue:5670, :issue:5700)

... (truncated)

Commits
  • bd5a82f Disable a test that crashes on i686.
  • f472900 Prepare release of Cython 3.0.4.
  • cc0d167 Update changelog.
  • 6940b34 Use relative import instead of a global one to make sure we end up in the sam...
  • 0000fb4 Avoid importing distutils/setuptools from 'cythonize' unless we really need i...
  • 63aa4ef Allow disabling performance hints via a directive rather than an Option (GH-5...
  • d508f8e Fix regression in 3.0.3 with inline functions in pxd files calling other func...
  • 5e4c7ac docs: Remove usage of outdated "system_packages" option.
  • f4b10ff Fix an incorrect C declaration and an unguarded macro reference (found by gcc...
  • 459f7c6 Officially support Python 3.12 (knowing that profiling is still broken there).
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.21 to 3.0.4.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.21...3.0.4)

---
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 Oct 23, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 6, 2023

Superseded by #56.

@dependabot dependabot bot closed this Nov 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/cython-3.0.4 branch November 6, 2023 02:54
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.

0 participants