Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
cython
Commits
8249756c48ec
Commit
8249756c48ec
authored
5 years ago
by
Stefan Behnel
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog.
parent
b0aba37017bb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES.rst
+8
-1
8 additions, 1 deletion
CHANGES.rst
with
8 additions
and
1 deletion
CHANGES.rst
+
8
−
1
View file @
8249756c
...
@@ -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.0a
2
* The improved GIL handling in ``nogil`` functions introduced in 3.0a
3
could generate invalid C code.
could generate invalid C code.
(Github issue #3558)
(Github issue #3558)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment