Timeline


and

12/15/11:

22:25 Ticket #12165 (Unexpected behavior with weighted graph) created by akm
This bug is about a non-obvious, wierd behavior when plotting a certain …
21:40 Ticket #12164 (graph subgraph_search does not return copy of subgraph) created by jason
Consider this example: […] The docs say that s should be a copy of …
19:36 Ticket #12163 (Missing digits in numerical_approx) created by slabbe
From …
19:34 Ticket #12162 (simplify_full for matrix) created by Shashank
A minor change to implement simplify_full for matrix.
18:17 Ticket #12161 (Make Sage App on Mac work right all the time on OS X 10.7 Lion, and OS X ...) created by kcrisman
[ http://ask.sagemath.org/question/740/app-installation-problem-on-mac-os-x- …
13:31 Ticket #12160 (Fix inconsistent comparison of Python and Sage floats with "nan".) created by SimonKing
We have […] The topic is related with #12149, but the code is …
11:40 Ticket #12159 (Placing triangulation and normal cones) created by vbraun
This ticket implements some more functionality for triangulations: * the …
03:00 Ticket #12158 (Segfault in PARI's err_init() during pari_init_opts()) created by vbraun
This segfault is on Ubuntu oneiric 11.10 32-bit with user authentication …
02:45 Ticket #12157 (Segfault in __Pyx_check_binary_version) created by vbraun
Sage 4.8.alpha4 doesn't start up on Ubuntu oneiric (11.10) but dies with …
01:42 Ticket #12156 (Pretty print LatexExpr directly) created by jdemeyer
An object of type LatexExpr should be pretty-printed as-is, that is …
01:07 Ticket #12131 ($SAGE_LOCAL/lib and lib64) closed by jdemeyer
fixed

12/14/11:

14:29 Ticket #11950 (Bug in topological_sort) closed by jdemeyer
fixed
14:28 Ticket #11961 (Fixes a bug in is_chordal -- two algorithms) closed by jdemeyer
fixed
14:28 Ticket #12108 (is_eulerian doesn't handle disconnected graphs properly) closed by jdemeyer
fixed
14:28 Ticket #12016 (parallelism in Sage: just use value of 'MAKE') closed by jdemeyer
fixed
12:07 Ticket #12155 (Bug when taking complement of bipartite graph.) created by fidelbarrera
Quick description: […] For more details please see discussion at …
05:45 Ticket #12154 (broken doctests in magma.py for integers in QQ and conversion of number ...) created by mstreng
A later patch at #12006 does everything this patch does, and more. Now …
00:35 Ticket #12153 (Make series of data available on sage_timeit return objects) created by nbruin
Since sage_timeit can already do repeats it may be useful to make all the …

12/13/11:

16:56 Ticket #12152 (Maxima fails to properly convert some floats to rationals) created by ddrake
From  https://groups.google.com/d/topic/sage-devel/JZ54xk51F-E/discussion : …
16:17 WikiStart edited by cassiew1
(diff)
16:16 WikiStart edited by cassiew1
(diff)
08:22 WikiStart edited by poteaux
(diff)
07:54 Ticket #12151 (Bug in global_integral_model for elliptic curves over number fields) created by johanbosman
[…]
07:50 WikiStart edited by georeg
(diff)
07:40 WikiStart edited by diop
(diff)
07:36 Ticket #12150 (upgrade defect() of a finite word) created by sstarosta
Update defect() method of a finite word to calculate the defect for …
07:32 WikiStart edited by lemaire
(diff)
07:29 WikiStart edited by poteaux
(diff)

12/12/11:

21:08 Ticket #12149 (float('nan')>1 crashes Sage.) created by was
The optimizations in #10314 ignored the fact that floating point numbers …
05:38 Ticket #12148 (random_digraph fails with ZeroDivisionError) created by vbraun
With default arguments the random_digraph method fails with a zero …
03:44 Ticket #12147 (Binary NTL Finite field elements can't coerce to GF(2)) created by jsrn
For Finite fields when an element also exists in a subfield it should …

12/11/11:

22:26 Ticket #12146 (hidden markov models: add option to sample/generate to specify the ...) created by was
It would be useful when using Monte Carlo techniques to do forecasting if …
16:01 Ticket #12145 (Ugly result for exponential integral) created by mjo
As reported in this sage-support thread: …
14:17 Ticket #12144 (better document a technical confusing point in the Hidden Markov Model ...) created by was
I was reading the Continuous Hidden Markov Model code and trying to …

12/10/11:

20:57 Ticket #12143 (PariError when creating a relative number field) created by culler
Please close as duplicate of #252 […] fails with PariError?: …
15:05 Ticket #12106 (Implement sage --rsyncdist) closed by jdemeyer
fixed
15:05 Ticket #12137 (Fix parallel building of Singular) closed by jdemeyer
fixed
15:05 Ticket #12139 (Disable parallel "make install" in MPIR spkg) closed by jdemeyer
fixed
14:57 Ticket #12142 (Speed up Pari finite field operations) created by johanbosman
Let us perform a simple addition of finite field elements that are …
14:12 Ticket #12141 (Implement finite algebras) created by johanbosman
Finite algebras over fields should be implemented. A finite algebra …
04:23 WikiStart edited by davideklund
(diff)
02:44 Ticket #12138 (Fix parallel building zlib) closed by jdemeyer
fixed
02:41 Ticket #12128 ("hg verify" is not a proper way to check whether there is an hg repo) closed by jdemeyer
fixed
02:40 Ticket #12057 (Upgrade R (r-project.org)) closed by jdemeyer
fixed
02:40 Ticket #11556 (Linear transformations, built from free module morphisms) closed by jdemeyer
fixed
02:40 Ticket #11526 (count_points() error for generic schemes. (includes patch)) closed by jdemeyer
fixed

12/09/11:

19:20 Ticket #12140 (Symmetric functions uses lrcalc in symmetrica and bug fix in skew Schur ...) created by zabrocki
This patch switches computations in symmetric functions from symmetric to …
14:12 Ticket #12139 (Disable parallel "make install" in MPIR spkg) created by jdemeyer
[…] New spkg: …
14:11 Ticket #12138 (Fix parallel building zlib) created by jdemeyer
See  http://sage.math.washington.edu/home/palmieri/misc/zlib-1.2.5.log
14:10 Ticket #12137 (Fix parallel building of Singular) created by jdemeyer
See …
12:04 Ticket #12136 (FVS function in DiGraph returns [0] instead of [] if already directed ...) created by fichtejo
I was wondering why the feedback vertex set method …
11:46 Ticket #12135 (Multiple loops handling in c_graph) created by brunellus
Sage handles multiple loops on one vertex inconsistently. […] Compare …
11:16 Ticket #12134 (is_planar(set_pos=True) doesn't work with small graphs) created by brunellus
[…] It is interesting that _triangulate raises NotImplementedError?. …
09:23 Ticket #12133 (New spkg for extended tables of prime factors) created by roed
Richard Brent has tables of prime factors of numbers of the form bk + 1 …
09:00 Ticket #12132 (Meta-ticket: add an implementation of Edixhoven's algorithm to Sage) created by johanbosman
A book on the computational aspects of Galois representations associated …
03:04 Ticket #12131 ($SAGE_LOCAL/lib and lib64) created by vbraun
Some distributions set up autotools to install libraries into …
02:54 Ticket #10967 (R breaks if SAGE_LOCAL undefined) closed by jdemeyer
wontfix
02:25 Ticket #879 ("sage -testall" should summarize all failures at the end of the run) closed by jdemeyer
worksforme
02:25 Ticket #3447 (sage -t foo gives wrong path to the file foo in the output) closed by jdemeyer
worksforme
02:24 Ticket #12104 (Cygwin import problem with randstate) closed by jdemeyer
duplicate
02:24 Ticket #11260 (ECL-11.1.1 fails to compile maxima on WIndows 7 / Cygwin 1.7.9) closed by jdemeyer
duplicate
02:23 Ticket #12065 (Failing doctest - R installation broken?) closed by jdemeyer
duplicate
02:21 Ticket #5352 (the valgrind log files in sage-doctest are written to $HOME/.sage instead ...) closed by jdemeyer
fixed
02:21 Ticket #12126 (Fix upgrading of boehm-gc package) closed by jdemeyer
fixed
02:21 Ticket #12122 (Add doctest to check sage_make_relative) closed by jdemeyer
fixed
02:21 Ticket #12111 (Bug in Integer.is_power_of) closed by jdemeyer
fixed
02:21 Ticket #12035 (`list_plot` should accept lists of complex numbers) closed by jdemeyer
fixed
02:21 Ticket #11799 (typo in tiny_integrals) closed by jdemeyer
fixed
02:21 Ticket #11735 (Bug in is_chordal) closed by jdemeyer
fixed
00:50 Ticket #12130 (CPLEX acquires maximal number of threads on system) created by fichtejo
The Cplex Backend (cplex_backend.pxd) allows CPLEX to invoke the maximum …

12/08/11:

19:17 Ticket #12129 (MPolynomial_libsingular.is_squarefree fails with linear factors) created by culler
[…] This may be related to an inconsistency in the Singular sqrfree …
14:11 Ticket #12128 ("hg verify" is not a proper way to check whether there is an hg repo) created by jdemeyer
From the root spkg-install: […] Unfortunately, this is a bad way to …
12:13 Ticket #12127 (fix comparison R == Z) created by fschulze
Two methods in schemes/generic/homset.py contain a comparison 'R == Z' …
03:34 WikiStart edited by jlopez
(diff)
03:31 Ticket #12126 (Fix upgrading of boehm-gc package) created by jdemeyer
See #11883. spkg: …

12/07/11:

16:48 Ticket #12125 (Integer factoring improvements) created by roed
This patch adds methods for factoring integers of the form bk + 1
12:38 WikiStart edited by fschulze
(diff)

12/06/11:

17:07 CygwinPort edited by kcrisman
(diff)
12:45 Ticket #12124 (Fix Eisenstein L-series precision) created by jdemeyer
The LCalc interface uses PARI/GP through strings. This is problematic for …
11:35 Ticket #12123 (Bug in convolution) created by kcrisman
[…] But the middle piece should be 3, not 6, apparently. See the …
09:32 Ticket #12122 (Add doctest to check sage_make_relative) created by jdemeyer
07:35 Ticket #12121 (floor/ceil can be very slow at integral values) created by dsm
Reported (in slightly different form) on …
05:19 Ticket #11933 (Fix qepcad doctests) closed by jdemeyer
fixed

12/05/11:

08:06 Ticket #8525 (mistake in docstring for R=Zp(3)'s R.plot method.) closed by jdemeyer
fixed
08:06 Ticket #12096 (Disable parallel "make install" in Python spkg) closed by jdemeyer
fixed
08:06 Ticket #12063 (EllipticCurve._pari_() should use .pari_curve()) closed by jdemeyer
fixed
08:06 Ticket #11987 (integrate returns divergent, maxima.integrate the correct result) closed by jdemeyer
fixed
08:05 Ticket #11782 (Bug in discriminant of polynomials over Z/nZ with n composite) closed by jdemeyer
fixed
08:05 Ticket #10292 (padics, precision, list() and printing) closed by jdemeyer
fixed
02:31 Ticket #12120 (Improve documentation of numerical_approx()) created by saraedum
In a class on computer algebra, students were surprised by the behavior of …

12/04/11:

14:30 Ticket #12119 (Replace remaining __getslice__ with functionality in __getitem__ (part 3)) created by aapitzsch
__getslice__ has been deprecated for a long time in Python. This …
14:03 Ticket #12118 (Fix parallel building of libgpg_error) created by justin
The build of libgpg_error can fail due to a race condition. This has …
05:35 Ticket #12117 (Bugfixes and improvements to Aurifeuillian factorization) created by roed
[…] This should produce a splitting, but instead it just returns a …

12/03/11:

20:43 Ticket #12116 (perfect_power for integers) created by roed
Currently there are two functions for testing whether an integer is a …
13:27 CygwinPort edited by kcrisman
(diff)
13:24 Ticket #12115 (New MPIR won't build on Cygwin) created by kcrisman
The recent MPIR versions can only be built shared OR static on Cygwin, not …
09:41 CygwinPort edited by kcrisman
(diff)
08:52 CygwinPort edited by kcrisman
(diff)
07:49 Ticket #12114 (Add minor clarification about using pylab to plot doc) created by kcrisman
See the discussion at …
07:44 Ticket #12113 (Add minor clarification about logs with bases other than e) created by kcrisman
See [ http://ask.sagemath.org/question/953/log-base-10 this …
07:36 CygwinPort edited by kcrisman
(diff)
05:06 Ticket #12112 (Update the prereq script) created by jdemeyer
1. Added a test for a C99 compiler, since some packages require that. 2. …
01:47 Ticket #12111 (Bug in Integer.is_power_of) created by roed
[…]
01:16 Ticket #12110 ([ARM] Singular 3-1-3-3.p1 doesn't compile as-is) created by Snark
The singular package in 4.8.alpha doesn't compile because it lacks a …

12/02/11:

21:59 CygwinPort edited by dimpase
(diff)
21:48 CygwinPort edited by dimpase
(diff)
20:49 Ticket #12109 (Function for faster evaluation of cyclotomic polynomials) created by roed
I've implemented a function for evaluating cyclotomic polynomials without …
20:46 WikiStart edited by roed
(diff)
20:10 CygwinPort edited by kcrisman
(diff)
19:59 CygwinPort edited by kcrisman
(diff)
14:28 Ticket #12108 (is_eulerian doesn't handle disconnected graphs properly) created by brunellus
Consider following: […] is_eulerian sees two components and refuses …
09:31 Ticket #12107 (animate: a*b, a+b broken some of the time) created by jhpalmieri
The _combine_kwds method for animations fails if xmin, xmax, ymin, …
01:48 Ticket #12106 (Implement sage --rsyncdist) created by jdemeyer
This is a script to create an rsyncable Sage tarball. The spkgs are …

12/01/11:

11:00 Ticket #12098 (Readline should depend on termcap) closed by jdemeyer
fixed
10:06 Ticket #12105 (RuntimeError: Segmentation fault with nth_root) created by lfousse
[…] Apply 12105.patch Download to the Sage repository.
08:57 CygwinPort edited by kcrisman
(diff)
08:53 Ticket #12104 (Cygwin import problem with randstate) created by kcrisman
I've encountered this too, but dimpase most recently on …
00:13 Ticket #12082 (spkg-install of extcode, sage_scripts should preserve timestamp) closed by jdemeyer
fixed: Thanks for the review.
00:13 Ticket #12055 (Upgrade PALP) closed by jdemeyer
fixed: Not sure why the need for $MV, $CP and the likes (who's idea was …
00:12 Ticket #9562 (Add M4RIE to Sage) closed by jdemeyer
fixed
00:12 Ticket #4260 (use LinBox as native matrix representation for dense matrices over GF(p)) closed by jdemeyer
fixed: Testing again on hawk…

11/30/11:

12:55 Ticket #5177 (Notebook keeps directories for deleted cells) closed by jdemeyer
fixed
12:45 Ticket #12097 (General clean-up of sage-make_relative) closed by jdemeyer
fixed
12:45 Ticket #12056 (sage -sdist/-bdist should use the current branch) closed by jdemeyer
fixed
12:44 Ticket #12012 ('make distclean' should clean up start.log, spkg/parallel_make.cfg) closed by jdemeyer
fixed
04:55 Ticket #12103 (Use MeatAxe as an optional back end for dense matrices over `GF(p^n)`, p ...) created by SimonKing
Sage has (or will soon have) fairly good implementations of dense matrices …
03:11 Ticket #12102 (Make bzip2 a standard (instead of base) package) created by jdemeyer
Now that we have support for gzipped Sage packages (#12602), we can easily …
02:40 Ticket #12100 (proof parameter not passed on when factoring polynomials over function ...) closed by jdemeyer
invalid: If you want a ticket to be closed, set its milestone to …
01:28 Ticket #5177 (Notebook keeps directories for deleted cells) closed by jason
fixed: Looks good to me. I applied a modified version to the flask notebook in …

11/29/11:

20:39 Ticket #12101 (infinite recursion with exp on sparse matrix) created by benjamin.peterson
[…] ---- Apply trac_12101-sparse-matrix-exp.patch Download.
08:05 Ticket #12100 (proof parameter not passed on when factoring polynomials over function ...) created by saraedum
Applying #9054 to sage 4.7.2 factorization does not work anymore in some …
07:02 Ticket #12099 (Improve initialization of categories for matrix spaces) created by nthiery
This is a followup to #119000. Here is an extract of the documentation of …
05:43 Ticket #12098 (Readline should depend on termcap) created by jdemeyer
Apply 12098_deps.patch Download to the SAGE_ROOT repository.
03:11 Ticket #12097 (General clean-up of sage-make_relative) created by jdemeyer
The attached patch essentially rewrites sage-make_relative. The new …
02:11 Ticket #12096 (Disable parallel "make install" in Python spkg) created by jdemeyer
The python spkg should not use parallel "make install". This is claimed …
02:03 Ticket #12055 (Upgrade PALP) closed by jdemeyer
fixed: positive review
02:03 Ticket #12086 (Do not include doc/en/reference/sage in sage spkg) closed by jdemeyer
fixed

11/28/11:

20:18 Ticket #12095 (integral_points missing solutions) created by dsm
As reported on …
19:15 Ticket #12094 (Upgrade Maxima to 5.24.0) created by mjo
I've successfully replaced the 'src' directory in the current …
11:34 Ticket #12063 (EllipticCurve._pari_() should use .pari_curve()) closed by jdemeyer
fixed: Thanks for the review. Doctests pass, no problem.
02:44 Ticket #12093 (Replace __getslice__ with functionality in __getitem__ in several files ...) created by aapitzsch
__getslice__ has been deprecated for a long time in Python. This …
01:22 Ticket #12092 (get doctest coverage of databases/stein_watkins.py to 100%) created by minz
Part of metaticket #12024. See also …

11/27/11:

09:33 Ticket #12091 (chained inequalities bug in add_constraint to MixedIntegerLinearProgram) created by dimpase
This ticket was originally started to address problems now dealt with in …
06:51 Ticket #12090 (Arrangements of pseudolines) created by ncohen
This module implements a class …
04:39 Ticket #12089 (Singular does not build on Cygwin - static libs problem) created by dimpase
Singular does not build on Cygwin because libkernel and libhtmlhelp are …
01:20 Ticket #12041 (Replace __getslice__ with functionality in __getitem__ in several files) closed by jdemeyer
fixed
01:20 Ticket #12079 (Two memory leaks in mpmath extension code) closed by jdemeyer
fixed
01:20 Ticket #12085 (Fix docstring in sage/crypto/boolean_function.pyx) closed by jdemeyer
fixed
01:20 Ticket #12087 (Clean up devel/sage/.hgignore) closed by jdemeyer
fixed

11/26/11:

09:22 Ticket #12088 (Make use of PALP for different dimensions) created by novoselt
In #12055 (replaced by #7071) Volker made several copies of PALP for …
07:54 Ticket #12087 (Clean up devel/sage/.hgignore) created by jdemeyer
There are lots of files in devel/sage/.hgignore which no …
07:36 Ticket #12086 (Do not include doc/en/reference/sage in sage spkg) created by jdemeyer
05:07 Ticket #11826 (coercing to the residue field of p-adic extensions) closed by jdemeyer
duplicate
05:07 Ticket #7929 (Pickling fails for some residue fields) closed by jdemeyer
duplicate
05:06 Ticket #11414 (CartesianProduct should return a list of tuples) closed by jdemeyer
duplicate
05:05 Ticket #12017 (Adds CoerceKey) closed by jdemeyer
invalid
05:05 Ticket #6124 (Bug in galois_group of a p-adic field extension) closed by jdemeyer
invalid
05:03 Ticket #1236 (tate pairings on elliptic curves -- add to sage) closed by jdemeyer
duplicate
05:02 Ticket #8274 (R's spkg-install needs a good overhaul.) closed by jdemeyer
duplicate
03:27 Ticket #11884 (Fix ECL so it builds on OS X Lion) closed by jdemeyer
fixed: Seems to work on all OS X systems, and Maxima also, so positive_review.
02:31 Ticket #5852 (Properly canonicalize $SAGE_ROOT) closed by jdemeyer
fixed
01:45 Ticket #12085 (Fix docstring in sage/crypto/boolean_function.pyx) created by jdemeyer
Needed for upgrade to Python 2.7.2 (#9958). There is a problem with the …
01:35 Ticket #12081 (Do not include doc/output in sage spkg) closed by jdemeyer
fixed
01:35 Ticket #12047 (numerical_integral(f, a, a) should always be zero) closed by jdemeyer
fixed
01:35 Ticket #11997 (fix a mistake in the docstring for lift_to_sl2z (etc.)) closed by jdemeyer
fixed
01:34 Ticket #11796 (inconsistency between 0.nbits() and 0.ndigits(base=2)) closed by jdemeyer
fixed
01:34 Ticket #11583 (Sagetex example has some nontrivial dependancy's) closed by jdemeyer
fixed
01:34 Ticket #9751 (Documentation for AdditiveMagmas' addition_table) closed by jdemeyer
fixed

11/25/11:

13:09 Ticket #12084 (Restores a test in sage/tests/french_book/number_theory.py) created by roed
Ticket #8334 inappropriately changed the following test in …
09:31 Ticket #12083 (Add a TikZ-tex output method for 2d and 3d polytopes) created by jipilab
I recently had to draw polytopes for my work. Many drawing tools already …
03:10 Ticket #12082 (spkg-install of extcode, sage_scripts should preserve timestamp) created by jdemeyer
In script, I also remove the symlinks "sage.bin", "sage_pari" and …
02:22 Ticket #12081 (Do not include doc/output in sage spkg) created by jdemeyer

11/24/11:

20:22 CygwinPort edited by dimpase
(diff)
20:21 CygwinPort edited by dimpase
observerd today… (diff)
03:45 Ticket #12080 (manin constant) created by wuthrich
My definition of the Manin constant of an elliptic curve E/Q is the …
02:44 Ticket #12079 (Two memory leaks in mpmath extension code) created by fredrik.johansson
The attached patch fixes two memory leaks triggered by repeatedly calling …

11/23/11:

12:59 Ticket #12078 (Add an example of SEE ALSO section in the dev-guide) created by hivert
See also …
11:59 Ticket #12077 (Improved residue fields and coercions for Zp and Qp) created by roed
This patch makes faster morphisms between p-adic rings and fields and …
11:19 Ticket #12076 (sage-location doesn't deal with packages after initialize_pkgconfig_files ...) created by mariah
sage-4.7.2 with optional package libogg-1.1.4.spkg installed. Now when I …
09:52 Ticket #12075 (Create callable matrices in function notation) created by kcrisman
In …[…]
06:43 Ticket #12074 (real nth root function) created by burcin
See sage-devel thread at: …
05:26 Ticket #12058 (Mercurial should not enable pager by default) closed by jdemeyer
fixed
05:26 Ticket #12052 (Some distance computations remained *slow*) closed by jdemeyer
fixed
05:25 Ticket #12049 (matrix_integer_dense.pyx: 'algorithn' instead of 'algorithm') closed by jdemeyer
fixed
05:25 Ticket #12022 (failing doctest in integer_vector.py (gale ryser theorem) / multiple ...) closed by jdemeyer
fixed
05:25 Ticket #12019 (doctest failure in linear_programming.rst (multiple correct solutions)) closed by jdemeyer
fixed
05:25 Ticket #11936 (image_type of galois_representation of EllipticCurve hangs on first call) closed by jdemeyer
fixed
05:25 Ticket #11650 (Make 'convert' the standard way to produce animated gifs (again)) closed by jdemeyer
fixed

11/22/11:

23:18 Ticket #12073 (MatrixGroup() or order() incorrect for G_2(F_3)) created by robharron
If I use the generators for the exceptional group G_2(F_3) in its natural …
14:20 Ticket #12072 (Wrap pynac ex.normal method) created by hivert
Title says all. This is a followup for #12068
08:46 WikiStart edited by mboratko
Added my name (mboratko) to the list (diff)
00:05 Ticket #12071 (Call `__init__` of base classes) created by SimonKing
Base classes are useful, and they are used. They would be even more useful …

11/21/11:

19:19 Ticket #12070 (Unavoidable DeprecationWarnings when calling piecewise functions) created by mjo
When using piecewise functions across modules, you can find yourself …
14:52 Ticket #12069 (fix doctesting of .sage files) created by jhpalmieri
Trac #9739 broke doctesting of .sage files (as in sage -t my_file.sage). …
14:50 Ticket #12068 (Numerator for symbolic expression shouldn't use maxima) created by hivert
The code for numerator is currently […] Using Pynac should be much …
13:52 WikiStart edited by hivert
Changed my affiliation (diff)
08:53 WikiStart edited by emil
(diff)
02:45 Ticket #12020 (bug in zero_matrix rewrite in matrix_space.py) closed by jdemeyer
fixed
02:45 Ticket #11963 (aspect ratio is not handled correctly in combined plots) closed by jdemeyer
fixed
02:45 Ticket #11924 (lazy_import_cache.get_cache_file doesn't work well if DOT_SAGE doesn't end ...) closed by jdemeyer
fixed
02:45 Ticket #11847 (unexpexted behavior of degree() with matrix ordering) closed by jdemeyer
fixed
02:08 Ticket #12067 (delete databases/bz2Pickle.py) created by rohana
Delete databases/bz2Pickle.py since it is not used anywhere in sage, …
01:59 Ticket #12066 (delete databases/gamma0wt2.py) created by rohana
Delete databases/gamma0wt2.py as it does not provide any real use without …

11/20/11:

08:59 Ticket #12065 (Failing doctest - R installation broken?) created by flint
I'm working with Sage 4.7.2 under Linux 2.6.39-gentoo-r3. …
08:01 Ticket #12064 (Update residue fields to use dynamic classes) created by roed
Changes sage.rings.residue_fields to use sage.structure.dynamic_class to …
07:03 Ticket #12063 (EllipticCurve._pari_() should use .pari_curve()) created by jdemeyer
[…]
02:09 Ticket #12062 (FiniteField_ntl_gf2e to Python) created by roed
In order to create dynamic classes with finite fields and use the category …
00:33 Ticket #12061 (Doctest interfaces/psage.py) created by ppurka
Towards completing #12024. ---- Apply only trac_12061.txt Download to …

11/19/11:

18:35 Ticket #12060 (Add formatting option to @interact slider value display) created by benjaminfjones
It would be useful if the slider object in an @interact could display it's …
17:14 Ticket #12059 (Make R work on FreeBSD) created by kcrisman
As the summary. See #8274 where Dave K. had some comments, and the …
14:08 Ticket #12058 (Mercurial should not enable pager by default) created by jdemeyer
The Mercurial spkg (#10594) created a file …
14:08 Ticket #12057 (Upgrade R (r-project.org)) created by vbraun
The current version of R (r-project) disables graphics if no X11 is …
09:14 Ticket #12056 (sage -sdist/-bdist should use the current branch) created by jdemeyer
It seems that sage -sdist does not work properly with branches: it …
07:51 Ticket #12055 (Upgrade PALP) created by vbraun
This ticket is about upgrading to PALP-2.0. The new spkg builds PALP …
04:46 WikiStart edited by kcrisman
(diff)
02:18 Ticket #12054 (crash in digraph.py) created by emil
I compiled 4.7.2 on the Live CD and got this error: sage -t -force_lib …

11/18/11:

17:12 Ticket #12053 (Ideals in p-adic rings) created by roed
Adds a new class for ideals in discrete valuation rings that improves …
06:08 Ticket #12052 (Some distance computations remained *slow*) created by ncohen
It turns out that we have a very fast code to compute the distances …

11/17/11:

10:14 Ticket #12051 (LLL algorithm not available for matrices over QQ or RR) created by dkrenn
Matrices over QQ or RR do not have an method LLL(...)
09:55 Ticket #12050 (matrix_integer_dense.LLL: parameters for algorithm NTL:LLL) created by dkrenn
We have the following lines in matrix_integer_dense.pyx starting at line …
06:51 Ticket #12049 (matrix_integer_dense.pyx: 'algorithn' instead of 'algorithm') created by dkrenn
Looking through the code of matrix_integer_dense.pyx I found …
06:04 Ticket #12048 (FiniteEnumeratedSet creates elements that don't inherit from Element) created by roed
[…]
05:26 Ticket #11916 (add numerical integration to reference manual) closed by jdemeyer
duplicate: See #12047 where I do this (I had to edit that file anyway and decided to …
04:11 Ticket #12047 (numerical_integral(f, a, a) should always be zero) created by jdemeyer
Currently, in sage-4.7.2: […] Mathematically, the integral should …
00:19 WikiStart edited by sydahmad
(diff)

11/16/11:

21:07 Ticket #12046 (Fix for numerator_ideal function) created by bleveque
K(0).numerator_ideal() currently returns a Value Error, but it should …
12:36 Ticket #11721 (Silent failures in matrix code) closed by jdemeyer
fixed
12:36 Ticket #12038 (Complex numbers can segfault if given bad input to the __init__ method) closed by jdemeyer
fixed
12:36 Ticket #12037 (`search_src` and friends shouldn't look in hidden files) closed by jdemeyer
fixed
12:36 Ticket #12036 (improve doctest coverage of gsl/interpolation.pyx from 0% to 100%) closed by jdemeyer
fixed
12:36 Ticket #12029 (Fast conversion of ClonableIntArray to list) closed by jdemeyer
fixed
05:50 Ticket #11784 (Add more sanity checks to FiniteField constructor) closed by jdemeyer
fixed
05:46 Ticket #12026 (root finding misses a root over QQbar) closed by jdemeyer
fixed
05:46 Ticket #11952 (Fix conversion Python -> PARI) closed by jdemeyer
fixed
05:06 Ticket #12045 (Add gsl/interpolation.pyx to the reference manual) created by kcrisman
As in the summary. See #12036 for background.

11/15/11:

22:30 Ticket #12044 (improve doctest coverage of algebras/free_algebra_quotient*: (add about 30 ...) created by was
Part of metaticket #12024.
08:17 Ticket #12043 (Hecke series for overconvergent modular forms) created by lauder
Computes to any required p-adic precision the characteristic series of the …
07:54 Ticket #12042 (Update the documentation how to use the VM image, especially to avoid ...) created by emil
* Please close (fixed) * With the last VM images there was a …
07:11 Ticket #12041 (Replace __getslice__ with functionality in __getitem__ in several files) created by aapitzsch
__getslice__ has been deprecated for a long time in Python. This …
02:37 Ticket #12040 (Lack of comparisons between polydic.ETuple and tuples and consequences) created by kohel
sage: P.<t> = PolynomialRing?(QQ) sage: F.<a> = FractionField?(P) sage: …
01:21 Ticket #9847 (Handle preset R_PROFILE or R_HOME variables) closed by jdemeyer
duplicate
01:21 Ticket #9408 (relativize in number fields is broken) closed by jdemeyer
duplicate
01:21 Ticket #6894 (Plot list of functions with different colors by default) closed by jdemeyer
duplicate
01:20 Ticket #11984 (Implement doctesting of .sws files) closed by jdemeyer
duplicate
01:19 Ticket #11554 (Fix for denominator_ideal function) closed by jdemeyer
wontfix
01:07 Ticket #12000 (block_matrix over cyclotomics fails) closed by jdemeyer
duplicate
00:55 Ticket #8239 (misleading teichmuller behaviour) closed by jdemeyer
fixed
00:55 Ticket #9562 (Add M4RIE to Sage) closed by jdemeyer
fixed
00:54 Ticket #4260 (use LinBox as native matrix representation for dense matrices over GF(p)) closed by jdemeyer
fixed: Works on OS X 10.4 PPC, so positive review.
00:50 Ticket #12039 (Doctest sage.categories.action) created by roed
Currently there are no doctests in this file. ---- Apply …
00:18 Ticket #12038 (Complex numbers can segfault if given bad input to the __init__ method) created by roed
The __dealloc__ method of sage.rings.complex_number.ComplexNumber
Note: See TracTimeline for information about the timeline view.