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
0f2fc1ee
Commit
0f2fc1ee
authored
Feb 18, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
591044b8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
CHANGES.rst
CHANGES.rst
+15
-1
No files found.
CHANGES.rst
View file @
0f2fc1ee
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Cython
Changelog
Cython
Changelog
================
================
0.29.22
(
202
0
-??-??)
0.29.22
(
202
1
-??-??)
====================
====================
Features
added
Features
added
...
@@ -24,12 +24,19 @@ Bugs fixed
...
@@ -24,12 +24,19 @@ Bugs fixed
*
``
const
``
template
declarations
could
not
be
nested
.
*
``
const
``
template
declarations
could
not
be
nested
.
Patch
by
Ashwin
Srinath
.
(
Github
issue
#
1355
)
Patch
by
Ashwin
Srinath
.
(
Github
issue
#
1355
)
*
The
declarations
in
the
``
cpython
.
pycapsule
``
module
were
missing
their
``
const
``
modifiers
and
generated
incorrect
C
code
.
Patch
by
Warren
Weckesser
.
(
Github
issue
#
3964
)
*
Casts
to
memory
views
failed
for
fused
dtypes
.
*
Casts
to
memory
views
failed
for
fused
dtypes
.
Patch
by
David
Woods
.
(
Github
issue
#
3881
)
Patch
by
David
Woods
.
(
Github
issue
#
3881
)
*
``
repr
()``
was
assumed
to
return
``
str
``
instead
of
``
unicode
``
with
``
language_level
=
3
``.
*
``
repr
()``
was
assumed
to
return
``
str
``
instead
of
``
unicode
``
with
``
language_level
=
3
``.
(
Github
issue
#
3736
)
(
Github
issue
#
3736
)
*
Calling
``
cpdef
``
functions
from
cimported
modules
crashed
the
compiler
.
Patch
by
David
Woods
.
(
Github
issue
#
4000
)
*
Cython
no
longer
validates
the
ABI
size
of
the
NumPy
classes
it
compiled
against
.
*
Cython
no
longer
validates
the
ABI
size
of
the
NumPy
classes
it
compiled
against
.
See
the
discussion
in
https
://
github
.
com
/
numpy
/
numpy
/
pull
/
432
See
the
discussion
in
https
://
github
.
com
/
numpy
/
numpy
/
pull
/
432
...
@@ -44,6 +51,13 @@ Bugs fixed
...
@@ -44,6 +51,13 @@ Bugs fixed
*
Long
type
declarations
could
lead
to
(
harmless
)
random
changes
in
the
*
Long
type
declarations
could
lead
to
(
harmless
)
random
changes
in
the
C
file
when
used
in
auto
-
generated
Python
wrappers
or
pickled
classes
.
C
file
when
used
in
auto
-
generated
Python
wrappers
or
pickled
classes
.
Other
changes
-------------
*
Variables
defined
as
``
cpdef
``
now
generate
a
warning
since
this
is
currently
useless
and
thus
does
not
do
what
users
would
expect
.
Patch
by
David
Woods
.
(
Github
issue
#
3959
)
0.29.21
(
2020
-
07
-
09
)
0.29.21
(
2020
-
07
-
09
)
====================
====================
...
...
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