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
Boxiang Sun
cython
Commits
8ba8cf68
Commit
8ba8cf68
authored
Oct 14, 2014
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Plain Diff
merge 0.21.x branch into master
parents
c52c6a6e
7268f132
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
CHANGES.rst
CHANGES.rst
+6
-1
No files found.
CHANGES.rst
View file @
8ba8cf68
...
@@ -11,6 +11,8 @@ Features added
...
@@ -11,6 +11,8 @@ Features added
* C functions can coerce to Python functions, which allows passing them
* C functions can coerce to Python functions, which allows passing them
around as callable objects.
around as callable objects.
* New ``cythonize`` option ``-a`` to generate the annotated HTML source view.
* Extern C functions can now be declared as cpdef to export them to
* Extern C functions can now be declared as cpdef to export them to
the module's Python namespace. Extern C functions in pxd files export
the module's Python namespace. Extern C functions in pxd files export
their values to their own module, iff it exists.
their values to their own module, iff it exists.
...
@@ -53,9 +55,12 @@ Bugs fixed
...
@@ -53,9 +55,12 @@ Bugs fixed
Other changes
Other changes
-------------
-------------
* The new ``posix.time`` declarations (added in 0.21) was split up to provide
a more widely available ``libc.time`` part. Patch by Charles Blake.
* Compilation no longer fails hard when unknown compilation options are passed.
* Compilation no longer fails hard when unknown compilation options are passed.
Instead, it raises a warning and ignores them (as it did silently before 0.21).
Instead, it raises a warning and ignores them (as it did silently before 0.21).
This will be changed back to an error in a future release.
0.21 (2014-09-10)
0.21 (2014-09-10)
...
...
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