Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
ac694af1
Commit
ac694af1
authored
May 09, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
ff5b9c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
CHANGES.rst
CHANGES.rst
+8
-1
No files found.
CHANGES.rst
View file @
ac694af1
...
...
@@ -15,9 +15,16 @@ Features added
*
Several
macros
/
functions
declared
in
the
NumPy
API
are
now
usable
without
holding
the
GIL
.
*
``
libc
.
math
``
was
extended
to
include
all
C99
function
declarations
.
Patch
by
Dean
Scarff
.
(
Github
issue
#
3570
)
Bugs
fixed
----------
*
The
improved
GIL
handling
in
``
nogil
``
functions
introduced
in
3.0
a3
could
fail
to
acquire
the
GIL
in
some
cases
on
function
exit
.
(
Github
issue
#
3590
etc
.)
*
The
outdated
getbuffer
/
releasebuffer
implementations
in
the
NumPy
declarations
were
removed
so
that
buffers
declared
as
``
ndarray
``
now
use
the
normal
implementation
in
NumPy
.
...
...
@@ -63,7 +70,7 @@ Bugs fixed
additional
command
line
arguments
leaked
into
the
regular
command
.
Patch
by
Kamekameha
.
(
Github
issue
#
2209
)
*
The
improved
GIL
handling
in
``
nogil
``
functions
introduced
in
3.0
a
2
*
The
improved
GIL
handling
in
``
nogil
``
functions
introduced
in
3.0
a
3
could
generate
invalid
C
code
.
(
Github
issue
#
3558
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment