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
67840ef3
Commit
67840ef3
authored
May 26, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
ee294b7d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
CHANGES.rst
CHANGES.rst
+25
-0
No files found.
CHANGES.rst
View file @
67840ef3
...
...
@@ -2,6 +2,31 @@
Cython
Changelog
================
3.0.0
alpha
8
(
2021
-??-??)
==========================
Features
added
--------------
*
A
``@
cython
.
total_ordering
``
decorator
has
been
added
to
automatically
implement
all
comparison
operators
,
similar
to
``
functools
.
total_ordering
``.
Patch
by
Spencer
Brown
.
(
Github
issue
:
issue
:`
2090
`)
*
C
++
17
execution
policies
are
supported
in
``
libcpp
.
algorithm
``.
Patch
by
Ashwin
Srinath
.
(
Github
issue
:
issue
:`
3790
`)
*
New
C
feature
flags
:
``
CYTHON_USE_MODULE_STATE
``,
``
CYTHON_USE_TYPE_SPECS
``
Both
are
currently
considered
experimental
.
(
Github
issue
:
issue
:`
3611
`)
Bugs
fixed
----------
*
The
signature
of
``
PyFloat_FromString
()``
in
``
cpython
.
float
``
was
changed
to
match
the
signature
in
Py3
.
It
still
has
an
automatic
fallback
for
Py2
.
(
Github
issue
:
issue
:`
3909
`)
3.0.0
alpha
7
(
2021
-
05
-
24
)
==========================
...
...
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