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
cd031618
Commit
cd031618
authored
Sep 10, 2019
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
226adb2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CHANGES.rst
CHANGES.rst
+4
-1
No files found.
CHANGES.rst
View file @
cd031618
...
@@ -92,6 +92,9 @@ Bugs fixed
...
@@ -92,6 +92,9 @@ Bugs fixed
semantics
.
It
now
passes
through
the
Mapping
protocol
first
when
supported
.
semantics
.
It
now
passes
through
the
Mapping
protocol
first
when
supported
.
(
Github
issue
#
1807
)
(
Github
issue
#
1807
)
*
Name
lookups
in
class
bodies
no
longer
go
through
an
attribute
lookup
.
Patch
by
Jeroen
Demeyer
.
(
Github
issue
#
3100
)
*
Broadcast
assignments
to
a
multi
-
dimensional
memory
view
slice
could
end
*
Broadcast
assignments
to
a
multi
-
dimensional
memory
view
slice
could
end
up
in
the
wrong
places
when
the
underlying
memory
view
is
known
to
be
up
in
the
wrong
places
when
the
underlying
memory
view
is
known
to
be
contiguous
but
the
slice
is
not
.
contiguous
but
the
slice
is
not
.
...
@@ -128,7 +131,7 @@ Bugs fixed
...
@@ -128,7 +131,7 @@ Bugs fixed
Patch
by
Michael
Buesch
.
(
Github
issue
#
2775
)
Patch
by
Michael
Buesch
.
(
Github
issue
#
2775
)
*
Binding
staticmethods
of
Cython
functions
were
not
behaving
like
Python
methods
.
*
Binding
staticmethods
of
Cython
functions
were
not
behaving
like
Python
methods
.
Patch
by
Jeroen
Demeyer
.
(
Github
issue
#
3106
)
Patch
by
Jeroen
Demeyer
.
(
Github
issue
#
3106
,
#
3102
)
Other
changes
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