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
79441585
Commit
79441585
authored
Nov 07, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
fb88a35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
CHANGES.rst
CHANGES.rst
+24
-0
No files found.
CHANGES.rst
View file @
79441585
...
@@ -5,9 +5,25 @@ Cython Changelog
...
@@ -5,9 +5,25 @@ Cython Changelog
0.29.22
(
2020
-??-??)
0.29.22
(
2020
-??-??)
====================
====================
Features
added
--------------
*
Some
declarations
were
added
to
the
provided
pxd
includes
.
Patches
by
Zackary
Spytz
and
John
Kirkham
.
(
Github
issues
#
3811
,
#
3882
,
#
3899
)
Bugs
fixed
Bugs
fixed
----------
----------
*
``
const
``
memory
views
of
structs
failed
to
compile
.
(
Github
issue
#
2251
)
*
``
const
``
template
declarations
could
not
be
nested
.
Patch
by
Ashwin
Srinath
.
(
Github
issue
#
1355
)
*
Casts
to
memory
views
failed
for
fused
dtypes
.
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
)
...
@@ -17,6 +33,14 @@ Bugs fixed
...
@@ -17,6 +33,14 @@ Bugs fixed
*
A
C
compiler
warning
about
enum
value
casting
was
resolved
in
GCC
.
*
A
C
compiler
warning
about
enum
value
casting
was
resolved
in
GCC
.
(
Github
issue
#
2749
)
(
Github
issue
#
2749
)
*
Coverage
reporting
in
the
annotated
HTML
file
failed
in
Py3
.9
.
Patch
by
Nick
Pope
.
(
Github
issue
#
3865
)
*
The
embedding
code
now
reports
Python
errors
as
exit
status
.
*
Long
type
declarations
could
lead
to
(
harmless
)
random
changes
in
the
C
file
when
used
in
auto
-
generated
Python
wrappers
or
pickled
classes
.
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