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
6644799d
Commit
6644799d
authored
May 26, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.29.x'
parents
e4e1aa37
62c79073
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
CHANGES.rst
CHANGES.rst
+10
-6
No files found.
CHANGES.rst
View file @
6644799d
...
...
@@ -444,6 +444,16 @@ Other changes
0.29.20
(
2020
-
0
?-??)
====================
Features
added
--------------
*
Added
support
for
Python
binary
operator
semantics
.
One
can
now
define
,
e
.
g
.
both
``
__add__
``
and
``
__radd__
``
for
cdef
classes
as
for
standard
Python
classes
rather
than
a
single
``
__add__
``
method
where
self
can
be
either
the
first
or
second
argument
.
This
behavior
is
guarded
by
the
``
c_api_binop_methods
``
directive
.
(
Github
issue
#
2056
)
Bugs
fixed
----------
...
...
@@ -526,12 +536,6 @@ Bugs fixed
* The signature of the NumPy C-API function ``PyArray_SearchSorted()`` was fixed.
Patch by Brock Mendel. (Github issue #3606)
* Added support for Python binary operator semantics.
One can now define, e.g. both ``__add__`` and ``__radd__`` for cdef classes
as for standard Python classes rather than a single ``__add__`` method where
self can be either the first or second argument. (Github issue #2056)
This behavior is guarded by the c_api_binop_methods directive.
0.29.17 (2020-04-26)
====================
...
...
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