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
d774524e
Commit
d774524e
authored
Oct 30, 2018
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
c6df41f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
CHANGES.rst
CHANGES.rst
+15
-0
No files found.
CHANGES.rst
View file @
d774524e
...
...
@@ -8,9 +8,24 @@ Cython Changelog
Bugs
fixed
----------
*
Extensions
compiled
with
MinGW
-
64
under
Windows
could
misinterpret
integer
objects
larger
than
15
bit
and
return
incorrect
results
.
(
Github
issue
#
2670
)
*
Line
tracing
of
``
try
``-
statements
generated
invalid
C
code
.
(
Github
issue
#
2274
)
*
When
using
the
``
warn
.
undeclared
``
directive
,
Cython
's own code generated
warnings that are now fixed.
Patch by Nicolas Pauss. (Github issue #2685)
* Some C compiler warnings about unused memoryview code were fixed.
Patch by Ho Cheuk Ting. (Github issue #2588)
* Signatures with memory view arguments now show the expected type
when embedded in docstrings.
Patch by Matthew Chan and Benjamin Weigel. (Github issue #2634)
0.29 (2018-10-14)
=================
...
...
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