Timeline


and

02/08/08:

22:35 Ticket #2125 ([with patch, with positive review] bober's name is spelled wrong) created by bober
The attached fixes this spelling in two files.
21:15 Ticket #2124 ([with patch, positive review] minor bug in f.root_field()) created by craigcitro
f.root_field() currently does is_IntegralDomain(f.parent()) instead of …
19:59 Ticket #2123 ([with patch; positive review] bug in modular symbols setting sign on ...) created by craigcitro
This is wrong: […] I'll fix it at some point soon.
17:33 Ticket #2122 (move libecm wrapper from interfaces to libs) closed by robertwb
duplicate
17:33 Ticket #2122 (move libecm wrapper from interfaces to libs) created by robertwb
...yeah…
17:32 Ticket #2121 ([with patch, positive review] move libecm wrapper from interfaces to libs) created by robertwb
...yeah…
16:01 Ticket #2120 (Maple interface completely broken with Maple 11) created by was
This is what we get for not running the optional doctests. Maple 10 still …
11:45 Ticket #2119 (matlab matrix conversion issue) created by mabshoff
Reported by Kate: […] Cheers, Michael
11:02 Ticket #2118 ("Delete all output" function on notebook) created by nbruin
There's already a "hide all output" function that is really good. However, …
10:47 Ticket #2117 (problems with "...?starup_token=..." URL in notebook) created by nbruin
The following sequence of events leads to a "Internal Server Error" page: …
10:04 Ticket #2116 ([with patch, with positive review] is package installed function) created by jason
This implements a an is_package_installed function.
07:15 Ticket #2115 ([with patch, with positive review] add native python implementation of ...) created by mhansen
07:12 Ticket #2114 (Get gf2x version 1.1 into Sage!) created by was
Check out  http://wwwmaths.anu.edu.au/~brent/gf2x.html It's: * by very …
06:32 Ticket #2113 ([with patch and spkg, positive review] twisted.web2 should be gzip ...) created by jason
We ought to check to make sure that twisted has the gzip filter enabled …
05:54 Ticket #2096 (tab completion for mathematica) closed by jason
worksforme: It works for me.
05:02 Ticket #2112 ([with patch, with positive review] __contains__ sometimes fails with SR ...) created by mhansen
[…] This is easy to fix by having contains use bool(foo==bar) …
04:17 Ticket #2111 ([with patch, with positive review] Gröbner bases over any field) created by malb
This now works (but is very very slow): […]
03:37 Ticket #2110 (Cython annotation should be available more easily) created by roed
cython -a creates an annotated html file that helps with profiling code. …
02:44 Ticket #2109 (the maxima interface doesn't recognize a syntax error) created by mhansen
[…] It hangs there. If doing the same thing in Maxima, we get the …
02:36 Ticket #2108 ([with ATLAS tuning info] atlas tuning info for intel prescott cpus) created by burcin
Attached file includes ATLAS tuning information for Intel prescott cpu's. …
01:50 Ticket #2107 ([with patch, with positive review] serious malloc problem triggered by ...) created by was
[…]
01:44 Ticket #2106 (Implement univariate polynomials over GF(2) via ntl.GF2X) created by malb
Marshall Buck on [sage-support] writes: It is a shame that normal …
01:42 Ticket #2105 ([with patch, positive review] Constructor for ntl.GF2X polynomials does ...) created by malb
Marshall Buck on [sage-support] writes: […] gives error: […] {{{fx …
00:27 Ticket #2104 ([with patch; with positive review] missing dependency: lcalc on mpfr) created by tabbott
lcalc seems to link against mpfr, but doesn't depend on it in the …

02/07/08:

23:46 Ticket #2103 ([with patch, with positive review] equivalence classes of cusps for ...) created by AlexGhitza
Given a congruence subgroup G, return a list of representatives for the …
23:14 Ticket #2102 (add incoming/outgoing wrappers to HG objects (like hg_sage)) created by mhansen
23:06 Ticket #422 (hostname's with dashes (?) in them break SAGE interfaces) closed by craigcitro
invalid: Not reproducible.
23:03 Ticket #199 ([with code] some congruence subgroup code (from ling long)) closed by craigcitro
invalid: Apparently this code is buggy.
21:54 Ticket #2101 (debianize various spkgs) created by mabshoff
We started with NTL: …
20:49 Ticket #2100 (sensible defaults for aspect ratio) created by jason
We have two concepts of "aspect ratio" that we'd like to expose to the …
20:40 Ticket #2099 ([with patch, positive review] Make sage-test execute multiple doctests in ...) created by ncalexan
It would greatly speed testing if sage-test doctested multiple files …
19:51 Ticket #2098 ([with patch; with positive review] rudimentary debian package build ...) created by tabbott
Add spkg-build-debian, and hook it in to sage-spkg.
18:04 Ticket #2097 ([with patch, with positive review] aspect_ratio option to show() for ...) created by moretti
[…] outputs a figure which is wide and short. It should be skinny and …
17:54 Ticket #2096 (tab completion for mathematica) created by jason
Mathematica does not have tab completion enabled. To get a list of …
17:36 Ticket #2095 (Simplification sometimes is wrong in Sage) created by moretti
[…] plots a straight line. […] […]
17:29 Ticket #2092 (Add jpeg support to gd) closed by mhansen
duplicate: Duplicate of #2094
17:21 Ticket #2094 ([with patch, needs more work] Add jpeg support to gd) created by boothby
jpeg is a common format that most people keep their pictures in -- let's …
17:07 Ticket #2093 (floats - sage has some potentially confusing behavior) created by moretti
This is really confusing to calculus level students: […] There may be …
16:49 Ticket #2092 (Add jpeg support to gd) created by boothby
jpeg is a common format that most people keep their pictures in -- let's …
15:43 Ticket #2091 (List of Of Objects for a command) created by gmoose05
I would like a command so that I can get a list of objects that a …
14:14 Ticket #2090 (basic univariate polynomial efficiency issues) created by was
[…]
14:12 Ticket #2089 ([with patch, positive review] major finite field printing bug) created by was
In sage-2.10.1 […] (from Kate)
11:52 Ticket #2088 (Optional spkgs should be integrated into the automated cython building) created by jason
There should be a way of building optional cython interfaces for optional …
10:58 Ticket #2087 ([with patch, positive review] make the final output of "sage -i" more user ...) created by was
[…]
09:44 Ticket #2042 ([with patch] change is_simplified to has_been_simplified in calculus.py ...) closed by AlexGhitza
duplicate
09:22 Ticket #2086 (iPython bug? Python decorators don't play nicely with docstrings) created by malb
Consider: […] which is caused by the @redSB decorator.
03:05 Ticket #2085 ([with patch, positive review] bug in graph_isom and binary_code) created by rlm
This bug was only exposed by changing the refinement procedure to always …
02:40 Ticket #2084 (default 20/40 in padics factory hard coded everywhere) created by robertwb
This should probably be factored out.
02:33 Ticket #2083 ([with patch, positive review] Make number_field .galois_closure require a ...) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
02:30 Ticket #2082 ([with patch, positive review] plot loops) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha2
02:27 Ticket #2036 ([with patch, positive review] maxima is off by -1 with its charpoly) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
02:23 Ticket #2080 ([with patch, positive review] notebook -- create eval_asap cells; fix bug ...) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
02:19 Ticket #2077 ([with patch, positive review] matrix.column(i) should throw error when i ...) closed by mabshoff
fixed: Merged matrix-column-wrapping.2.patch in Sage 2.10.2.alpha2
02:10 Ticket #2053 ([with patch; positive review] creating symbolic matrices is insanely slow) closed by mabshoff
fixed: Merged the second patch only in Sage 2.10.2.alpha2
02:05 Ticket #2073 ([with patch, positive review] calculus -- get doctest coverage above 50%) closed by mabshoff
fixed: Applied all five patches to Sage 2.10.2.alpha0
01:59 Ticket #2074 ([with patch, positive review] PermutationGroupElement constructor bug.) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
00:57 Ticket #2083 ([with patch, positive review] Make number_field .galois_closure require a ...) created by ncalexan
.galois_closure used to guess a variable name, which is not very …
00:23 Ticket #2082 ([with patch, positive review] plot loops) created by rlm
plot loops

02/06/08:

23:39 Ticket #2081 ([with patch, positive review] Add .coefficients() and .exponents() to ...) created by jbandlow
This should work: […]
23:28 Ticket #1613 (interactive manipulation of variables using AJAX in notebook) closed by was
duplicate
22:56 Ticket #2080 ([with patch, positive review] notebook -- create eval_asap cells; fix bug ...) created by was
21:32 Ticket #1824 ([with patch, with positive review] *huge* memory leak in PolyBoRi ...) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
21:27 Ticket #2046 ([with patch; positive review] save(srange(3), './foo') fails) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
21:25 Ticket #2047 ([with patch; positive review] new fast float evaluation framework does not ...) closed by mabshoff
fixed: Merged in trac-2047.patch in Sage 2.10.2.alpha0. Please open another …
21:24 Ticket #2079 ([with patch, very positive review] /= does not work for univariate ...) created by mhansen
[…]
21:21 Ticket #2056 ([with patch; with positive review] 3d graphics examples: include two very ...) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
21:18 Ticket #2051 ([with doc patch, positive review] added documentation for parameters of ...) closed by mabshoff
fixed: Merged both patches in Sage 2.10.2.alpha0
21:15 Ticket #2057 ([with patch; positive review] followup to #1983 -- 0^0 for 0 a rational) closed by mabshoff
fixed: Merged in Sage 2.l0.2.alpha0
20:23 Ticket #2078 (programming guide: section "quick Mercurial tutorial for Sage" is ...) created by AlexGhitza
It says: 1. clone the main branch 2. implement new functionality in the …
15:29 Ticket #2077 ([with patch, positive review] matrix.column(i) should throw error when i ...) created by jason
[…] The documentation for a.column says that it behaves like list …
12:04 Ticket #2076 ([with patch, positive review] Inconsistent coloring of plotted points) created by jmitchell
When I call, sage: point(((1,1), (2,2), (3,3)), rgbcolor=hue(1), …
01:58 Ticket #2075 ([with patch, positive review] very serious bug in modules over QQ[x] -- ...) created by was
E.g., this is DEFINITELY WRONG -- it directly contradicts how things work …
01:41 Ticket #2074 ([with patch, positive review] PermutationGroupElement constructor bug.) created by boothby
Getting a permutation with empty, or singleton tuples blows up. […] …
01:00 Ticket #2073 ([with patch, positive review] calculus -- get doctest coverage above 50%) created by was

02/05/08:

23:20 Ticket #2072 (Remove _neg_c_impl and _invert_c_impl from some classes.) created by robertwb
Unary arithmetic operations don't benefit from the coercion model, …
22:37 Ticket #2071 (SymbolicExpression conjugate() method assumes variables are real) created by cwitty
[…] Under the assumption that x might be complex, this should really …
20:27 Ticket #2070 (Warning on cloning from other branches) created by robertwb
Almost always one wants to clone sage-main, rather than the current …
19:55 Ticket #2061 ([with patch] add support for binary vectors (sd7 test ticket)) closed by mabshoff
fixed
17:06 Ticket #2069 (change copyright year on http://sagemath.org/pub.html (trivial)) closed by was
fixed
15:21 Ticket #2069 (change copyright year on http://sagemath.org/pub.html (trivial)) created by AlexGhitza
Change the year from 2007 to 2008 on  http://sagemath.org/pub.html
15:13 Ticket #2068 ([with spkg] zlib -- not picking up the right zlib when building libpng) created by was
[…]
14:39 Ticket #2067 (tutorial 5.3 misformatting) created by ljpk
In Section 5.3 of the tutorial, the following string is misformatted: …
14:26 Ticket #2066 ([with patch; with positive review] animate -- bug fix for ...) created by was
14:22 Ticket #2065 (tidying up documentation for dsage) created by ljpk
In the Reference Manual, section 16.2, the phrase …
13:38 Ticket #2064 (foo?? doesn't know about cpdef from the command line) created by craigcitro
If you cpdef a function foo, and do foo?? from the command line, it …
11:52 Ticket #2062 ([with patch, positive review] add support for binary vectors (sd7 test ...) closed by mhansen
invalid
11:11 Ticket #2063 ([with patch, with positive review] sage -q is broken) created by was
10:55 Ticket #2062 ([with patch, positive review] add support for binary vectors (sd7 test ...) created by mhansen
blah blah
10:55 Ticket #2061 ([with patch] add support for binary vectors (sd7 test ticket)) created by mhansen
blah blah
09:35 Ticket #2052 (PolyBoRi wrapper incomplete) closed by malb
fixed: I think this can be closed again, see #2051.
09:35 Ticket #2060 ([with patch, positive review] Update PolyBoRi interface and spkg to 0.3.1) created by malb
[…]  http://polybori.sourceforge.net/
09:11 Ticket #2059 (bug in polybori heuristics) created by was
Hi, I finally decided to play with PolyBoRi? and found a bug in the Sage …
09:05 Ticket #2058 ([with patch,positive review] PolyBoRi evaluation) created by malb
With the attached patches 8314.patch (by burcin) and …
07:25 Ticket #2057 ([with patch; positive review] followup to #1983 -- 0^0 for 0 a rational) created by was
Before patch: […] After patch: […]
07:18 Ticket #2056 ([with patch; with positive review] 3d graphics examples: include two very ...) created by was
07:09 Ticket #2055 ([with patch, with positive review] MPolynomialRing(BooleanPolynomial)) created by malb
[…]
06:31 Ticket #2054 (prun is not preparsed -- potentially very confusing) created by was
If one uses the Python profiler through Sage's Ipython command line, the …
06:28 Ticket #2053 ([with patch; positive review] creating symbolic matrices is insanely slow) created by was
On the fastest modern hardware we have: […] which is frickin' slow. …
03:56 Ticket #2052 (PolyBoRi wrapper incomplete) created by malb
Try these: […]
03:53 Ticket #2051 ([with doc patch, positive review] added documentation for parameters of ...) created by malb
See patch.

02/04/08:

21:00 Ticket #2050 ([with patch, positive review] disallow *generic* matrix eigenspaces for ...) created by was
Instead of lying the following code should just raise a …
20:55 Ticket #2049 ([already merged] symbolic matrix exp (easy to implement)) created by was
[…]
18:46 Ticket #2048 (sage does not have 1048576 users yet) created by dmharvey
18:42 Ticket #2047 ([with patch; positive review] new fast float evaluation framework does not ...) created by cwitty
Trying to use fast float evaluation with multivariate polynomials gives …
17:51 Ticket #2046 ([with patch; positive review] save(srange(3), './foo') fails) created by cwitty
This bug was reported by Georg here: …
10:20 Ticket #2045 (unfriendly error message when plotting square roots of a function that is ...) closed by was
duplicate: This is a dupe of #2038.
09:35 Ticket #2045 (unfriendly error message when plotting square roots of a function that is ...) created by jason
This came up on IRC. The error (something about floats being …

02/03/08:

21:04 Ticket #2003 ([with spkg] gnutls configure script finds local copy of guile when it ...) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
21:02 Ticket #2032 ([with patch; with positive review] bug in bundle script for sage hg repo) closed by mabshoff
fixed: Merged in Sage 2.10.2.alpha0
20:39 Ticket #2044 (make sage -upgrade work with caching proxy servers) created by mabshoff
In  http://groups.google.com/group/sage-devel/t/e88f02da4c345cb7 Phil …
20:29 Ticket #2043 ([with spkg] add proper LDFLAGS to libpng.spkg) created by mabshoff
libpng.spkg currently relies on the system to provide a libz, so set …
16:39 Ticket #2042 ([with patch] change is_simplified to has_been_simplified in calculus.py ...) created by AlexGhitza
See …
15:38 Ticket #2041 ([with new patch, with positive review] tutorial: long lines in verbatim ...) created by AlexGhitza
See the discussion at …
14:37 Ticket #2040 ([with patches, with positive review] 2d graphics -- problems with ...) created by was
1. 2d graphics -- the show method of a 2d graphics option *must* document …
12:16 Ticket #2039 ([with patch, positve review] add sage version const) created by benjamin.peterson
How does one determine the SAGE version? I can't find any information on …
12:00 Ticket #2038 ([with patch, with negative review] plotting -- error message when failing ...) created by was
It used to be that this would give a sensible error message about the …
11:36 Ticket #2037 ([with patch, positive review] out-of-date tutorial section on errors and ...) created by AlexGhitza
Section 3.5 "Errors and Exceptions" in the tutorial appears to be out of …

02/02/08:

20:18 Ticket #2036 ([with patch, positive review] maxima is off by -1 with its charpoly) created by mhansen
[…]
17:16 Ticket #2024 ([with patch, mixed but mainly negative reviews] univariate gcd over Z_N (N ...) reopened by was
16:52 Milestone sage-2.10.1 completed
Assign ticket from here to the current Milestone as needed. Planned …
16:46 Ticket #2035 (sage-2.10.1.rc5: transform.pyx is now broken (probably caused by other ...) closed by was
fixed
16:46 Ticket #2024 ([with patch, mixed but mainly negative reviews] univariate gcd over Z_N (N ...) closed by malb
invalid: > if we want this function in SAGE then it has to be something that …
16:14 Ticket #2035 (sage-2.10.1.rc5: transform.pyx is now broken (probably caused by other ...) created by was
[…]
05:52 Ticket #2034 ({{{__floordiv__}}} should be part of coercion model) created by malb
but it isn't
02:22 Ticket #2033 (dsage -- startall is broken) created by was
On OS X (my laptop) this frequently happens, where I get the traceback …
02:14 Ticket #2032 ([with patch; with positive review] bug in bundle script for sage hg repo) created by was
01:58 Ticket #1886 ([with patch - actually tuning tarball] add atlas pretuning for AMD Athlon ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc5
01:58 Ticket #1547 ([with spkg, needs testing] Add pre-tuned settings for ATLAS for certain ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc5
01:52 Ticket #2001 ([with patchs, with positive reviews] --long doctests -- seven files have ...) closed by mabshoff
fixed: Merged all three patches in Sage 2.10.1.rc5
00:36 Ticket #2031 (serious preparser lameness involving time and comments) created by was
It would be fair to argue that this is pretty sucky behavior in Sage: …
00:23 Ticket #1986 ([with patch, positive review] Numerical noise in fast evaluation code.) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc5

02/01/08:

23:58 Ticket #1999 ([with patch, with two positive reviews] delete mpl3d code from sage) closed by mabshoff
fixed: Both patches merged in Sage 2.10.1.rc5
22:51 Ticket #2019 ([with optional spkg] problem with gap_packages-4.4.10_3) closed by mabshoff
fixed: Optional spkg uploaded to sagemath.org and mirrored out
22:31 Ticket #1977 ([with patch, positive review] valgrind 3.3.0 no longer appends $PID per ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc5
21:22 Ticket #2029 ([with patch, with positive review] adjust TIMEOUT for long and valgrinded ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc5
21:20 Ticket #2027 ([with spkg, positive review] PolyBoRi.spkg: update to current CVS - fix ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc5
21:17 Ticket #2030 ([with patch, positive review] hg_[doc|extcode|scripts] docstring is wrong ...) created by mabshoff
[…]
20:30 Ticket #2029 ([with patch, with positive review] adjust TIMEOUT for long and valgrinded ...) created by mabshoff
[…] Patch coming up. Cheers, Michael
19:57 Ticket #2028 ([with patch, needs review] Cannot iterate over SymbolicArithmetic objects ...) created by jason
The matrix eigenspaces() function is broken for rings over SR since the …
19:36 Ticket #2027 ([with spkg, positive review] PolyBoRi.spkg: update to current CVS - fix ...) created by mabshoff
RPW applied Michael Brickenstein's patch to …
19:18 Ticket #2026 ([with patch; positive review] matrix.eigenspaces doctest description is ...) closed by mabshoff
fixed: Merged eigenspace-docs.2.patch in Sage 2.10.1.rc5
19:11 Ticket #2021 ([with patch, positive review] Only start one maxima instance) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc5
11:18 Ticket #2026 ([with patch; positive review] matrix.eigenspaces doctest description is ...) created by jason
In matrix2.pyx under eigenspaces(): […] It seems like the description …
06:02 Ticket #2025 (bug in applying functions to a symbolic matrix) created by was
Note below that the stupid constant term of the taylor expansion inside …
03:51 Ticket #2024 ([with patch, mixed but mainly negative reviews] univariate gcd over Z_N (N ...) created by malb
The attached patch implements GCDs for univariate polynomials over Z_N …

01/31/08:

22:02 Ticket #2002 ([with patch, with positive review] creating a fresh new notebook in ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
21:17 Ticket #1968 ([with patch; with positive review] notebook -- remove capability of using ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
21:02 Ticket #1983 ([with patch; positive review] change 0^0, for 0 a Sage integer, to ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
21:00 Ticket #1982 ([with patch that needs to be integrated into spkg] workaround the billions ...) closed by mabshoff
duplicate: This is a dupe of #1967. cbook.py is identical in both cases.
20:54 Ticket #2023 (Latex pictures for Dynkin diagram and misc improvements to Cartan types) created by wdj
Displaying nice latex pictures for all Dynkin diagrams of affine and …
20:24 Ticket #1973 ([with patch, with positive review] native partition_associated function) closed by mabshoff
fixed: Merged 1973.patch in Sage 2.10.1.rc4
20:06 Ticket #2022 ([with patch, with positive review] bug with load and loads when data is ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
19:58 Ticket #2022 ([with patch, with positive review] bug with load and loads when data is ...) created by was
This also causes a number of other problems I've seen, e.g., one of the …
19:48 Ticket #1926 ([with positive patch] fixes for the maple interface) closed by mabshoff
fixed: Merged 1926-make_doctests_optional.patch in Sahe 2.10.1.rc4
19:29 Ticket #2021 ([with patch, positive review] Only start one maxima instance) created by was
[…]
18:34 Ticket #2005 ([with patch, with positive review] The .sage directory -- adjust ...) closed by mabshoff
fixed
18:02 Ticket #2018 ([with spkg] crap -- scipy sandbox has a bunch of .svn directories. Delete ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:02 Ticket #2015 ([with spkg] crap -- twisted contains a bunch of ._ osx crap) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:02 Ticket #2014 ([with spkg] crap -- matplotlib contains an annoying OS X temp file) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:01 Ticket #2013 ([with spkg] crap -- f2c spkg contains precompiled binary) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:01 Ticket #2012 ([with spkg] crap -- jmol contains some os x files that shouldn't be there) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:01 Ticket #2011 ([with spkg] crap -- mpfi ships with two precompiled binaries) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:01 Ticket #2010 ([with spkg] crap -- libpng contains lots and lots of weird (OS X?) temp or ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:01 Ticket #2009 ([with spkg] crap -- networkx spkg in sage-2.10.1.rc3 contains a bunch of ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:00 Ticket #2008 ([with spkg] crap -- cython contains a stupid OSX file) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:00 Ticket #2006 ([with spkg] crap -- gap contains a binary) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
18:00 Ticket #1967 ([with spkg] fix matplotlib local-related bugs once and for all (?)) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
16:59 Ticket #2016 (crap -- there is a precompiled object file in the SAGE_ROOT/examples ...) closed by mabshoff
fixed: Fixed in Sage 2.10.1rc4. No point in posting a spkg since it will be …
16:39 Ticket #1960 ([with patch, positive review] bug when reducing Gröbner basis) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
15:56 Ticket #2020 ([with patch; with positive review] change an error message when running a ...) created by was
In the session below the command fails because the optional LARGE Cremona …
15:31 Ticket #2019 ([with optional spkg] problem with gap_packages-4.4.10_3) created by wdj
There is a serious problem with gap_packages-4.4.10_3. If this package is …
15:29 Ticket #2018 ([with spkg] crap -- scipy sandbox has a bunch of .svn directories. Delete ...) created by was
[…]
15:28 Ticket #2017 (crap -- singular includes surfex as a precompiled binary. Remove it.) created by was
Remove it, and make very sure it stays removed in future versions of the …
15:27 Ticket #2016 (crap -- there is a precompiled object file in the SAGE_ROOT/examples ...) created by was
[…]
15:26 Ticket #2015 ([with spkg] crap -- twisted contains a bunch of ._ osx crap) created by was
[…]
15:26 Ticket #2014 ([with spkg] crap -- matplotlib contains an annoying OS X temp file) created by was
[…]
15:25 Ticket #2013 ([with spkg] crap -- f2c spkg contains precompiled binary) created by was
[…]
15:23 Ticket #2012 ([with spkg] crap -- jmol contains some os x files that shouldn't be there) created by was
[…]
15:22 Ticket #2011 ([with spkg] crap -- mpfi ships with two precompiled binaries) created by was
[…]
15:21 Ticket #2010 ([with spkg] crap -- libpng contains lots and lots of weird (OS X?) temp or ...) created by was
[…]
15:20 Ticket #2009 ([with spkg] crap -- networkx spkg in sage-2.10.1.rc3 contains a bunch of ...) created by was
[…]
15:20 Ticket #2008 ([with spkg] crap -- cython contains a stupid OSX file) created by was
in Sage-2.10.1.rc3: […]
15:17 Ticket #2007 (crap -- the R spkg contains precompiled java files) created by was
[…]
15:16 Ticket #2006 ([with spkg] crap -- gap contains a binary) created by was
Gap contains this binary. It should be deleted: […]
14:53 Ticket #2005 ([with patch, with positive review] The .sage directory -- adjust ...) created by was
12:35 Ticket #2004 ([with patch, one positive review] padic_height_via_multiply) created by dmharvey
Patches implement new algorithm for computing (good ordinary) p-adic …
10:34 Ticket #2003 ([with spkg] gnutls configure script finds local copy of guile when it ...) created by justin
On Mac OS X (10.4.11 in my case), when the configure script for 'gnutls' …

01/30/08:

23:25 Ticket #2002 ([with patch, with positive review] creating a fresh new notebook in ...) created by was
[…]
22:37 Ticket #2001 ([with patchs, with positive reviews] --long doctests -- seven files have ...) created by was
[…] I've attached the full test log for this run. (I'm too tired to …
22:25 Ticket #2000 ([with patch, positive review] fall back to univariate factoring if ...) created by was
[…]
22:23 Ticket #1989 ([patch on 1988] doctest fallout -- osx ppc 10.4 matrix index out of range) closed by mabshoff
fixed: Fixed in Sage 2.10.1.rc4 via merging the fix at #1988
22:20 Ticket #1988 ([with patch, with positive review] doctest fallout -- osx ppc 10.4 ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
21:16 Ticket #1999 ([with patch, with two positive reviews] delete mpl3d code from sage) created by was
The code in […] should all be deleted from Sage. It's ugly toy code, …
21:07 Ticket #1998 ([with patch, needs review] animate -- completley broken in sage-2.10.*) created by was
[…] We missed this because it is "optional", because of the reliance …
21:00 Ticket #1997 ([with patch; positive review] magma interface -- interrupting restarts ...) created by was
From the command line […] However, exactly the same always results in …
20:53 Ticket #1992 (Loading and attaching spyx/pyx files -- automatic compilation and nsf ...) closed by was
duplicate
20:49 Ticket #1996 ([with patch, with positive review] doctest failure on 2.10.1.rc3: ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
20:44 Ticket #1996 ([with patch, with positive review] doctest failure on 2.10.1.rc3: ...) created by craigcitro
There's an incorrect doctest in sage/interfaces/libecm.pyx. The attached …
20:38 Ticket #1995 (load/attach spyx file --several confusing issues.) created by was
This is about load/attach spyx file, or doing cython('...'). The …
20:34 Ticket #1994 (cython spyx files -- cinclude, clib, issues) created by was
There are some issues with cython spyx files: 1. There is *still* …
20:31 Ticket #1993 (dsage -- bugs bugs bugs) created by was
I demoed and taught many people to use Dsage today. There are *numerous* …
20:28 Ticket #1992 (Loading and attaching spyx/pyx files -- automatic compilation and nsf ...) created by was
When […] is done repeatedly on a specific single file filename.spyx, …
20:19 Ticket #1991 (PSage -- (parallel sage): every time you create a new psage object, the ...) created by was
[…] Notice above that the first output of a says current executing, …
19:45 Ticket #1990 ([with patch, with positive review] ZZ.random_element() -- never returns 0 ...) created by was
1. ZZ.random_element() never returns 0. This is a bug. 2. …
19:40 Ticket #1989 ([patch on 1988] doctest fallout -- osx ppc 10.4 matrix index out of range) created by was
This is with sage-2.10.1.rc3 -- ppc osx 10.4: […]
19:38 Ticket #1988 ([with patch, with positive review] doctest fallout -- osx ppc 10.4 ...) created by was
On fermat, an OS X 10.4 G5 ppc (sage-2.10.1.rc3): […]
14:28 Ticket #1987 ([with patch, with positive review] "forall" and "exists" need pointers in ...) created by nbruin
The names of "forall" and "exists" suggest that these are predicates that …
10:16 Ticket #1986 ([with patch, positive review] Numerical noise in fast evaluation code.) created by jsp
Tested on Fedora 7 and 8 32 bits: […]
07:27 Ticket #1985 ([with trivial patch, positive review] is_pseudoprime docstring doesn't ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc4
07:01 Ticket #1985 ([with trivial patch, positive review] is_pseudoprime docstring doesn't ...) created by mabshoff
Reported by Steve Vonn in …
05:42 Ticket #1984 (make html documentation error) created by pgrinber
in v2.10, after the build process is complete, change directories to …
05:35 Ticket #1983 ([with patch; positive review] change 0^0, for 0 a Sage integer, to ...) created by was
As justification that this is for *consistency*, everybody defines 00 to …
04:32 Ticket #1982 ([with patch that needs to be integrated into spkg] workaround the billions ...) created by was
[…]
02:34 Ticket #1981 (NTL fails to build with DEB_BUILD_HARDENING=1) created by malb
Error message: […] How to reproduce (Debian only!): […] See …
02:31 Ticket #1980 (flint fails to build with -fstack-protector) created by malb
Error message: […] See …
01:42 Ticket #1979 ([with patch, positive review] doctest fall out from #740 in tut.tex) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc3. This ticket should be reopened if it turns out …
01:41 Ticket #1978 ([with spkg, needs review] update python-gnutls) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc3. This ticket should be reopened if any problems …
01:21 Ticket #1938 ([with bundle; enthusiastically positive review] Fast (double) function ...) closed by mabshoff
fixed: Merged 1938-fast-float-fixes.hg and trac-1938-fix_some_docstrings.patch in …
00:31 Ticket #1966 ([with spkg,patch, with positive review ] inline_fortran broke on OSX) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc3

01/29/08:

23:55 Ticket #1328 ([with patch, positive review] 2.8.14/Solaris: partitions_c.h compile fix) closed by mabshoff
fixed: Merged Sage-2.10.1.rc2-Solaris-build-fixes-for-sage.spkg.patch from #1329
23:55 Ticket #1329 ([with patch, positive review] 2.8.14/Solaris: real_rqdf.pyx compile fixes) closed by mabshoff
fixed: Merged Sage-2.10.1.rc2-Solaris-build-fixes-for-sage.spkg.patch in Sage …
21:10 Ticket #1979 ([with patch, positive review] doctest fall out from #740 in tut.tex) created by mabshoff
The following happens while doctesting tut.tex: […] William says: …
20:40 Ticket #1978 ([with spkg, needs review] update python-gnutls) created by yi
python-gnutls needs to be updated to reflect the api changes in …
20:30 Ticket #1977 ([with patch, positive review] valgrind 3.3.0 no longer appends $PID per ...) created by mabshoff
I read something about this in the release notes, but the --help
20:17 Ticket #1976 ([with 1-line patch; with positive review] disable the use of openssl on ...) created by was
This needs review and testing on linux with brand new GNUtls package.
20:07 Ticket #1973 ([with patch, with positive review] native partition_associated function) reopened by mabshoff
The following is probably trivial to fix: […] but it happens after a …
19:38 Ticket #1975 (elliptic curve method -- one should trivially be able to implement a toy ...) created by was
[…]
18:51 Ticket #1973 ([with patch, with positive review] native partition_associated function) closed by mabshoff
fixed: Merged conjugate-partition.4.patch in Sage 2.10.1.rc3
18:31 Ticket #1974 ([with patch, positive review] notebook -- when changing the title of a ...) created by was
...and I was born in 1974 :-)
08:19 Ticket #1970 ([with tiny patch; positive review] notebook -- gnutls should not be needed ...) closed by mabshoff
fixed: Merged trac-1970-notebook-gnutls.2.patch in Sage 2.10.1.rc3
08:13 Ticket #1973 ([with patch, with positive review] native partition_associated function) created by jason
This patch replaces the wrapper around Gap to give the conjugate …
05:49 Ticket #1637 ([with spkg] Update to mpfr 2.3.1 - fix small issues in the spkg) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc3
05:17 Ticket #1972 ([with patch; with positive review] programming guide -- fix a confusing ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc3
04:58 Ticket #1972 ([with patch; with positive review] programming guide -- fix a confusing ...) created by was
04:48 Ticket #1887 ([with patch, positive review] graph isomorphism for multiple edges) closed by mabshoff
fixed: All three patches merged in Sage 2.10.1.rc3
04:43 Ticket #1958 ([with patch, with positive review] fix problems with ANSI codes in ...) closed by mabshoff
fixed: Merged 1958-bandaid-v2.patch in Sage 2.10.1.rc3
04:38 Ticket #1923 ([with patch, positive review] Make an obvious checkbox or menu to switch ...) closed by mabshoff
fixed: Merged prettyprint-checkbox-updated.patch in Sage 2.10.1.rc3
04:36 Ticket #1554 ([with patch, positive review] calculus -- issues with calling symbolic ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc3
04:29 Ticket #740 ([with patch, with positive review] Implement standard transformations for ...) closed by mabshoff
fixed: Merged 8087.patch and 8088.patch in Sage 2.10.1.rc3
04:21 Ticket #1971 ([with patch, with positive review] notebook/jsmath -- make an optional ...) created by was
From the jsmath author: […]
03:56 Ticket #1970 ([with tiny patch; positive review] notebook -- gnutls should not be needed ...) created by was
02:54 Ticket #1969 (ipython -- update to svn to get this new %hist functionality) created by was
[…]
02:20 Ticket #1968 ([with patch; with positive review] notebook -- remove capability of using ...) created by was
Timothy Clemans points out to me in chat a *major* security issue with the …
01:57 Ticket #1967 ([with spkg] fix matplotlib local-related bugs once and for all (?)) created by was
Many people have reported issues with locale.py going boom on quite a …
01:16 Ticket #1926 ([with positive patch] fixes for the maple interface) reopened by burcin
attachment:1926-make_doctests_optional.patch Download needs to be applied to make …

01/28/08:

23:09 Ticket #1966 ([with spkg,patch, with positive review ] inline_fortran broke on OSX) created by jkantor
Probably around the upgrade to 1.0.4 the inline_fortran command broke on …
18:43 Ticket #1965 (renable of caching for loading or attaching spyx files) created by was
It used to be that if you load a spyx file, the result of the load is …
18:38 Ticket #1964 (attaching multiple files should work but is broken (or never implemented?)) created by was
This illustrates attaching multiple files not working. I don't know if …
16:02 Ticket #1838 ([with patch, with preliminary review] comma in latex lists need a trailing ...) closed by cwitty
invalid: I don't think we want this patch at all. While LaTeX does sometimes need …
14:49 Ticket #1963 ([with bundle, with positive review] unramified and eisenstein extensions) created by roed
Adds unramified and eisenstein extensions of Qp and Zp. Adds printing …
11:49 Ticket #1962 ([with patch, with positive review] set_edge_label creates edges when ...) created by jason
[…] I suggest that set_edge_labels should *never* create an edge or …
10:24 Ticket #1961 ([with patch, positive review] graph_isom bug) created by rlm
[…]
06:48 Ticket #1960 ([with patch, positive review] bug when reducing Gröbner basis) created by malb
This bug was reported by James Carlson: […]

01/27/08:

22:37 Ticket #1942 (Sage 2.10.1.rc0: sage0.cputime() broken on 32 bit FC7) closed by mabshoff
duplicate: Craig opened another ticket for the same issue: #1958. Since we have a …
21:46 Ticket #1178 ([probably fixed] flint in 2.8.12 fails on Solaris 10: u_int16_t undefined) closed by mabshoff
fixed: This has been fixed a while ago. So close it.
21:06 Ticket #1959 ([with spkg, positive review ] Solaris 9 fixes for rubiks) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
21:06 Ticket #1957 ([with spkg,positive review] Solaris 9 fixes for libfplll) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
20:37 Ticket #1959 ([with spkg, positive review ] Solaris 9 fixes for rubiks) created by mabshoff
The spkg at …
20:36 Ticket #1958 ([with patch, with positive review] fix problems with ANSI codes in ...) created by craigcitro
There were some annoying doctest failures in sage0.py in 2.10.1.rc1, which …
19:20 Ticket #1957 ([with spkg,positive review] Solaris 9 fixes for libfplll) created by mabshoff
The spkg at …
18:45 Ticket #1926 ([with positive patch] fixes for the maple interface) closed by mabshoff
fixed: Merged sage-maple_interface_fixes.2.patch and 1926.patch in Sage …
18:36 Ticket #1954 ([with patch, with 2 positive reviews] sage/modules/free_module_element.pyx ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
18:26 Ticket #1956 (implement multivariate truncated power series arithmetic) created by was
Multivariate truncated power series arithmetic has been requested a *lot*. …
16:28 Ticket #1955 (bug in vector) closed by mabshoff
duplicate: This is a dupe of #1954, which already has a patch for review.
16:25 Ticket #1955 (bug in vector) created by was
[…]
16:03 Ticket #1954 ([with patch, with 2 positive reviews] sage/modules/free_module_element.pyx ...) created by mhansen
[…]
14:25 Ticket #1953 ([with patch; positive review] fix problems found by Jason while reviewing ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
14:21 Ticket #1823 ([with patch, with positive review] RDF/CDF coverage, consistent hashing) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
14:05 Ticket #1953 ([with patch; positive review] fix problems found by Jason while reviewing ...) created by cwitty
Jason found a couple of problems with calculus.py while reviewing #1945: a …
12:47 Ticket #1952 ([with patch, positive review] Follow up to #1940: Ideal comparison ...) created by mabshoff
[…]
12:40 Ticket #1951 ([with patch, positive review] reduction map modulo a number field prime ...) created by was
This should work: […] The problem is that a in terms of a basis for …
12:30 Ticket #1940 ([with patch, with positive review] Segmentation fault when comparing two ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
12:27 Ticket #1950 (When one clicks the print button in the notebook it should render the html ...) created by was
Suggested by Bill Purvis.
12:20 Ticket #1649 ([with patch and new spkg; with positive review] Updated eclib.spkg to ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
12:19 Ticket #1058 ([with spkg and patch, positive review] the mwrank interface barfs on bad ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
11:54 Ticket #1650 ([with spkg, positive review] eclib-20071231.p0.spkg: fix tsat test failure ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
11:44 Ticket #1949 (rewrite the mwrank interface to get rid of wrap.* and use C++) created by was
10:58 Ticket #1922 ([with patch; positive review] change and update lprint) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc2
09:31 Ticket #478 (completely eliminate the dependence of sage on openssl) closed by was
fixed: We did this in May, 2007.
07:33 Ticket #1948 ([with patch, positive review] K.factor_integer needs a name change, since ...) created by was
For K a number field, K.factor_integer slices, dices, and also factors …
06:40 Ticket #571 ([with trivial patch; positive review] weird simon_two_descent doctest ...) closed by mabshoff
fixed: Merged trac-571-simon-2-descent.patch in Sage 2.10.1.rc2
05:06 Ticket #1209 ([with patch, positive review] make it so maple.gcd?? shows source code) reopened by was
Referee report: * All doctests pass. Excellent. * Line 455: "trys" …
04:54 Ticket #571 ([with trivial patch; positive review] weird simon_two_descent doctest ...) reopened by was
John and Denis Simone in fact did greatly update this code and it is now …
04:50 Ticket #68 (notebook/worksheets -- be able to edit them as plain text, just like one ...) closed by was
fixed: We finished this in May 2007 at SD4!
02:46 Ticket #1947 (Implement homomorphisms between vector spaces *over different fields*) created by craigcitro
It's surprising that this isn't already done -- it should be easy, since …

01/26/08:

23:47 Ticket #1209 ([with patch, positive review] make it so maple.gcd?? shows source code) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
23:18 Ticket #1845 ([with patch, spkg, with positive review] list_plot3d should be able to ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1: the bundle and updated scipy_sandbox as well as …
21:21 Ticket #1945 ([with patch, with positive review] improve reference manual formatting) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
21:14 Ticket #1083 ([with patch, with positive review] Bug in degree 1 number fields; ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
20:59 Ticket #571 ([with trivial patch; positive review] weird simon_two_descent doctest ...) closed by AlexGhitza
worksforme: Just tried this in 2.10 on Gentoo and the problem seems to have vanished: …
20:20 Ticket #743 ([with patch, with positive review] graphs: simplify interface for ...) closed by mabshoff
fixed: trac-743-fix.patch looks good to me. Merged in Sage 2.10.1.rc1. Cheers, …
20:15 Ticket #743 ([with patch, with positive review] graphs: simplify interface for ...) reopened by cwitty
The attached trac-743-fix.patch fixes the fallout from this patch in …
19:58 Ticket #296 (don't create old doc directories when upgrading SAGE) closed by was
fixed: I completely did this during bug day 6 or 7 or something.
19:37 Ticket #1943 ([with spkg] Sage 2.10.1.rc0: rpy fails to build on OSX 10.4) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
19:32 Ticket #1575 ([with patch, with positive review] plotting -- fix vector plotting) closed by mabshoff
fixed: vector-plot-updated.patch merged in Sage 2.10.1.rc1.
19:02 Ticket #384 ([with patch, positive review] latex formatting issues with symbolic ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
18:47 Ticket #743 ([with patch, with positive review] graphs: simplify interface for ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
18:36 Ticket #1946 ([with patches: very positive review, needs rebase] Tate's algorithm has NO ...) created by was
I'm sure -- after a bit of a glance, for example, at scale_curve, that …
18:34 Ticket #1155 ([with patch, with positive review] PermutationGroup coercion bug) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
18:29 Ticket #523 (trac email notification) closed by mabshoff
fixed: Jason, you are right. So close this since it all works. Cheers, Michael
18:20 Ticket #980 ([with patch, with positive review] random_element() for multivariate ...) closed by mabshoff
fixed: Merged random_element.hg in Sage 2.10.1.rc1
17:57 Ticket #1929 ([with patch, with positive review] add more examples to qqbar.py) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
17:55 Ticket #1456 ([with patch, with positive review] gaussian_binomial bug) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
17:40 Ticket #652 ([with patch, with positive review] .sage files destroy existing .py files) closed by mabshoff
fixed: Merged ncalexan-652-updated.patch in Sage 2.10.1.rc1
17:04 Ticket #1945 ([with patch, with positive review] improve reference manual formatting) created by cwitty
I've gone through and made some changes to improve the formatting of the …
15:43 Ticket #1944 (subsections not honored in ref manual) created by jason
In what should be a very small subsection of the reference manual, the …
15:12 Ticket #1943 ([with spkg] Sage 2.10.1.rc0: rpy fails to build on OSX 10.4) created by mabshoff
Robert Bradshaw reported the following: […] Cheers, Michael
15:10 Ticket #1942 (Sage 2.10.1.rc0: sage0.cputime() broken on 32 bit FC7) created by mabshoff
Jaap reports the following on 32 bit FC7/8 with Sage 2.10.1.rc0: […] …
12:11 Ticket #1941 (Finish bipartite graph implementation) created by rlm
Systematically go through the functions of graph and generic_graph and see …
08:57 Ticket #1875 ([with patch, with positive review] increase idle timeout and save interval ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc1
07:42 Ticket #398 ([merged] Fixing some of David Joyner's desolvers code) closed by mabshoff
fixed: Since David has confirmed that this has been merged some undetermined time …
07:40 Ticket #1940 ([with patch, with positive review] Segmentation fault when comparing two ...) created by SimonKing
The following three lines produce a segmentation fault. […] mabshoff …
05:49 Ticket #1939 ([with patch] Fix OSX rpy import issues: DYLD_LIBRARY_PATH fix) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
05:45 Ticket #1939 ([with patch] Fix OSX rpy import issues: DYLD_LIBRARY_PATH fix) created by mabshoff
The latest r.spkg from …
04:11 Ticket #1938 ([with bundle; enthusiastically positive review] Fast (double) function ...) created by robertwb
When one wishes to plot a 3d surface, one ends up evaluating one or more …
03:21 Ticket #1911 ([with patch; with positive review] elliptic curves -- make heegner_index ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
03:19 Ticket #1937 ([with doc patch, with positive review] fix LLL documentation) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
03:16 Ticket #1600 ([with patch, with positive review] another weird coercion bug) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
03:15 Ticket #1935 ([with patch, with positive review] legendre_symbol currently quite slow) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
02:48 Ticket #1937 ([with doc patch, with positive review] fix LLL documentation) created by malb
[…]
02:45 Ticket #1930 ([with spkg] Sage 2.10.1.alpha2: R is broken for parallel make, rpy is ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
02:41 Ticket #1936 (r-2.6.1.p13: spkg-check fails on OSX 10.5, Linux) created by mabshoff
On bsd the following happens: […] Cheers, Michael
02:33 Ticket #1933 ([with spkg] libgpg_error-1.6.spkg broken make install for parallel make) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
01:33 Ticket #1935 ([with patch, with positive review] legendre_symbol currently quite slow) created by craigcitro
The legendre_symbol command is pretty slow; this patch speeds it up a good …
01:26 Ticket #1934 ([with spkg] sage-check for ATLAS broken on OSX) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
01:19 Ticket #1931 ([with trivial patch] sage.spkg need to depend on ecm.spkg) closed by mabshoff
fixed: Merged in Sage 2.10.1.rc0
01:17 Ticket #1934 ([with spkg] sage-check for ATLAS broken on OSX) created by mabshoff
On OSX we need to exit sage-check since we currently do not build …
01:04 Ticket #1933 ([with spkg] libgpg_error-1.6.spkg broken make install for parallel make) created by mabshoff
The issue has only been observed on OSX so far, but the fix is obvious. A …
01:02 Ticket #1932 ([with patches, positive review] weird hg bug?) created by craigcitro
I ran into a very strange bug using hg tonight, which seems to only occur …
01:01 Ticket #1931 ([with trivial patch] sage.spkg need to depend on ecm.spkg) created by mabshoff
Since we now build a library interface for ecm (#1550) ecm.spkg needs to …
00:05 Ticket #1930 ([with spkg] Sage 2.10.1.alpha2: R is broken for parallel make, rpy is ...) created by mabshoff
subject says it all, a updated spkg is coming. Cheers, Michael

01/25/08:

16:19 Ticket #1623 ([with spkg] update gsl to 1.10) closed by mabshoff
fixed
15:21 Ticket #1724 ([with patch, positive review] Creating ModularForms from q-expansions) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
14:15 Ticket #1929 ([with patch, with positive review] add more examples to qqbar.py) created by cwitty
From …
12:52 Ticket #1028 ([with patch] fix omega support for new valgrind release (3.3.0 once it is ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
12:39 Ticket #1050 ([with spkg] update optional valgrind.spkg to 3.3.0 release) closed by mabshoff
fixed: Merged in the optional spkg repo and mirrored out.
11:50 Ticket #1928 (Bundles of graphs) created by jason
#1306 laid some of the groundwork for finishing this request, but it's not …
11:23 Ticket #1147 ([with patch, with positive review] change location of valgrind output ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
10:13 Ticket #1906 ([with patch, with positive review] eisenstein_series_qexp does not pay ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
09:34 Ticket #1593 ([with doc patch, with positive review] m4ri -- the documentation of the ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
09:32 Ticket #1617 ([with patch, positive review] speed problem when factoring polynoms) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
09:28 Ticket #1852 ([with spkg; positive review] Configure R to use Atlas / other improvements ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
09:26 Ticket #1913 ([with patch, positive review] poles of gamma) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
09:23 Ticket #1924 ([with patch, with positive review] Optimize matrix multiply cache ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
09:21 Ticket #1927 ([with patch, with positive review] dots in symbolic variable names should ...) created by was
Variable names made with the var command should be valid identifiers, but …
05:53 Ticket #1926 ([with positive patch] fixes for the maple interface) created by burcin
Attached patch includes the following fixes: * Maple uses = as the …
04:48 Ticket #1925 (unifying [plotobject].show() interface + tests) created by schilly
While working on #1766 I was not able to save 3d plots in files. There …
02:45 Ticket #1924 ([with patch, with positive review] Optimize matrix multiply cache ...) created by robertwb
Today in the sage seminar Clément Pernet demonstrated that in the naive …
00:15 Ticket #1923 ([with patch, positive review] Make an obvious checkbox or menu to switch ...) created by jason
We ought to have a very obvious, easy-to-use switch to switch on or off …
00:03 Ticket #1922 ([with patch; positive review] change and update lprint) created by jason
This is an update for lprint(). * renamed to pretty_print_default() * …

01/24/08:

22:09 Ticket #1921 ([with patches, positive review] add random_element to groups) created by wdj
Currently, at least some of the groups G in SAGE access a random element …
21:59 Ticket #1920 (3d graphics -- constant plot3d's) created by was
This works: […] This doesn't: […] It seems completely reasonable …
19:21 Ticket #1917 ([with patch; with positive review] linbox -- get rid of crazy OS X ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
18:41 Ticket #1919 (improve base fields of DualAbelainGroup) created by wdj
In sage/groups/abelian_gps/dual_abelian_group_element.py, the call
17:27 Ticket #1918 (Matrices that are printed are not aligned) created by jason
The rows of matrices in a list right now do not line up when printed, even …
16:54 Ticket #1917 ([with patch; with positive review] linbox -- get rid of crazy OS X ...) created by was
I've made this a blocker, since if not applied it could give wrong answers …
13:17 Ticket #1900 ([with patch, positive review] Clean up adjacency matrix functions for ...) closed by mabshoff
fixed: Both patches merged in Sage 2.10.1.alpha2
12:48 Ticket #1898 ([with patch, with positive review] Sage 2.10: numerical doctest failure ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
12:45 Ticket #1905 ([with patch, positive review] elliptic curves -- both E.Lseries and ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
12:09 Ticket #1916 (notebook -- implement a way to turn off word wrap globally in the notebook) created by was
I'm not sure what interface to use; comments welcome. Implementing this on …
09:35 Ticket #1915 ([with new patch, positive review] infinity doesn't behave well) created by burcin
The default model for handling infinity in Sage is not very user friendly. …
08:55 Ticket #1914 (incorrect string escaping in preparser) created by dmharvey
This works in python: […] but it's broken in sage: […]
08:37 Ticket #1913 ([with patch, positive review] poles of gamma) created by burcin
Sage cannot handle poles of the gamma function. For negative integers and …
08:08 Ticket #1912 (Displaying a list of graphic objects prints what appears to be an empty ...) created by jason
[…]
07:18 Ticket #1911 ([with patch; with positive review] elliptic curves -- make heegner_index ...) created by was
07:17 Ticket #1910 (linear algebra -- doctesting for sage/matrix/matrix_field_dense.pyx is off ...) created by was
05:33 Ticket #1909 (Create a "partition" function like Mathematica has) created by jason
[…] and […] See …
01:16 Ticket #1744 (FLINT 1.05 "make check" failure on Linux/Itanium) closed by mabshoff
fixed: The problem has been solved via #1821.

01/23/08:

20:04 Ticket #1899 ([with patch, positive review] Making graphs with a matrix and loops=True ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
19:56 Ticket #1908 ([with patch, positive review] Make it so that show plots a list as a grid) created by jason
This patch extends the functionality introduced in #1869 . It lets you …
19:43 Ticket #1907 ([with patch, with positive review] matrix kernel() is broken (disagrees ...) created by AlexGhitza
The nullity() function for matrices is supposed to return the dimension of …
19:34 Ticket #1906 ([with patch, with positive review] eisenstein_series_qexp does not pay ...) created by AlexGhitza
The function eisenstein_series_qexp() has a parameter K which is supposed …
19:09 Ticket #1905 ([with patch, positive review] elliptic curves -- both E.Lseries and ...) created by was
There is no good reason to have both. That would be like having …
18:46 Ticket #1904 (elliptic curves -- some period lattice functions are not implemented) created by was
[…] The root cause of this is that Period lattices actually derive …
18:36 Ticket #1903 (elliptic curve period lattice Omega computation is always wrong the first ...) created by was
Check this out. The first time I define an elliptic curve and compute the …[…]
16:37 Ticket #1902 ([with patch, positive review] mistake in the documentation for gens for ...) created by was
[…]
16:36 Ticket #1901 ([with patches, with positive review] mistake in the documentation for gens ...) created by was
[…]
16:34 Ticket #1890 ([with patch, with positive review] Sage 2.10.1.alpha2: ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
16:25 Ticket #1900 ([with patch, positive review] Clean up adjacency matrix functions for ...) created by rlm
There were several options available to graphs but not digraphs, so I …
16:08 Ticket #1869 ([with patch, with positive review] Implement show(list(graphs(n))) et al) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
14:19 Ticket #1899 ([with patch, positive review] Making graphs with a matrix and loops=True ...) created by jason
[…]
14:17 Ticket #1894 ([with patch, with positive review] toy_buchberger failures) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
14:12 Ticket #1889 ([with patch, with positive review] 2.10.1.alpha2 doctest failure in ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
14:09 Ticket #1895 ([with patch, with positive review] deal with passed through keyword ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
13:15 Ticket #1898 ([with patch, with positive review] Sage 2.10: numerical doctest failure ...) created by mabshoff
[…]
13:05 Ticket #1897 ([with patch, positive review] %latex -- bug in passing in predefined sage ...) created by was
[…] I think the problem involves system.eval not getting passed the …
10:27 Ticket #1896 (Gracefully handle 3d plotting when no java) created by robertwb
[…]
09:00 Ticket #1895 ([with patch, with positive review] deal with passed through keyword ...) created by malb
Re-adding the missing hunk 2 of #1837.
07:01 Ticket #1894 ([with patch, with positive review] toy_buchberger failures) created by gfurnish
[…] More follows for hundreds of lines Gentoo x64 gcc 4.2.2
06:14 Ticket #1893 ([with bundle, needs additional review] Added graphical plotting to ...) created by kohel
This example explains the functionality for the new function 'plot': …
06:02 Ticket #1892 ([with patch; positive review] notebook -- uploading a data file should ...) created by was
[…]
03:25 Ticket #1891 (remove workaround when Pari > 2.3.3 is released) created by craigcitro
To fix trac #1083, I added a workaround due to a bug in Pari. The code is …
02:55 Ticket #1890 ([with patch, with positive review] Sage 2.10.1.alpha2: ...) created by mabshoff
I get the following doctest failure on sage.math with 2.10.1.alpha1 plus …

01/22/08:

23:47 Ticket #1889 ([with patch, with positive review] 2.10.1.alpha2 doctest failure in ...) created by mabshoff
This is probably related to merging #1817: […] Cheers, Michael
20:20 Ticket #1550 ([with patch, with positive review] use libecm instead of pexpect+ecm ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
20:16 Ticket #1818 ([with patch, with positive review] include AES polynomial system generator ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
20:15 Ticket #1817 ([with patch, with positive review] crypto.mq.sr doctest coverage at 100%) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
20:06 Ticket #1873 ([with patch, with positive review] elementary function expansion returns ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha2
17:49 Ticket #1888 ([with code] 3d graphics -- cool plots of space curves (examples for ...) created by was
These need to be nicely test, sped up, etc., then made into docstrings: …
16:50 Ticket #1887 ([with patch, positive review] graph isomorphism for multiple edges) created by rlm
Based on an idea by Tom Boothby for translating multigraphs to plain …

01/21/08:

23:11 Ticket #1787 (Apply row-major GEMM major ATLAS errata to codebase) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
23:11 Ticket #1721 ([with spkg ] Introduce SYSTEM_ATLAS to skip tuning of ATLAS) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:54 Ticket #1883 (Sage distribution includes Windows executables) closed by mabshoff
fixed: Both spkgs merged in Sage 2.10.1.alpha1
20:49 Ticket #1885 (add atlas pretuning for AMD Athlon MP processors) closed by was
duplicate: duplicate of #1886
20:45 Ticket #1886 ([with patch - actually tuning tarball] add atlas pretuning for AMD Athlon ...) created by was
So that building ATLAS on AMD Athlon doesn't take FIVE HOURS, I've …
20:45 Ticket #1885 (add atlas pretuning for AMD Athlon MP processors) created by was
So that building ATLAS on AMD Athlon doesn't take FIVE HOURS, I've …
18:53 Ticket #1884 ([with patch] memory leak in real numbers) created by dmharvey
This leaks like a sieve in 2.10: […]
17:45 Ticket #1883 (Sage distribution includes Windows executables) created by cwitty
My Sage installation includes 5 Windows executables: […] (as well as …
17:44 Ticket #1881 ([with trivial patch, positive review] Sage 2.10.1.alpha0: tut.tex doctes ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
17:28 Ticket #1832 ([with patch, with 2 positive reviews change how real(...) is defined in ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
17:24 Ticket #1880 ([with trivial patch, positive review] Sage 2.10: qqbar numerical doctest ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
17:24 Ticket #1837 ([with patch, with positive review] pass through options from ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
16:11 Ticket #1836 ([with patch] return reduced Groebner bases by default) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
15:56 Ticket #1814 ([with patch, with positive review] doctstrings for stream_cipher.py) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
15:55 Ticket #1878 ([with patch, with positive review] add new function from mpfr-2.3.0) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
15:06 Ticket #1882 ([with optional spkg, positive review] update optional phcpack.spkg to ...) created by mhampton
Phcpack has had many releases since the last spkg. This brings it up to …
14:58 Ticket #1166 ([with patch; with positive review] 2D terminal output is inconsistent and ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
14:00 Ticket #1881 ([with trivial patch, positive review] Sage 2.10.1.alpha0: tut.tex doctes ...) created by mabshoff
Initially reported by Jaap: […]
13:40 Ticket #1880 ([with trivial patch, positive review] Sage 2.10: qqbar numerical doctest ...) created by mabshoff
Reported in …
10:36 Ticket #1879 ([with patch, positive review] notebook -- registering redirects to ...) created by was
[…]
01:37 Ticket #1872 ([with patch; with positive review] serious bug in pickling elliptic curves) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0

01/20/08:

23:59 Ticket #1583 ([with patch, positive review] simple modules of modular symbols over ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
23:12 Ticket #1878 ([with patch, with positive review] add new function from mpfr-2.3.0) created by zimmerma
This patch completes #1716. Some new functions are added, also some …
22:40 Ticket #1877 ([with patch, positive review] same range variables -- bug in 3d plotting ...) created by was
[…] The problem is that both ranges use the variable x. The fix is to …
22:31 Ticket #1604 ([with patch, spkg, needs review] more locale problems with python exposed ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
22:22 Ticket #1876 (minor typo in reference manual section 8.1.1.2) created by bober
The reference manual page at …
22:22 Ticket #1840 ([with bundle, positive review] Hill cipher addition to crypto package) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
22:16 Ticket #1835 ([with patch, with positive review] some minor changes to the documentation ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
22:10 Ticket #1829 ([with patch, with positive review] small improvements for term ordering ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
22:08 Ticket #1794 ([with patch, with positive review] Gram-Schmidt typo) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
22:05 Ticket #1820 ([with patch, with positive review] update documentation for ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:57 Ticket #1843 ([with patch; positive review] cputime for gp interface) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:54 Ticket #1875 ([with patch, with positive review] increase idle timeout and save interval ...) created by was
21:52 Ticket #1704 ([with patch, with positive review] replace _DivPolyContext by ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:50 Ticket #1652 ([with patch, with positive review] length of DAGs with loops calculation ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:47 Ticket #1577 ([with patch, with positive review] .coefficients() and .monomials() differ ...) closed by mabshoff
fixed: Merged both patches in Sage 2.10.1.alpha1
21:42 Ticket #1418 ([with patch, with positive review] magma element __floordiv__) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:39 Ticket #1294 ([with patch, with positive review] v.n() function blows up when v is a ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:36 Ticket #1274 ([with patch, with positive review] modify singular interface to allow for ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:34 Ticket #1217 ([with patch, positive review] libfplll error codes - leftover from #1188) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
21:26 Ticket #1718 ([with patch, with positive review] bug in parametric_plot) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1 - and this time I closed the ticket, too.
20:26 Ticket #1844 ([with patch, needs review] Get doctest coverage in sage/modular/modform up ...) closed by mabshoff
fixed: Merged 1844-2.patch and 1844-2a.patch in Sage 2.10.1.alpha1 - finally :)
20:22 Ticket #1812 ([with patch, positive review] doctest coverage for finite_field_givaro up ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
20:19 Ticket #1856 ([with patch; positive review] 3d graphics -- bug in setting options via ...) closed by mabshoff
fixed: Merged trac-1856.patch in Sage 2.10.1.alpha. mhansen's patch gave rejects.
20:16 Ticket #1854 ([with patch; positive review] add more 3d plots to the reference manual) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
20:13 Ticket #1737 ([with patch at #1833; needs review] ctl-c doesn't exit job in ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1 (patch from #1833)
20:13 Ticket #1833 ([with patch; positive review] plot3d and parametric_plot3d can be very ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
20:09 Ticket #1831 ([with patch, positive review] 3d docs: add more examples of parametric ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
20:06 Ticket #1306 ([with patch, positive review] Bundles of graphs) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
20:04 Ticket #1874 ([with patch, positive review] implement bipartite graphs) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
19:52 Ticket #1858 ([with patch; with positive review] plot.py coverage is crap -- improve it) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
19:25 Ticket #1606 ([with patch; positive review] plotting -- add aspect_ratio option to show ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
19:17 Ticket #1508 ([with patch, positive review] axes_label in plot() broken) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1. The reject mentioned above was caused by …
18:10 Ticket #1804 ([with patch, positive review] Factorization.__mul__ assumes that the ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
18:04 Ticket #1713 ([with patch, positive review] fix SageElement._sage_) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha1
16:16 Ticket #1874 ([with patch, positive review] implement bipartite graphs) created by rlm
This is just an implementation of the barebones minimum. The patch also …
14:22 Ticket #1873 ([with patch, with positive review] elementary function expansion returns ...) created by mhansen
I'm using Sage 2.10 now. Expansion for elements in SFAElementary works …
14:22 Ticket #1872 ([with patch; with positive review] serious bug in pickling elliptic curves) created by was
[…]
14:15 Ticket #1871 ([with patch, positive review] wiki -- pressing control-c just starts ...) created by was
The wiki() command on OSX is broken. On Linux (at least on sage.math), …
14:12 Ticket #1870 (somehow we completely broke the moinmoin wiki stuff included in Sage on OS ...) created by was
Try this with a fresh sage-2.10. I've only tested this on my osx laptop …
12:35 Ticket #1869 ([with patch, with positive review] Implement show(list(graphs(n))) et al) created by rlm
show is in sage/misc/functional.py. It should be easy to get …
12:14 Ticket #675 (Solaris 10: random_element: "ValueError: denominator must not be 0") closed by mabshoff
fixed: This has been fixed in 2.9.x when making sure that 64 bits values in 32 …
11:49 Ticket #369 (tiny notebook bug) closed by cwitty
duplicate: This is a duplicate of #1864. (I'm closing this one, and leaving #1864, …
09:57 Ticket #1868 ([with spkg; positive review] New experimental mayavi2 package) created by jsp
This spkg needs cmake-2.4.7.spkg (already in experimental), …
08:50 Ticket #1867 ([with patch; positive review] -- factoring multivariate polynomials over ...) created by was
NOTE: This ticket depends on #5068, which is done. There is a standard …
08:47 Ticket #1866 ([probably fixed] bug in doctesting -- long time not respected in some ...) created by was
[…] My first thought on reading the above is "get rid of handling …
08:44 Ticket #1865 (notebook -- after restart output of first evaluation is not displayed) created by was
Try this in the notebook: 1. Click restart worksheet in the action menu. …
08:40 Ticket #1864 ([with patch; positive review] simple notebook bug -- typing ? in a comment ...) created by was
Try this in the notebook […] and hit shift enter. You get …
08:36 Ticket #1863 ([with patch, positive review] implement f.change_ring(R) for f a ...) created by was
This works: […] This should work: […]

01/19/08:

23:52 Ticket #1862 ([with patch, positive review] implement at least some sort of useful ...) created by was
[…]
21:24 Ticket #1859 ([with patch; positive review] 3d and 2d graphics -- some unification) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
19:16 Ticket #1653 ([with patch, positive review] Bug raising an integer to a float (probably ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
19:06 Ticket #1344 (make it crystal clear that one should use tar not some .app to extract ...) closed by mabshoff
wontfix: malb is right. Since we switched to DMGs this issue is wontfix. Cheers, …
18:41 Ticket #1861 (better document sage.el) created by was
The page here http://www.sagemath.org/emacs has a file sage.el that is …
18:36 Ticket #1391 ([with patch, with positive review] bug in unit part of factorizations of ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
18:24 Ticket #1860 (arrow -- 2d plot truncates badly) created by was
Try […] The top of the arrow is completely not visible. It's like 1/2 …
17:53 Ticket #1850 ([with patch; positive review] graphics -- serious bug in parametric ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
17:50 Ticket #1772 ([with patch, positive review] bug somewhere in the symbolics) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
17:27 Ticket #1859 ([with patch; positive review] 3d and 2d graphics -- some unification) created by was
Make it so that the following sort of thing works: […] and […] …
16:51 Ticket #1746 ([with patch, positive review] add p-norm as a method to vectors (probably ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
16:49 Ticket #1826 ([with patch, positive review] cdefs.pxi and stdsage.pxi were missing some ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
16:42 Ticket #827 ([with patch, with positive review] nfrootsof1 from Pari) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
16:33 Ticket #1858 ([with patch; with positive review] plot.py coverage is crap -- improve it) created by was
Right now: […]
16:15 Ticket #1857 ([with bundle, with positive review] examples of parametric surfaces in 3d) created by wdj
Hi: All these need: […] Some interesting surfaces can be found here: …
15:45 Ticket #1856 ([with patch; positive review] 3d graphics -- bug in setting options via ...) created by was
Try this: […] A tiny picture of a sphere appears. It should be that …
15:34 Ticket #1627 ([with spkg] update libgcrypt to 1.4) closed by mabshoff
fixed
15:29 Ticket #187 ([Pyrex] c-code mis-interpretation) closed by was
fixed: works for me now.
15:15 Ticket #1622 ([with spkg] update gnutls to 2.2.1) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
14:59 Ticket #1630 ([with spkg] update opencdk to 0.6.6) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
14:58 Ticket #1855 ([with 1-line patch; with positive review] trivial but visibly very painful ...) closed by mabshoff
fixed
14:57 Ticket #1853 ([with spkg] update libgpg_error to 1.6) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
14:38 Ticket #1855 ([with 1-line patch; with positive review] trivial but visibly very painful ...) created by was
Merged in Sage 2.10.1.alpha0
14:14 Ticket #1560 (Bug in introspection: line3d?? results in lame output) closed by ncalexan
worksforme
14:13 Ticket #1854 ([with patch; positive review] add more 3d plots to the reference manual) created by was
Test every one of these carefully; fix any problems with rendering them, …
14:12 Ticket #1784 (number field doctest failure) closed by pdenapo
invalid: May be you are right about some problem with my own version of pari in …
14:11 Ticket #1853 ([with spkg] update libgpg_error to 1.6) created by mabshoff
Also make sure to add 64 bit OSX support
13:39 Ticket #1852 ([with spkg; positive review] Configure R to use Atlas / other improvements ...) created by pdenapo
Currenty R in Sage is configured to use its own implementation of BLAS, it …
13:03 Ticket #1851 ([with patch, with positive review] increase documentation...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
12:57 Ticket #1616 ([with bundle, positive review] Change asin to arcsin, etc.) closed by mabshoff
fixed: Merged all three of mahnsen's patches in Sage 2.10.1.alpha0
12:47 Ticket #1851 ([with patch, with positive review] increase documentation...) created by rlm
In sage/graphs/bruhat_sn.pyx, a file nobody likely uses much…
12:26 Ticket #1850 ([with patch; positive review] graphics -- serious bug in parametric ...) created by was
This works fine […] This is missing half of the parametric plot!! …
12:09 Ticket #1813 ([with patch, with positive review] misc enhancements for ref.pdf) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
12:02 Ticket #1789 ([with patch; with positive review] standalone Sage scripts don't work on ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
11:56 Ticket #1800 ([with patch, with positive review] bug with RealIntervalField / MPFI) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
11:53 Ticket #1525 ([with patch and spkg, with positive review] NetworkX upgraded spkg, ...) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
11:52 Ticket #1821 ([with spkg] Update FLINT to 1.0.6) closed by mabshoff
fixed: Merged in Sage 2.10.1.alpha0
10:03 Ticket #1801 ([with spkg] Update cython package to 0.9.6.11) closed by mabshoff
fixed: Merged cython-0.9.6.11b.spkg in Sage 2.10.1.alpha0
09:59 Ticket #1710 (switch default location of trac server away from ...) closed by was
fixed: Pow, got it!
09:08 Ticket #1485 ([with bundle, with posititve review] wrapper for invariant_ring and ...) closed by mabshoff
fixed
08:12 Ticket #1849 ([superseded by #6449] rewrite abelian groups) created by was
[…]
06:42 Ticket #1846 (maxima looses minus signs in symbolic expression) closed by was
invalid: Actually Sage is right and you are wrong, because of the identity …
05:30 Ticket #712 (SAGE/Maxima is sometimes unable to solve a linear system) closed by was
fixed: This is very very likely fix by #1827, and testing this in Sage-2.10 it …
05:27 Ticket #1827 ([fixed, awaits confirmation] plot3d/transform.pyx test failure) closed by was
fixed
04:51 Ticket #1848 (Elliptic curve Sha an documentation misleading about proof) created by was
The sha an function: […] has help that at the beginning misleadingly …
04:46 Ticket #1847 ([with patch, positive review] add nice print method for Sha(Elliptic ...) created by was
Printing of Sha is ugly: […]
01:43 Ticket #1846 (maxima looses minus signs in symbolic expression) created by jkantor
Consider […] This gets expanded correctly, however […] appears to …

01/18/08:

23:46 Ticket #1845 ([with patch, spkg, with positive review] list_plot3d should be able to ...) created by jkantor
The following patch adds some improvements to list_plot3d …
23:26 Ticket #1481 (a matrix plot is wrong when matrix entries are not representable as ...) reopened by mabshoff
Ok, but we should still add a doctest to catch this behavior. It can be …
23:22 Ticket #1481 (a matrix plot is wrong when matrix entries are not representable as ...) closed by jason
fixed: This seems to work in 2.9.3: […] I do get this warning: […] but …
17:50 Ticket #1844 ([with patch, needs review] Get doctest coverage in sage/modular/modform up ...) created by craigcitro
This patch brings doctest coverage up to 100% for every file in …
17:14 Ticket #1843 ([with patch; positive review] cputime for gp interface) created by was
16:37 Ticket #1841 (clean up sage repositories) closed by mhansen
duplicate
16:09 Ticket #1842 (clean up sage repositories) created by was
There should be no ??'s below: […]
16:08 Ticket #1841 (clean up sage repositories) created by was
There should be no ??'s below: […]
15:18 Ticket #1828 ([with patch; needs review] add 3d graphics to the reference manual) closed by was
fixed
15:11 Ticket #1825 ([with patch; needs review] rewrite the script in devel/doc/ref so that ...) closed by was
fixed
15:08 Ticket #1840 ([with bundle, positive review] Hill cipher addition to crypto package) created by kohel
This adds functionality for Hill ciphers as in the following example: …
14:04 Ticket #1839 ([with script; positive] sage-crap: incorporate this script into sage and ...) created by was
13:45 Ticket #1838 ([with patch, with preliminary review] comma in latex lists need a trailing ...) created by schilly
normally, after writing a "," follows a space. latex needs this explicitly …
11:53 Ticket #1837 ([with patch, with positive review] pass through options from ...) created by malb
Now this has an effect: […] This is not equivalent to #1396 because …
11:28 Ticket #1836 ([with patch] return reduced Groebner bases by default) created by malb
... to avoid ambiguousness
10:42 Ticket #1835 ([with patch, with positive review] some minor changes to the documentation ...) created by malb
See attached patch.
08:42 Ticket #1834 ([with revised patch, with positive review] General linear group over ZZ ...) created by kohel
sage: G = GL(3,GF(101)) sage: G(1,0,1],[0,1,0],[0,0,1?) [1 0 1] [0 1 …
08:26 Ticket #529 (Add hex printing for FiniteFieldElements) closed by malb
wontfix: I don't think that this would be such an awesome idea anymore, …
08:22 Ticket #1833 ([with patch; positive review] plot3d and parametric_plot3d can be very ...) created by was
[…] is fast, but […] is shockingly slow (and similar remarks for …
08:12 Ticket #1832 ([with patch, with 2 positive reviews change how real(...) is defined in ...) created by was
[…]
07:19 Ticket #1831 ([with patch, positive review] 3d docs: add more examples of parametric ...) created by was
05:42 Ticket #1830 (sage-current-location.txt not unpdated on "make install") created by pgrinber
when running "DESTDIR=/usr/lib make install", the file …
05:38 Ticket #1829 ([with patch, with positive review] small improvements for term ordering ...) created by malb
See attached patch.

01/17/08:

22:10 Ticket #1798 (3d graphics -- add to the reference manual) closed by mhansen
duplicate
22:04 Ticket #1828 ([with patch; needs review] add 3d graphics to the reference manual) created by was
The reference manual needs sections on the new 3d graphics in sage.
21:46 Ticket #1827 ([fixed, awaits confirmation] plot3d/transform.pyx test failure) created by gfurnish
Failure on make check […] System is 64 bit gentoo, gcc 4.2.2
21:25 Ticket #1826 ([with patch, positive review] cdefs.pxi and stdsage.pxi were missing some ...) created by robertwb
This is a small patch, but forces a re-compile of almost the whole …
21:05 Ticket #1825 ([with patch; needs review] rewrite the script in devel/doc/ref so that ...) created by was
20:54 Ticket #1824 ([with patch, with positive review] *huge* memory leak in PolyBoRi ...) created by mabshoff
Valgrinding the pbori.pyx leads to: […] In detail [which is …
18:14 Ticket #1823 ([with patch, with positive review] RDF/CDF coverage, consistent hashing) created by robertwb
Some functions, e.g. one-liners and stuff dealing with the RDF pool, are …
17:48 Ticket #1705 (factorization of polynomials over non-prime finite fields is TOTALLY ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4.
17:45 Ticket #1289 ([with patch, with positive review] serious problems with how ceil and ...) closed by mabshoff
fixed: Positive review by wstein. Merged in Sage 2.10.alpha4.
17:04 Ticket #1822 ([with patch, posititve review] update documentation for ...) created by mhansen
17:04 Ticket #1821 ([with spkg] Update FLINT to 1.0.6) created by mabshoff
[…] Cheers, Michael
16:55 Ticket #1820 ([with patch, with positive review] update documentation for ...) created by mhansen
16:29 Ticket #1819 (move crypto.mq.MPolynomialSystem somewhere else) created by malb
mq.MPolynomialSystem is more general than its position in the tree …
16:27 Ticket #1818 ([with patch, with positive review] include AES polynomial system generator ...) created by malb
See patches.
16:15 Milestone sage-2.10 completed
The main goals for this release are: * Update a lot of spkgs to the …
16:11 Ticket #1817 ([with patch, with positive review] crypto.mq.sr doctest coverage at 100%) created by malb
See patch.
15:38 Ticket #1816 ([with patch, with negative review] rename MPolynomialRing.repr_long method ...) created by malb
Just as symbolic variables behave (and what is the Python-way IIRC): …
15:31 Ticket #1815 ([invalid?] Implement good formatted output) created by TimothyClemans
Finish the work started at …
15:06 Ticket #1814 ([with patch, with positive review] doctstrings for stream_cipher.py) created by malb
see patch
14:48 Ticket #1813 ([with patch, with positive review] misc enhancements for ref.pdf) created by malb
* SAGE => Sage (this is the official spelling now) * some options for the …
14:40 Ticket #1812 ([with patch, positive review] doctest coverage for finite_field_givaro up ...) created by malb
besides this, this patch also removes the redundant K.is_prime
14:14 Ticket #1809 ([with patch] refactoring to improve finite field reference manual) closed by malb
duplicate
13:59 Ticket #1811 (command line detach -- completely missing from Sage!?) created by was
[…]
13:43 Ticket #1808 ([with very short patch, positive review] two simple LaTeX fixes) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
13:29 Ticket #1810 ([with patch, positive review] refactoring to improve finite field ...) created by malb
The patch removes FiniteField_prime_modn from finite_field.py
13:29 Ticket #1809 ([with patch] refactoring to improve finite field reference manual) created by malb
The patch removes FiniteField_prime_modn from finite_field.py
12:47 Ticket #1808 ([with very short patch, positive review] two simple LaTeX fixes) created by malb
12:34 Ticket #1807 ([with patch] fix combinatorics section of the reference manual) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
12:26 Ticket #1803 (Add HISTORY.txt to $SAGE_ROOT) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
12:18 Ticket #1807 ([with patch] fix combinatorics section of the reference manual) created by mhansen
12:17 Ticket #1806 (bump various spkgs due to Sage 2.10 upgrade (ucs4 related)) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
12:06 Ticket #1806 (bump various spkgs due to Sage 2.10 upgrade (ucs4 related)) created by mabshoff
For the upgrade path we need to make sure to rebuild certain python …
11:58 Ticket #1805 ([with patch; Positive review] improve doctest coverage for Factorization; ...) created by was
11:52 Ticket #1804 ([with patch, positive review] Factorization.__mul__ assumes that the ...) created by was
This is LAME: […]
11:35 Ticket #1803 (Add HISTORY.txt to $SAGE_ROOT) created by mabshoff
HISTORY.txt contains all release notes from "Thu Apr 7 15:59:18 2005" …
11:15 Ticket #1802 (unify possible finite field representations) created by malb
If Givaro implements the finite extension field then the parameter "int" …
10:52 Ticket #1801 ([with spkg] Update cython package to 0.9.6.11) created by robertwb
 http://sage.math.washington.edu/home/robertwb/cython/ everything passes …
06:28 Ticket #1715 ([with patch, positive review] PolyBoRi pickling/hashing) closed by mabshoff
fixed: Merged in Sage 2.10.alpha5
06:22 Ticket #1799 ([with patch, with positive review] fix spelling errors in qqbar.py) closed by mabshoff
fixed: Merged in Sage 2.10.alpha5

01/16/08:

22:08 Ticket #1800 ([with patch, with positive review] bug with RealIntervalField / MPFI) created by mhansen
[…]
19:44 Ticket #1799 ([with patch, with positive review] fix spelling errors in qqbar.py) created by cwitty
I confused "principle" and "principal". The attached patch has the fix.
17:12 Ticket #1798 (3d graphics -- add to the reference manual) created by was
16:59 Ticket #1266 ([with patch] sage.functions.piecewise is missing from reference manual) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
16:55 Ticket #1797 ([with patch] add another doctest for expansion of elementary symmetric ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
14:12 Ticket #1485 ([with bundle, with posititve review] wrapper for invariant_ring and ...) reopened by mabshoff
The patch causes hangs when doctesting plot/plot3d/transform.pyx. …
14:05 Ticket #1738 ([with patch] fraction field __pow__ doesn't handle negative exp. elegantly) closed by mhansen
duplicate
13:51 Ticket #1797 ([with patch] add another doctest for expansion of elementary symmetric ...) created by mhansen
13:45 Ticket #1796 (initial entry of Admin password) created by pgrinber
the very first time a user runs sage, they are asked for the Admin …
11:03 Ticket #1745 ([with patch, positive review] bug in point enumeration mod p.) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
10:06 Ticket #1795 ([with patch, needs work] Adds support for cdef'd functions to ...) created by roed
sage-coverage does not check cdef'd functions. This patch fixes that …
10:02 Ticket #1736 ([with patch, positive review] sturm_bound() not working on spaces of cusp ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
09:59 Ticket #1794 ([with patch, with positive review] Gram-Schmidt typo) created by wjp
Sage calls Gram-Schmidt Gramm-Schmidt in some places (including function …
09:27 Ticket #1734 ([with patch, positive review] variable jmol translucency) closed by mabshoff
fixed: All three patches merged in Sage 2.10.alpha4
09:24 Ticket #1485 ([with bundle, with posititve review] wrapper for invariant_ring and ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
09:05 Ticket #1640 ([with patch, positive review] missing documentation Elliptic Curve - ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
07:59 Ticket #1747 ([with patch, with positive review] speed improvement for ...) closed by mabshoff
fixed
07:47 Ticket #1756 (implement MPolynomialIdeal.hilbert_[series|polynomial]) closed by malb
duplicate: See #1793 for a patch, copying mabshoff's comment over to that ticket now …
06:28 Ticket #1793 ([with patch, with positive review] Hilbert series, Hilbert polynomial, ...) created by malb
The attached bundle implements everything to make the following work: …

01/15/08:

21:22 Ticket #1790 ([with patch] Sage 2.10.alpha3: numerical noise doctest failure with gcc ...) closed by robertwb
fixed: If Carl Witty and others are already aware of the issue, I'm more …
21:18 Ticket #1788 ([with patch, with positive review] cython annotation in notebook) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
21:16 Ticket #1727 ([with patch, with positive review] truth value of inequalities not as ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
21:07 Ticket #1790 ([with patch] Sage 2.10.alpha3: numerical noise doctest failure with gcc ...) reopened by robertwb
Wait, RIF is based on mpfr/gmp, right? So the answers should be the same …
20:56 Ticket #1792 (Make Install problem with DESTDIR/sage script) created by pgrinber
when running "make install" a script will be created in $DESTDIR called …
19:40 Ticket #1791 (Sage 2.10.alpha3: numerical noise doctest failure with gcc 4.2.2/x86) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
19:40 Ticket #1790 ([with patch] Sage 2.10.alpha3: numerical noise doctest failure with gcc ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
18:13 Ticket #1786 ([with patch, with positive review] coercion error with fraction field of ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
17:42 Ticket #1791 (Sage 2.10.alpha3: numerical noise doctest failure with gcc 4.2.2/x86) created by mabshoff
As reported by Kate in …
17:40 Ticket #1790 ([with patch] Sage 2.10.alpha3: numerical noise doctest failure with gcc ...) created by mabshoff
As reported by Kate in …
15:42 Ticket #1789 ([with patch; with positive review] standalone Sage scripts don't work on ...) created by was
[…]
14:33 Ticket #1788 ([with patch, with positive review] cython annotation in notebook) created by robertwb
Cython now has the ability to display, in an html format, the c code …
12:06 Ticket #1787 (Apply row-major GEMM major ATLAS errata to codebase) created by mabshoff
See  http://math-atlas.sourceforge.net/errata.html#RMAAT for the required …
11:47 Ticket #1783 ([with patch, with positive review] fix latex errors with fraction field ...) closed by mabshoff
fixed: Both patches merged in Sage 2.10.alpha4
11:46 Ticket #1774 ([with patch] potential very serious problems with SEA and PARI-2.3.3) closed by mabshoff
fixed: Merged in Sage 2.10.alpha4
11:19 Ticket #1786 ([with patch, with positive review] coercion error with fraction field of ...) created by mhansen
[…] gives […]
11:10 Ticket #1785 ([with patch, with positive review] bug in creating points on elliptic ...) created by was
[…]
11:10 Ticket #1784 (number field doctest failure) created by pdenapo
A doctest failure in sage-2.9.3 ./sage -t …
11:06 Ticket #1783 ([with patch, with positive review] fix latex errors with fraction field ...) created by mhansen
[…] It should instead give 0.
10:55 Ticket #1782 (doctests for multi_polynomial_ideal.py not reproducible) created by ncalexan
In multi_polynomial_ideal.py, the doctests for * …

01/14/08:

23:12 Ticket #1778 ([with patch, positive review] plot() does not follow the same interval ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3
22:41 Ticket #1781 (preparser bug involving backslash-to-continue line) created by was
[…]
22:15 Ticket #1769 ([with patch, positive review] Fast Pari <--> Sage p-adic capped relative ...) closed by mabshoff
fixed: Both patches merged in Sage 2.10.alpha3
22:14 Ticket #1581 (3d graphics do not show all objects by default) closed by robertwb
fixed: This has already been resolved included in Sage.
22:05 Ticket #1682 ([with patch, docs] make enabling implicit multiplication easy) closed by mabshoff
fixed: All four patches applied to Sage 2.10.alpha3
20:19 Ticket #1759 ([with patch, positive review] Various files still mention GPL V2 [only]) closed by mabshoff
fixed: I have applied the patch to Sage 2.10.alpha3 due to the following …
19:21 Ticket #1645 ([with patch, with positive review] erf doesn't evaluate with intervals) closed by cwitty
fixed: Looks good to me; and this patch was already applied in 2.9.2.
19:19 Ticket #1691 ([with patch, with positive review] old bug in pari.gen __setitem__ code) closed by mabshoff
fixed: 1691v2.patch only merged in Sage 2.10.alpha3
19:10 Ticket #1732 ([with patch, with positive review] block matrix construction) closed by mabshoff
fixed: I merged all three patches into Sage 2.10.alpha3
19:01 Ticket #1428 ([with patch, with positive review] add SVD method to ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3
18:58 Ticket #1657 ([with spkg, positive review] make a build-from-source version of jmol spkg) closed by mabshoff
fixed: I put the spkg in the optional spkg repo and mirrored it out.
18:47 Ticket #1779 ([with patch, with positive review] setup.py computes the cache of some ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3
18:40 Ticket #1780 ([with spkg] add 64 bit MacIntel build support to mpfr, fix stack smashing ...) closed by mabshoff
fixed: Merged in Sage 2.10.alph3
17:48 Ticket #1780 ([with spkg] add 64 bit MacIntel build support to mpfr, fix stack smashing ...) created by mabshoff
While mpfr 2.3.1 should be out shortly I integrated a patch from …
17:32 Ticket #1716 ([with patch, with positive review] add function log1p in mpfr interface) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3.
15:12 Ticket #1779 ([with patch, with positive review] setup.py computes the cache of some ...) created by moretti
I discovered this: Installing c_lib scons: `install' is up to date. …
14:58 Ticket #1778 ([with patch, positive review] plot() does not follow the same interval ...) created by moretti
sage: plot3d(x^2 + y^2, (x,-2,2), (y,-2,2)) is valid, however, to …
09:55 Ticket #1777 (jmol up/down metaphor confusing in the "View" right-click menu) created by jason
I noticed a potentially confusing thing in the totally awesome 3d …
08:49 Ticket #1776 ([with patch, positive review] symbolic function preparser bug) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3.
06:14 Ticket #1776 ([with patch, positive review] symbolic function preparser bug) created by was
[…] This was found by Jason Grout, with input by Jaap Spies and John …
02:44 Ticket #1775 (clicking on 'search worksheets' can log you out.) created by bill.p
I have just succeeded in creating a personal id on my sage server (as …

01/13/08:

22:14 Ticket #1774 ([with patch] potential very serious problems with SEA and PARI-2.3.3) created by was
I just received this off-list from Bill Alombert: […]
22:02 Ticket #1773 (piecewise functions and integration / arithmetic do not play well together) created by was
[…]
21:58 Ticket #1772 ([with patch, positive review] bug somewhere in the symbolics) created by was
This is from Hector: […]
21:52 Ticket #1771 ([with patch, positive review] latex bug with symbolics) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3.
21:08 Ticket #1771 ([with patch, positive review] latex bug with symbolics) created by was
[…]
18:40 Ticket #1770 (Make fast pari <--> p-adic conversions for fixedmod and capped-abs types) created by craigcitro
I already wrote the corresponding code for capped-rel elements, and it …
18:18 Ticket #1769 ([with patch, positive review] Fast Pari <--> Sage p-adic capped relative ...) created by craigcitro
I think the title pretty much says it all: I made the conversion back and …
16:44 Ticket #1768 (get emails from any trac change on a certain component) created by rlm
For example, I don't own a certain component, but I am still passionate …
15:48 Ticket #1767 (Add SAGE_ATLAS_LIB, SAGE_ATLAS_TARGZ flags to allow use of external atlas) created by jkantor
We currently provide a SAGE_FORTRAN flag that lets external fortran be …
14:58 Ticket #1766 ([with patch, positive review] enhancing latex embedding with plots) created by schilly
This is patch for the latex_embed inside the ${SAGE_BASE}/examples …
11:10 Ticket #1585 (fix file permissions in readline) closed by mabshoff
fixed: After #1752 the permission issues with libreadline and …
10:47 Ticket #1429 ([with attempted patch] spelling error in tutorial) closed by mabshoff
fixed: This has been fixed by David Joyner as David Harvey suggested.
10:46 Ticket #1571 ([with patch, positive review] corrections for tut.tex) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3
10:03 Ticket #1668 ([with patch, with positive review] fix polybori's variable names: _P->PB_P) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3
09:49 Ticket #1570 ([with trivial patch] typo in sage/rings/number_field/number_field.py) closed by mabshoff
fixed
06:58 Ticket #1679 ([with patch, with positive review] two documentation typos) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3.
04:14 Ticket #1685 ([with patch, with causiously positive review] restructuring symmetric ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha2. I applied 1685-doctests.patch and now all …
03:35 Ticket #1764 (the url in the trac emails is wrong) closed by malb
duplicate: dupe of #1710

01/12/08:

21:24 Ticket #1765 ([with patch; with positive review] allow list of variables as second input ...) created by was
[…] This would be very easy to implement.
20:46 Ticket #1764 (the url in the trac emails is wrong) created by was
The url in trac emails is typically something like […] but it should be …
18:01 Ticket #1735 ([with patch] do not mark a spkg as installed if sage-check fails) closed by mabshoff
fixed: Merged in Sage 2.10.alpha3.
10:50 Ticket #551 ([with spkg] consider changing python to UCS4) closed by mabshoff
fixed: Merged in Sage 2.10.alpha2. After feeback from various people the ucs4 …
01:30 Ticket #1763 ([with patch; positive review] implement norms for matrices) created by AlexGhitza
Add functionality to implement various types of norms on matrices; for …

01/11/08:

20:42 Ticket #1762 ([with optional spkg, positive review] Create optional graphviz package) created by boothby
Graphviz is licensed under the Common Public License Version 1.0, which is …
20:16 Ticket #1761 ([with patch, positive review] Graphviz output for graphs) created by boothby
Add functionality to use graphviz for graph display.
14:20 Ticket #1760 (on osx make a symlink sage.command --> sage) created by was
[…]
13:03 Ticket #1743 (implausibly old time stamp in optional package gap_packages-4.4.10_2.spkg) closed by mabshoff
fixed: Merged into the optional package repo and mirrored out.
11:54 Ticket #1759 ([with patch, positive review] Various files still mention GPL V2 [only]) created by mabshoff
The following files mention/are under GPL V2 implying V2 only: * …
11:25 Ticket #1712 ([with patch, positive review] logic error in coercion) closed by mabshoff
fixed: I merged both patches in Sage 2.10.alpha2
11:21 Ticket #1752 ([with spkg] sage make install bug) closed by mabshoff
fixed: Merged in Sage 2.10.alpha2.
10:37 Ticket #1758 (Simon's variant of LLL reduction) created by malb
Again from the MAGMA 2.14 changelog: "Simon's variant of LLL reduction for …
10:36 Ticket #1757 (implement Coppersmith's method for finding small roots of univariate ...) created by malb
From the MAGMA 2.14 changelog: "Coppersmith's method for finding small …
10:34 Ticket #1756 (implement MPolynomialIdeal.hilbert_[series|polynomial]) created by malb
The result should be somewhat similar to what MAGMA has to offer …

01/10/08:

19:17 Ticket #1755 (Hook block matrices into matrix(...) command) created by robertwb
Add the ability to access the functionality of #1732 to the default …
16:44 Ticket #1754 (gnutls self signed certificates do not work with firefox 3 (pre-beta 3)) created by yi
Using the latest beta version of firefox 3, if one tries to connect to the …
14:19 Ticket #1753 (install_scripts() conflict with make install) created by pgrinber
When trying to run install_scripts() (i.e. installing from an RPM), the …
14:14 Ticket #1752 ([with spkg] sage make install bug) created by pgrinber
When calling […] the following library files will be created with 555 …
12:34 Ticket #1751 (Notebook revision information leakage) created by nbruin
It seems that publishing a notebook publishes the entire notebook …
11:47 Ticket #1739 ([with patch] "Use of uninitialised value of size 8" in binary_code.pyx) closed by mabshoff
fixed: Merged both of rlm's patches in Sage 2.10.alpha2.
11:39 Ticket #1750 (Sage 2.10.alpha1: leak in readline.so) created by mabshoff
The following started popping up after merging numpy 1.0.4 and fixing …
10:16 Ticket #1749 ([with patch] FC7/x86: rings/polynomial/polynomial_element.pyx numerical ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha2.
10:14 Ticket #1091 ([with patch, needs review] small memleaks exposed by ntl_mat_GF2E.py (from ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha2.
08:35 Ticket #1749 ([with patch] FC7/x86: rings/polynomial/polynomial_element.pyx numerical ...) created by mabshoff
Jaap reported on FC7/x86 that the following doctest failed: […]
07:14 Ticket #1748 ([with patch, with positive review] Passing the ipython argument '-wthread' ...) created by jsp
From the thread in gg:sage-devel: Enthought mayavi2 as a library […] …
07:14 Ticket #1747 ([with patch, with positive review] speed improvement for ...) created by malb
See attached patch.
02:44 Ticket #1746 ([with patch, positive review] add p-norm as a method to vectors (probably ...) created by was
[…]
02:38 Ticket #1745 ([with patch, positive review] bug in point enumeration mod p.) created by was
[…]

01/09/08:

22:51 Ticket #1744 (FLINT 1.05 "make check" failure on Linux/Itanium) created by mabshoff
The following issue has been reported by two independent parties with …
22:48 Ticket #1743 (implausibly old time stamp in optional package gap_packages-4.4.10_2.spkg) created by mabshoff
Subject says it all, but see …
22:43 Ticket #1522 (more 2.9-alpha7 ppc osx prebuilt problems) closed by mabshoff
fixed: This was fixed either late in the 2.8.x or in the 2.9.x cycle. Cheers, …
22:38 Ticket #975 ([with patch, with positive review] Library incompatibilities when ...) closed by mabshoff
fixed: Merged in Sage 2.10.alpha1.
22:31 Ticket #1073 ([with patch, with positive review] right after "sage -pkg" creates a ...) closed by mabshoff
fixed
22:28 Ticket #1742 ([with spkg] Build ntl with debug info) closed by mabshoff
fixed: Merged in Sage 2.10.alpha1.
22:28 Ticket #1741 ([with spkg] Build zlib with debug info) closed by mabshoff
fixed: Merged in Sage 2.10.alpha1.
22:22 Ticket #1742 ([with spkg] Build ntl with debug info) created by mabshoff
NTL is currently build without debug symbols. This makes debugging or …
21:54 Ticket #1741 ([with spkg] Build zlib with debug info) created by mabshoff
I have been looking for various problems in zlib that valgrind exposed. …
21:42 Ticket #1740 ([with spkg] Fix Pentium M detection for ATLAS BLAS) closed by mabshoff
fixed: Merged in Sage 2.10.alpha1. Cheers, Michael
21:05 Ticket #1740 ([with spkg] Fix Pentium M detection for ATLAS BLAS) created by mabshoff
There is a know problem with ATLAS BLAS that misdetects Pentium Ms as …
18:32 Ticket #1739 ([with patch] "Use of uninitialised value of size 8" in binary_code.pyx) created by mabshoff
When valgrinding binary_code.pyx I came across the following: […] The …
17:49 Ticket #1738 ([with patch] fraction field __pow__ doesn't handle negative exp. elegantly) created by jbmohler
Negative exponents put fraction field elements in the denominator of a …
09:40 Ticket #1737 ([with patch at #1833; needs review] ctl-c doesn't exit job in ...) created by wdj
The following paraterization of the Mobius strip takes a very long time …
09:23 Ticket #1277 ([awaiting confirmation] two further flint spkg problems) closed by mabshoff
fixed: This was fixed in the Sage 2.9.x time frame, as confirmed by Kate in …
06:59 Ticket #1717 ([with patch, with positive review] trivial fixes in the programming guide ...) closed by mabshoff
fixed: Both patches were applied in 2.10.alpha1. Cheers, Michael
06:54 Ticket #1729 ([with patch, positive review] disable password prompt on initial startup) closed by mabshoff
fixed: Merged in Sage 2.10.alpha1. Specifically I merged * …
04:40 Ticket #1736 ([with patch, positive review] sturm_bound() not working on spaces of cusp ...) created by AlexGhitza
This was part of #1612: the sturm_bound() method seems not to work […]
03:16 Ticket #1735 ([with patch] do not mark a spkg as installed if sage-check fails) created by mabshoff
If SAGE_CHECK is exported as a non-empty string we run spkg-check …
01:56 Ticket #1734 ([with patch, positive review] variable jmol translucency) created by robertwb
Currently it has only two settings, opaque and translucent. This allows …
00:51 Ticket #1733 ([with patch; positive review] notebook bug -- %foo (or anything else) in a ...) created by was
This is probably easy to fix in server/notebook/worksheet.py
00:24 Ticket #1732 ([with patch, with positive review] block matrix construction) created by robertwb
[…]
Note: See TracTimeline for information about the timeline view.