Commit f568e146 authored by Robert Bradshaw's avatar Robert Bradshaw

Cython 0.25 release

parent d8c54671
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
0.25 (2016-??-??) 0.25 (2016-10-25)
================= =================
Features added Features added
...@@ -53,8 +53,8 @@ Features added ...@@ -53,8 +53,8 @@ Features added
* Support for bazel using a the pyx_library rule in //Tools:rules.bzl. * Support for bazel using a the pyx_library rule in //Tools:rules.bzl.
Bugs fixed Significant Bugs fixed
---------- ----------------------
* Division of complex numbers avoids overflow by using Smith's method. * Division of complex numbers avoids overflow by using Smith's method.
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.25b2" __version__ = "0.25"
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment