Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagemath.github.io
Path: blob/master/changelogs/sage-2.8.11.txt
2457 views
1
Sage 2.8.11:
2
3
Release team: Michael Abshoff (chair), William Stein, Carl Witty
4
5
While there were many bug fixes, performance improvements and features added
6
the main goal of this release was to get Sage building out of the box in 32
7
bit mode on OSX 10.5. We didn't make it 100% to the finish line, but more
8
about that below. The main participants in the port were William Stein,
9
Ralf-Philipp Weinmann and Michael Abshoff. If you plan to participate in
10
Sage Bug Day 5 you should build this release since it will be the base we
11
build upon.
12
13
This release contains patches and updated spkgs from (in ascending order
14
of ticket number):
15
16
* Jaap Spies
17
* Carl Witty
18
* Tom Boothby
19
* William Stein
20
* Martin Albrecht
21
* Josh Kantor
22
* Ondrej Certik
23
* Michael Abshoff
24
* Joel Mohler
25
* Mike Hansen
26
* Jennifer S. Balakrishnan
27
* Jason Grout
28
* Robert Bradshaw
29
* Ralf-Philipp Weinmann
30
31
The following 33 tickets have been closed during the 2.8.11 release cycle:
32
33
#217: optimize matrix permanents (Jaap Spies)
34
#389: bug in mpfi C library (Carl Witty)
35
#431: dsage jobs get lost by server (Yi Qiang, fixed by an earlier patch)
36
#750: permutation group element (dict method, acting on lists) (Tom Boothby)
37
#762: Elliptic curve L-series bug (William Stein)
38
#830: SAGE does not install 'gphelp' for extended PARI/GP help (Carl Witty)
39
#845: can't pass boolean as parameter to Magma (Martin Albrecht)
40
#948: very slow factorization over a numberfield in a 2-variable ring
41
(Martin Albrecht, Hannes Schönemann)
42
#959: errors building sage because singular gets confused by system-wide boost
43
(Martin Albrecht)
44
#969: cvxopt miscompiled on OSX ppc (Josh Kantor, fixes by Michael Abshoff)
45
#971: update Sympy.spkg to 0.5.6, add some minimal doctests (Carl Witty,
46
Ondrej Certik)
47
#973: Unhandled SIGSEGV: A segmentation fault occurred running dance(10
48
(Michael Abshoff, Carl Witty)
49
#993: Pari's gp interpreter has built-in library search path (Carl Witty)
50
#1011: MagmaElement.__nonzero__ (Martin Albrecht)
51
#1026: memleak in linbox's gmp++_int_io.C (Michael Abshoff)
52
#1030: MPolynomial_libsingular mutates with call to factor (Joel Mohler)
53
#1032: Latex'ing variable names is more robust and consistent (Joel Mohler)
54
#1033: updated optional spkg: biopython 1.44 (Mike Hansen, fixes by William
55
Stein, Michael Abshoff)
56
#1034: clean up 'revlex' term ordering mess (Martin Albrecht)
57
#1037: arithmetic with Schubert polynomials (Mike Hansen)
58
#1038: bad interaction between numpy and in-place operations (Robert Bradshaw)
59
#1039: Dokchitser L-series of number field (Jennifer S. Balakrishnan, referred
60
by William Stein)
61
#1044: segfault apply morphism to field element (Carl Witty)
62
#1045: add eulerian testing and circuit-finding (Jason Grout, referred by
63
Robert Miller)
64
#1049: graphs: transitive reduction function (Jason Grout, referred by
65
Robert Miller)
66
#1053: updated Cython to the 0.9.6.8b release (Robert Bradshaw)
67
#1056: Fix Givaro 3.2.6 build problem on MacOS X 10.5 (Ralf-Philipp Weinmann,
68
integrated by Michael Abshoff)
69
#1059: fix lcalc installation on OSX 10.5 (William Stein, integrated by
70
Michael Abshoff)
71
#1051: pari/gp extended help stops working when sage tree is moved (Carl Witty)
72
#1057: Order elements do not have Z as a (proper) basering (Robert Bradshaw)
73
#1060: fix flintqs compile on OSX 10.5 (William Stein, integrated by Michael
74
Abshoff)
75
#1061: updated python spkg on 10.5 (William Stein)
76
#1063: "sage -sh" should run $SHELL with Sage environment variables set
77
(Carl Witty)
78
79
80
Build instruction for OSX 10.5
81
82
Install gfortran (e.g., binaries from http://sagemath.org/packages/binary/gfortran/
83
or http://hpc.sourceforge.net/ and export SAGE_FORTRAN=`which gfortran`.
84
Then the build will work.
85
There is one more doctest to fix and I am certain that this will be done
86
quickly. If you do not install gfortran Sage will use the prebuilt
87
g95 which will fail to compile scipy on 10.5. Please report any issues you
88
encounter.
89
90
Apologies to anybody I might have forgotten.
91
92
Cheers,
93
94
Michael
95
96