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

Update dependency cython to v3.0.10 #88

Merged
merged 1 commit into from
Mar 31, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cython (source) ==3.0.9 -> ==3.0.10 age adoption passing confidence

Release Notes

cython/cython (cython)

v3.0.10

Compare Source

===================

Bugs fixed

  • Cython generated incorrect self-casts when directly calling final methods of subtypes.
    Patch by Lisandro Dalcin. (Github issue :issue:2747)

  • Internal C names generated from C function signatures could become too long for MSVC.
    (Github issue :issue:6052)

  • The noexcept warnings could be misleading in some cases.
    Patch by Gonzalo Tornaría. (Github issue :issue:6087)

  • The @cython.ufunc implementation could generate incomplete C code.
    (Github issue :issue:6064)

  • The libcpp.complex declarations could result in incorrect C++ code.
    Patch by Raffi Enficiaud. (Github issue :issue:6037)

  • Several tests were adapted to work with both NumPy 1.x and 2.0.
    Patch by Matti Picus. (Github issues :issue:6076, :issue:6100)

  • C compiler warnings when the freelist implementation is disabled (e.g. on PyPy) were fixed.
    It can now be disabled explicitly with the C macro guard CYTHON_USE_FREELISTS=0.
    (Github issue :issue:6099)

  • Some C macro guards for feature flags were missing from the NOGIL Python configuration.

  • Some recently added builtins were unconditionally looked up at module import time
    (if used by user code) that weren't available on all Python versions and could thus
    fail the import.

  • A performance hint regarding exported pxd declarations was improved.
    (Github issue :issue:6001)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.38%. Comparing base (a111419) to head (597f365).

Additional details and impacted files
@@          Coverage Diff           @@
##           master     #88   +/-   ##
======================================
  Coverage    0.38%   0.38%           
======================================
  Files          16      16           
  Lines        1035    1035           
======================================
  Hits            4       4           
  Misses       1031    1031           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@woctezuma woctezuma merged commit dd25462 into master Mar 31, 2024
4 of 5 checks passed
@woctezuma woctezuma deleted the renovate/cython-3.x branch March 31, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant