Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagemath.github.io
Path: blob/master/changelogs/sage-2.8.10.txt
2457 views
1
Sage 2.8.10:
2
3
Release team: Carl Witty (chair), Michael Abshoff, William Stein
4
5
New packages:
6
Revised Cython from Robert Bradshaw
7
Mercurial updated to 0.9.5 by Carl Witty
8
9
Tickets closed:
10
#58 added subsets() method for Set (Jason Grout)
11
#416 faster GF(2^n) arithmetic for n >= 16 (Martin Albrecht)
12
#657 improved is_zero() on symbolics (Mike Hansen)
13
#724 improved error-checking on graph6 parsing (Robert Miller)
14
#749 enum() functionality duplicated in relabel() (Robert Miller)
15
#875 fast Sage -> Pari int conversion (Craig Citro)
16
#899 minor update for inst.tex (David Joyner)
17
#901 minor addition to prog.tex (David Joyner)
18
#931 optimize permanent code for matrices over ZZ (Jaap Spies)
19
#935 fix missing files in sage-*.spkg (Carl Witty)
20
#938 graph_database.py problems fixed (Robert Miller)
21
#955 subprocess synchronization problems (Carl Witty)
22
#958 bug in "make install" (Carl Witty)
23
#960 floatint-point printing improved (Mike Hansen)
24
#988 restore bg= option for edit() (Nils Bruin)
25
#994 fixed strange __int__ method on ntl_GF2X (Martin Albrecht)
26
#996 Isomorph-free exhaustive graph generation (Robert Miller)
27
#1003 overflow on GF(2^n) powering (Martin Albrecht)
28
#1007 fixed cyclotomic_polynomial() (Robert Bradshaw)
29
#1008 reverted "touch" in setup.py (William Stein)
30
#1009 fixed slow caching of NTL context objects (William Stein)
31
#1012 doctest failures in alpha0 (Carl Witty)
32
#1015 free monoid and free algebra fixes and features (Joel Mohler)
33
#1016 added max_level argument to flatten() (Jason Grout)
34
#1017 added solution_dict= argument to solve() (Jason Grout)
35
#1018 changed prod() to use balanced tree (Robert Bradshaw)
36
#1020 fixed several Cython warnings from duplicate declarations (Carl Witty)
37
#1021 bug-fix for real_roots returning extra non-roots (Carl Witty)
38
#1022 combinatorics update/fixes/additions (Mike Hansen)
39
#1023 added support for valgrind's omega to sage-sage (Michael Abshoff)
40
#1024 memleak fix in sparse rational vectors (Michael Abshoff)
41
#1025 fixed conversion of symmetric functions into a dual basis (Mike Hansen)
42
43
Issues fixed without a ticket:
44
new sage3d.js from Robert Bradshaw makes interactive 3D graphics work again
45
46