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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
67b7f017
Commit
67b7f017
authored
Sep 13, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
3fed4faf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
CHANGES.rst
CHANGES.rst
+22
-0
No files found.
CHANGES.rst
View file @
67b7f017
...
...
@@ -14,8 +14,21 @@ Features added
*
``
cython
.
array
``
supports
simple
,
non
-
strided
views
.
(
Github
issue
#
3775
)
*
The
destructor
is
now
called
for
fields
in
C
++
structs
.
Patch
by
David
Woods
.
(
Github
issue
#
3226
)
*
``
asyncio
.
iscoroutinefunction
()``
now
recognises
coroutine
functions
also
when
compiled
by
Cython
.
Patch
by
Pedro
Marques
da
Luz
.
(
Github
issue
#
2273
)
*
Docstrings
of
``
cpdef
``
enums
are
now
copied
to
the
enum
class
.
Patch
by
matham
.
(
Github
issue
#
3805
)
*
The
type
``
cython
.
Py_hash_t
``
is
available
in
Python
mode
.
*
The
value
``
PyBUF_MAX_NDIM
``
was
added
to
the
``
cpython
.
buffer
``
module
.
Patch
by
John
Kirkham
.
(
Github
issue
#
3811
)
Bugs
fixed
----------
...
...
@@ -26,12 +39,21 @@ Bugs fixed
*
``
ndarray
.
shape
``
failed
to
compile
with
Pythran
and
recent
NumPy
.
Patch
by
Serge
Guelton
.
(
Github
issue
#
3762
)
*
Casting
to
ctuples
is
now
allowed
.
Patch
by
David
Woods
.
(
Github
issue
#
3808
)
*
A
C
compiler
warning
about
unused
code
was
resolved
.
(
Github
issue
#
3763
)
*
A
C
compiler
warning
about
enum
value
casting
was
resolved
in
GCC
.
(
Github
issue
#
2749
)
*
A
compile
failure
for
C
++
enums
in
Py3
.4
/
MSVC
was
resolved
.
Patch
by
Ashwin
Srinath
.
(
Github
issue
#
3782
)
*
The
Cython
``
CodeWriter
``
mishandled
no
-
argument
``
return
``
statements
.
Patch
by
Tao
He
.
(
Github
issue
#
3795
)
3.0.0
alpha
6
(
2020
-
07
-
31
)
==========================
...
...
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