Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagemath.github.io
Path: blob/master/changelogs/sage-2.8.6.txt
2457 views
1
SAGE - 2.8.6
2
3
4
* Change Sage library to "GPL version >= 2."
5
6
* Robert Bradshaw -- upgrade Cython
7
8
* Martin Albrecht -- upgrade singular
9
10
* Jason Grout (refereed by Robert Miller) -- lots of updates to the graph theory package
11
12
* Mike Hansen -- updates to combinatorics; improved how multi-variate poly rings print.
13
14
* William Stein -- many bug fixes
15
16
* Martin Albrecht -- many small improvements to commutative algebra
17
18
* Joel Mohler -- optimizations
19
20
* Soroosh Yazdani -- improvements to smith normal form
21
22
* Gonzalo Tornaria and William Stein -- made pari c library interface automatically
23
increase memory as needed
24
25
* Craig Citro and William Stein -- improvements to scons so that branch switching works.
26
27
----------------------------------------------------------------------------------------------
28
29
741 sage -bdist: after doing this in sage-2.8.5, the dsage unit tests don't run for the resulting binary
30
763 serious bug latexing p-adic L-series
31
769 Matrix_mod2_dense._echelon_strassen gives false results sometimes
32
528 write new Integer_mod_dense class that wraps NTL directly
33
593 MPolynomialIdeal.reduced_basis() doesn't behave as expected
34
694 SAGE's multivariate gcd sucks over QQ and/or ZZ
35
701 port srange to Cython for speed
36
719 make pari.allocatemen() more clever
37
728 sage_inspect broken
38
735 issues with server timing out worksheets
39
745 update the version of FLINT that is in Sage
40
746 graphs: graph name is not reset using clear()
41
747 flint build problem on itanium
42
755 graphs: adjacency_matrix() does not call multiple_edges correctly.
43
759 graphs: density returns incorrect result for directed graphs.
44
764 repr(PolynomialRing(ZZ, 1, 'x')) is ambiguous
45
770 Bad behaviour when Ctrl-C hit while running an expect interface
46
776 kernel of linear homomorphism fails
47
784 quotient spaces of vector spaces
48
789 Can't create a submodule over a QQ[x]-module
49
798 MPolynomial_libsingular.subs
50
801 graphs: Latexify module-level documentation
51
806 matrix_integer_dense.elementary_divisors return a mutable object
52
809 class_graph fixes
53
810 gens_reduced for general ideals
54
816 Commutative Algebra assorted functionality
55
817 O(3^(-2)) is broken
56
818 Convert of prod to Cython
57
822 Some matrix multiplications inefficiencies
58
730 graphs: fickle equality testing
59
736 combinatorics updates
60
761 graphs: Lots of various doc changes and additional doc tests.
61
774 graphs: change "node" to "vertex"
62
782 sage -testall should support ctrl-C
63
786 standard smith normal form
64
794 MPolynomial_libsingular.jacob()
65
796 Yet another fix for c_lib/scons stuff
66
802 graphs: Streamline and document _cmp_ more
67
760 graphs: a small change to subgraphs allow it to default to the original graph.
68
795 tiny documentation update for MPolynomialIdeal.groebner_basis
69
70