Skip to content
Snippets Groups Projects
Commit 8249756c48ec authored by Stefan Behnel's avatar Stefan Behnel
Browse files

Update changelog.

parent b0aba37017bb
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
* Several macros/functions declared in the NumPy API are now usable without * Several macros/functions declared in the NumPy API are now usable without
holding the GIL. holding the GIL.
* ``libc.math`` was extended to include all C99 function declarations.
Patch by Dean Scarff. (Github issue #3570)
Bugs fixed Bugs fixed
---------- ----------
...@@ -18,6 +21,10 @@ ...@@ -18,6 +21,10 @@
Bugs fixed Bugs fixed
---------- ----------
* The improved GIL handling in ``nogil`` functions introduced in 3.0a3
could fail to acquire the GIL in some cases on function exit.
(Github issue #3590 etc.)
* The outdated getbuffer/releasebuffer implementations in the NumPy * The outdated getbuffer/releasebuffer implementations in the NumPy
declarations were removed so that buffers declared as ``ndarray`` declarations were removed so that buffers declared as ``ndarray``
now use the normal implementation in NumPy. now use the normal implementation in NumPy.
...@@ -63,7 +70,7 @@ ...@@ -63,7 +70,7 @@
additional command line arguments leaked into the regular command. additional command line arguments leaked into the regular command.
Patch by Kamekameha. (Github issue #2209) Patch by Kamekameha. (Github issue #2209)
* The improved GIL handling in ``nogil`` functions introduced in 3.0a2 * The improved GIL handling in ``nogil`` functions introduced in 3.0a3
could generate invalid C code. could generate invalid C code.
(Github issue #3558) (Github issue #3558)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment