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.11 #93

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

cython/cython (cython)

v3.0.11

Compare Source

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

Features added

  • The C++11 emplace* methods were added to libcpp.deque.
    Patch by Somin An. (Github issue :issue:6159)

Bugs fixed

  • The exception check value of functions declared in pxd files was not always applied in 3.0.10.
    (Github issue :issue:6122)

  • A crash on exception deallocations was fixed.
    (Github issue :issue:6022)

  • A crash was fixed when assigning a zero-length slice to a memoryview.
    Patch by Michael Man. (Github issue :issue:6227)

  • libcpp.optional.value() could crash if it raised a C++ exception.
    Patch by Alexander Condello. (Github issue :issue:6190)

  • The return type of str() was mishandled, leading to crashes with language_level=3.
    (Github issue :issue:6166)

  • bytes.startswith/endswith() failed for non-bytes substrings (e.g. bytearray).
    (Github issue :issue:6168)

  • Fused ctuples crashed Cython.
    (Github issue :issue:6068)

  • A compiler crash was fixed when using extension types in fused types.
    (Github issue :issue:6204)

  • The module cleanup code was incorrect for globally defined memory view slices.
    (Github issue :issue:6276)

  • Some adaptations were made to enable compilation in Python 3.13.
    (Github issues :issue:5997, :issue:6182, :issue:6251)


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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.38%. Comparing base (75ea3f6) to head (c7d45c1).

Additional details and impacted files
@@          Coverage Diff           @@
##           master     #93   +/-   ##
======================================
  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 3ae6a2f into master Aug 5, 2024
4 of 5 checks passed
@woctezuma woctezuma deleted the renovate/cython-3.x branch August 5, 2024 17:32
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