Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/cython/SPKG.txt
8817 views
1
= Cython =
2
3
== Description ==
4
5
Cython is a language that makes writing C extensions for the Python language as
6
easy as Python itself. Cython is based on the well-known Pyrex, but supports
7
more cutting edge functionality and optimizations.
8
9
The Cython language is very close to the Python language, but Cython additio-
10
nally supports calling C functions and declaring C types on variables and class
11
attributes. This allows the compiler to generate very efficient C code from
12
Cython code.
13
14
This makes Cython the ideal language for wrapping for external C libraries, and
15
for fast C modules that speed up the execution of Python code.
16
17
Website: http://www.cython.org/
18
19
== License ==
20
21
Apache License, Version 2.0
22
23
== SPKG Maintainers ==
24
* Robert Bradshaw
25
26
== Upstream Contact ==
27
* [email protected]
28
29
== Dependencies ==
30
* Python
31
32
== Changelog ==
33
34
=== cython-0.19.1.p0 (R. Andrew Ohana, 11 May 2013, #14570) ===
35
* Add build_dir.patch
36
37
=== cython-0.19.1 (R. Andrew Ohana, 11 May 2013, #14569) ===
38
* Upgrade Cython 0.19.1
39
* Remove deps.patch and restrict.patch
40
41
=== cython-0.19.p1 (Robert Bradshaw, 7 May 2013, #14544) ===
42
* Add deps.patch.
43
44
=== cython-0.19.p0 (Jeroen Demeyer, 19 April 2013, #14452) ===
45
* Upgrade Cython to 0.19
46
* Add restrict.patch.
47
48
=== cython-0.17.4 (Robert Bradshaw, 4 January 2013, #13896) ===
49
* Upgrade Cython 0.17.4
50
51
=== cython-0.17.3 (Volker Braun, 14 December 2012, #13832) ===
52
* Upgrade Cython 0.17.3
53
54
=== cython-0.17.2 (Volker Braun, 21 November 2012, #13740) ===
55
* Upgrade Cython 0.17.2
56
57
=== cython-0.17pre (Robert Bradshaw, 25 June 2012, #13029) ===
58
* Upgrade Cython to 0.17 prerelease.
59
60
=== cython-0.15.1 (Robert Bradshaw, 3 October 2011, #11761) ===
61
* Upgrade Cython to 0.15.1
62
63
=== cython-0.14.1.p3 (Robert Bradshaw, 1 March 2011, #10493) ===
64
* Upgrade Cython to 0.14.1
65
* Disable (broken) temp arg assignments.
66
67
=== cython-0.13.p1 (Robert Bradshaw, 1 October 2010) ===
68
* Removed __getattr__ hack (upstreamed).
69
70
=== cython-0.13.p0 (Robert Bradshaw, 16 September 2010) ===
71
* New upstream release.
72
* Add a patch to speed up __getattr__().
73
* Minor clean-up in spkg-install.
74
* SPKG.txt reformatted to 80 columns; Changelog section added.
75
76
=== cython-0.12.1 ===
77
78
See Mercurial repository for a few changes previously made; most of the rest is
79
"lost".
80
81
82