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
eb036319
Commit
eb036319
authored
Mar 30, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
86fe8811
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
CHANGES.rst
CHANGES.rst
+14
-2
No files found.
CHANGES.rst
View file @
eb036319
...
...
@@ -61,7 +61,7 @@ Features added
*
Several
declarations
in
``
cpython
.*``,
``
libc
.*``
and
``
libcpp
.*``
were
added
.
Patches
by
Jeroen
Demeyer
,
Matthew
Edwards
,
Chris
Gyurgyik
,
Jerome
Kieffer
,
Omer
Ozarslan
and
Zackery
Spytz
.
(
Github
issues
#
3358
,
#
3332
,
#
3179
,
#
2891
,
#
2826
,
#
2713
)
(
Github
issues
#
3
468
,
#
3
358
,
#
3332
,
#
3179
,
#
2891
,
#
2826
,
#
2713
)
*
Deprecated
NumPy
API
usages
were
removed
from
``
numpy
.
pxd
``.
Patch
by
Matti
Picus
.
(
Github
issue
#
3365
)
...
...
@@ -72,12 +72,16 @@ Features added
*
PEP
-
479
(``
generator_stop
``)
is
now
enabled
by
default
with
language
level
3.
(
Github
issue
#
2580
)
*
The
``
cython
.
view
.
array
``
type
supports
inheritance
.
Patch
by
David
Woods
.
(
Github
issue
#
3413
)
*
Code
annotation
accepts
a
new
debugging
argument
``--
annotate
-
fullc
``
that
will
include
the
complete
syntax
highlighted
C
file
in
the
HTML
output
.
(
Github
issue
#
2855
)
*
``--
no
-
capture
``
added
to
``
runtests
.
py
``
to
prevent
stdout
/
stderr
capturing
during
srctree
tests
.
Patch
by
Matti
Picus
.
during
srctree
tests
.
Patch
by
Matti
Picus
.
(
Github
issue
#
2701
)
*
``--
no
-
docstrings
``
option
added
to
``
cythonize
``
script
.
Original
patch
by
mo
-
han
.
(
Github
issue
#
2889
)
...
...
@@ -135,6 +139,9 @@ Bugs fixed
as
integer
0
instead
of
the
expected
float
value
.
Patch
by
Kry
š
tof
Piln
áč
ek
.
(
Github
issue
#
2133
)
*
The
``
cython
.
declare
()``
and
``
cython
.
cast
()``
functions
could
fail
in
pure
mode
.
Patch
by
Dmitry
Shesterkin
.
(
Github
issue
#
3244
)
*
``
__doc__
``
was
not
available
inside
of
the
class
body
during
class
creation
.
(
Github
issue
#
1635
)
...
...
@@ -148,12 +155,17 @@ Bugs fixed
*
Compiling
package
``
__init__
``
files
could
fail
under
Windows
due
to
an
undefined
export
symbol
.
(
Github
issue
#
2968
)
*
The
deprecated
``
PyUnicode_GET_SIZE
()``
function
is
no
longer
used
in
Py3
.
*
A
C
compiler
cast
warning
was
resolved
.
Patch
by
Michael
Buesch
.
(
Github
issue
#
2775
)
*
Binding
staticmethods
of
Cython
functions
were
not
behaving
like
Python
methods
.
Patch
by
Jeroen
Demeyer
.
(
Github
issue
#
3106
,
#
3102
)
*
Memoryviews
failed
to
compile
when
the
``
cache_builtins
``
feature
was
disabled
.
Patch
by
David
Woods
.
(
Github
issue
#
3406
)
Other
changes
-------------
...
...
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