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
Xavier Thompson
cython
Commits
9c5ebdc4
Commit
9c5ebdc4
authored
Jul 29, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
ab5a9360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
CHANGES.rst
CHANGES.rst
+21
-3
No files found.
CHANGES.rst
View file @
9c5ebdc4
...
...
@@ -2,7 +2,7 @@
Cython
Changelog
================
3.0.0
alpha
6
(
2020
-
0
?-??
)
3.0.0
alpha
6
(
2020
-
0
7
-
29
)
==========================
Features
added
...
...
@@ -28,9 +28,12 @@ Features added
*
For
-
in
-
loop
iteration
over
``
bytearray
``
and
memory
views
is
optimised
.
Patch
by
David
Woods
.
(
Github
issue
#
2227
)
*
Type
inference
now
works
for
memory
views
and
slices
.
Patch
by
David
Woods
.
(
Github
issue
#
2227
)
*
The
``@
returns
()``
decorator
propagates
exceptions
by
default
for
suitable
C
return
types
when
no
``@
exceptval
()``
is
defined
.
(
Github
issue
#
3664
)
(
Github
issue
s
#
3625
,
#
3664
)
*
A
low
-
level
inline
function
``
total_seconds
(
timedelta
)``
was
added
to
``
cpython
.
datetime
``
to
bypass
the
Python
method
call
.
Note
that
this
function
...
...
@@ -39,13 +42,28 @@ Features added
*
Type
inference
now
understands
that
``
a
,
*
b
=
x
``
assigns
a
list
to
``
b
``.
*
Limited
API
support
was
improved
.
Patches
by
Matthias
Braun
.
(
Github
issues
#
3693
,
#
3707
)
*
The
Cython
``
CodeWriter
``
can
now
handle
more
syntax
constructs
.
Patch
by
Tao
He
.
(
Github
issue
#
3514
)
Bugs
fixed
----------
*
The
construct
``
for
x
in
cpp_function_call
()``
failed
to
compile
.
Patch
by
David
Woods
.
(
Github
issue
#
3663
)
*
C
++
references
failed
to
compile
when
used
as
Python
object
indexes
.
Patch
by
David
Woods
.
(
Github
issue
#
3754
)
*
The
C
++
``
typeid
()``
function
was
allowed
in
C
mode
.
Patch
by
Celelibi
.
(
Github
issue
#
3637
)
*
Includes
all
bug
-
fixes
from
the
0.29.20
release
.
*
``
repr
()``
was
assumed
to
return
``
str
``
instead
of
``
unicode
``
with
``
language_level
=
3
``.
(
Github
issue
#
3736
)
*
Includes
all
bug
-
fixes
from
the
0.29.21
release
.
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