forked from pool/python-Cython
Accepting request 175219 from home:dirkmueller:branches:devel:languages:python
- update to 0.19.1: * Completely empty C-API structs for extension type slots (protocols like number/mapping/sequence) are no longer generated into the C code. * Docstrings that directly follow a public/readonly attribute declaration in a cdef class will be used as docstring of the auto-generated property. This fixes ticket 206. * The automatic signature documentation tries to preserve more semantics of default arguments and argument types. Specifically, ``bint`` arguments now appear as type ``bool``. * A warning is emitted when negative literal indices are found inside of a code section that disables ``wraparound`` handling. This helps with fixing invalid code that might fail in the face of future compiler optimisations. * Constant folding for boolean expressions (and/or) was improved. * Added a build_dir option to cythonize() which allows one to place the generated .c files outside the source tree. - Update to version 0.19: + Please see http://wiki.cython.org/ReleaseNotes-0.19 OBS-URL: https://build.opensuse.org/request/show/175219 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
f09e2076b8
commit
b6983bc4bf
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 08:17:40 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.19.1:
|
||||
* Completely empty C-API structs for extension type slots (protocols like
|
||||
number/mapping/sequence) are no longer generated into the C code.
|
||||
* Docstrings that directly follow a public/readonly attribute declaration
|
||||
in a cdef class will be used as docstring of the auto-generated property.
|
||||
This fixes ticket 206.
|
||||
* The automatic signature documentation tries to preserve more semantics
|
||||
of default arguments and argument types. Specifically, ``bint`` arguments
|
||||
now appear as type ``bool``.
|
||||
* A warning is emitted when negative literal indices are found inside of
|
||||
a code section that disables ``wraparound`` handling. This helps with
|
||||
fixing invalid code that might fail in the face of future compiler
|
||||
optimisations.
|
||||
* Constant folding for boolean expressions (and/or) was improved.
|
||||
* Added a build_dir option to cythonize() which allows one to place
|
||||
the generated .c files outside the source tree.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 11:58:41 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.19:
|
||||
+ Please see http://wiki.cython.org/ReleaseNotes-0.19
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 12:17:42 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user