Geodels / gospl

Global Scalable Paleo Landscape Evolution Model
https://gospl.readthedocs.io
GNU General Public License v3.0
62 stars 11 forks source link

PyUP - Dependency Update Scheduled daily dependency update on Thursday #119

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update Cython from 0.29.21 to 0.29.22.

Changelog ### 0.29.22 ``` ==================== 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 https://github.com/numpy/numpy/pull/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) ```
Links - PyPI: https://pypi.org/project/cython - Changelog: https://pyup.io/changelogs/cython/ - Homepage: http://cython.org/