Timeline
10/31/11:
- 21:15 Ticket #11972 (avoid race conditions when creating directories) created by
- It is much better to create directories using […] than […] Doing it …
- 10:10 Ticket #11971 (get_memory_usage() doctest failure) created by
- Justin reports on sage-release: […]
- 07:48 Ticket #11970 (r-2.10.1.p4 may fail to configure with readline (BLOCKS Sage from building ...) created by
- I was having a hard time compiling sage on my ARM box : the R spkg, which …
- 04:27 Ticket #11587 (update Cremona's tables for Sage) closed by
- fixed
- 04:27 Ticket #11883 (fix boehm-gc so it builds on OS X Lion) closed by
- fixed
- 01:30 Ticket #11969 (Clean up top-level Makefile) created by
- Using && inside commands for pipestatus does not work. Therefore, in …
- 00:31 Ticket #11968 (bug in documentation of random_matrix) created by
- The very first example in the docstring for random_matrix says …
- 00:18 Ticket #11967 (os x 10.7 Lion -- Sage segfaults on startup when initializing GiNaC) created by
- (The problem has been solved -- see below -- though I haven't figured out …
- 00:04 Ticket #11966 (OS X 10.7 Lion: Maxima fails to build) created by
- (The home base for this ticket is the Lion ticket #11881.) See the …
10/30/11:
- 23:30 Ticket #11965 (OS X 10.7 Lion: Error building sage.misc.darwin_utilities extension) created by
- Building the sage.misc.darwin_utilities fails on OS X 10.7.2 with …
- 17:18 Ticket #11964 (MPIR: Use proper ABI name on Linux PPC64) created by
- This is a follow-up to #11896, where we introduced setting ABI also on …
- 14:37 Ticket #10200 (Catch Sphinx WARNING or ERROR) closed by
- wontfix: Closing this ticket as "wontfix" since Sphinx warnings can sometimes …
- 11:43 Ticket #11963 (aspect ratio is not handled correctly in combined plots) created by
- Using 4.7.2.rc0, I get the following behaviour: […] In 4.7.1 everything …
10/29/11:
- 08:33 Ticket #11962 (mpmath mpc won't coerce to ComplexNumber) created by
- Came across this working on #1173: […]
- 03:11 Ticket #11961 (Fixes a bug in is_chordal -- two algorithms) created by
- This ticket follows #11735, which fixes the bug reported by Jan on …
10/28/11:
- 16:40 Ticket #11960 (bug in matrix of frobenius when p = 3) created by
- The code for computing the matrix of frobenius when p = 3 does not seem to …
10/27/11:
- 15:29 Ticket #11959 (Remove the necessity to set SAGE_PARALLEL_SPKG_BUILD) created by
- The patches on this ticket remove necessity to set the environment …
- 09:02 Ticket #11958 (cplex needs another symbolic link) created by
- In order to get a current CPLEX to work with Sage, I had to add one more …
- 06:45 Ticket #11748 (ignore .DS_store files in root repo, scripts repo) closed by
- fixed
- 06:45 Ticket #11765 (Sage's 'pkg-config' directory should always be added to PKG_CONFIG_PATH) closed by
- fixed
- 03:08 Ticket #11957 (libSingular slower than Singular-via-pexpect) created by
- Basic arithmetic in libSingular seems to be slower than in Singular …
10/26/11:
- 18:43 Ticket #11956 (Mention trailing spaces in the Developer's Guide) created by
- As title. It wouldn't be bad to also make clear that one shouldn't use …
- 03:47 Ticket #11955 (%hide cells still show when printing) created by
- When reading a question on ask.sagemath I realized that %hide doesn't work …
10/25/11:
- 14:55 Ticket #11954 (improve the documentation of sage/misc/cython.py) created by
- Various functions in cython.py have no documentation. The attached patch …
- 11:28 Ticket #11953 (Upgrade optional package biopython to version 1.60) created by
- Biopython 1.60 was released in June, 2012. There are numerous enhancements …
- 04:45 Ticket #11952 (Fix conversion Python -> PARI) created by
- Conversion of a Python complex to PARI fails: […] Moreover, the …
- 02:13 Ticket #11951 (nth_prime is badly documented) created by
- 00:24 WikiStart edited by
- (diff)
10/24/11:
- 13:02 Ticket #11950 (Bug in topological_sort) created by
- There is a bug in topological_sort for digraphs: […] A correct answer …
- 12:42 Ticket #11949 (Gurobi Support !) created by
- Here it is ! It cost me several nights along with my first evening in …
- 09:42 Ticket #11948 (Fix numeric evaluation of error function) created by
- Because the argument is converted to float first, the error function …
- 09:04 QuantumDividedPowerAlgebra edited by
- (diff)
- 08:54 QuantumDividedPowerAlgebra created by
- 02:11 Ticket #11947 (Implement cardinality for polynomial quotient rings) created by
- Looks good and applies fine to 4.8.alpha4. All long tests in sage/rings …
- 01:47 Ticket #11946 (Change iteration order for finite field multiplicative_generator()) created by
- If K is a finite field implemented through PARI (the default if q > …
10/23/11:
- 23:23 Ticket #11945 (Throw exception instead of printing error in c_graph.pyx) created by
- The following text currently occurs in …
- 01:17 Ticket #11555 (Expand print representation of free module morphisms) closed by
- fixed
10/22/11:
- 18:23 Ticket #10358 (The sloane_find command is now completely broken) closed by
- fixed
- 13:59 Ticket #11923 (Graph Theory: Small fix on show3d for graphs) closed by
- fixed
- 13:55 Ticket #11099 (digraphs.RandomDirectedGNM) closed by
- fixed
- 13:55 Ticket #11846 (Independent set through Linear Programming (sometimes, it is faster !)) closed by
- fixed
- 13:54 Ticket #11917 (Memory leaks with LP Solvers) closed by
- fixed
- 13:54 Ticket #11944 (Update Graph.clique_maximum to use MILP) closed by
- fixed
- 13:54 Ticket #11928 (Update Graph.clique_number to use MILP) closed by
- fixed
10/21/11:
- 08:00 Ticket #11944 (Update Graph.clique_maximum to use MILP) created by
- This begins to be a joke, but there is a third method I had forgotten in …
- 07:28 Ticket #11943 (The category graph should comply with Python's method resolution order) created by
- Let C be a category. C.all_super_categories() starts with …
10/20/11:
- 22:55 Ticket #11942 (segfault on Graph().connected_component_containing_vertex('')) created by
- As title. […] Apply: 1. trac_11942.patch 1. …
- 22:18 WikiStart edited by
- (diff)
- 02:21 Ticket #11891 (NumberField(...).pari_polynomial() should return an integral polynomial) closed by
- fixed
- 02:21 Ticket #11869 (Horrible bug in number field conversion) closed by
- fixed
10/19/11:
- 11:52 Ticket #11812 (traceback with load and attach of .sage files) closed by
- fixed
- 11:52 Ticket #10275 (matrix output strangeness for cached methods) closed by
- fixed
- 11:52 Ticket #9992 (Python scripts try to run before Python is built.) closed by
- fixed
10/18/11:
- 13:14 Ticket #10505 (Round values returned by CPLEX when the variable's type is integer/binary) closed by
- fixed
- 12:47 Ticket #11941 (Solve and assumptions too aggressive with cube root of negative numbers) created by
- #6515 did a great job helping us start to catch some assumptions when we …
- 11:32 Ticket #7442 (Update scipy to the latest version (0.7.1)) closed by
- invalid: Somehow we are at scipy 0.9 now, so this ticket should be closed as …
- 11:25 Ticket #4194 (pylab plots cut off) closed by
- fixed: Indeed, this is now fixed.
- 06:58 Ticket #11940 (Support for Squareclasses, Quadratic Spaces, Quadratic Lattices) created by
- This package adds support for squareclasses and quadratic spaces/lattices …
- 03:22 Ticket #11939 (Notebook "ulimit -v" does not work) created by
- The ulimit -v argument does not do anything at all (I have not tested …
- 02:36 Ticket #11938 (FiniteField_givaro defined by Conway polynomials: conversion of elements ...) created by
- We have […] so one should implement this. Incidentally I did that, …
- 01:11 Ticket #11937 (Doctest fails in gap_reps.py when Kash is installed) created by
- The doctest in gap_reps.py […] fails by doctest -long when Kash is …
- 00:58 Ticket #11936 (image_type of galois_representation of EllipticCurve hangs on first call) created by
- In gal_reps.py we have […] as doctest. I always get a timeout in a …
- 00:51 Ticket #11935 (Make parent/element classes independent of base rings) created by
- At #11900 and …
10/17/11:
- 12:17 Ticket #11934 (Symbolic simplification error) created by
- I ran into this today with a real function. Sorry I don't have a shorter …
- 11:48 Ticket #11933 (Fix qepcad doctests) created by
- This patch fixes some doctest failures for the …
- 11:29 Ticket #11932 (Allow running Sage with a temporary DOT_SAGE directory) created by
- Version which deals with matplotlib issue: apply - …
- 08:52 Ticket #11931 (Fix all element classes should take the parent as first mandatory ...) created by
- Taken from Sets.ParentMethods?._element_constructor_from_element_class: …
- 07:12 Ticket #11930 (disallow non-smooth hyperelliptic curves, and let hyperelliptic curves ...) created by
- Hyperelliptic curves are smooth curves mathematically. These patches add a …
- 04:55 Ticket #11887 (cython.py: don't create .html and .c files when running compile_and_load) closed by
- fixed
- 00:59 Ticket #9811 (`sage -i ...` exits with 0, even if it is unable to install a package.) closed by
- fixed
- 00:59 Ticket #11929 (Implement quasi-symmetric functions) created by
- This feature is being implemented as part of #8899. There is a patch up …
- 00:58 Ticket #11885 (call function in sage.libs.mpmath.utils doesn't handle ...) closed by
- fixed
- 00:58 Ticket #11119 (ECL 11.1.1 fails on Cygwin) closed by
- fixed
- 00:58 Ticket #11914 (`sage -n` fails when current directory is $SAGE_ROOT/devel/sage) closed by
- fixed
- 00:57 Ticket #10195 (Occasional doctest failure in libs/fplll/fplll.pyx) closed by
- duplicate
- 00:50 Ticket #6210 (docs for the property option of graphs() should include a pointer to the ...) closed by
- fixed
10/16/11:
- 12:10 Ticket #11928 (Update Graph.clique_number to use MILP) created by
- As reported by Peter Mueller, the clique_number method should have …
- 09:11 Ticket #11882 (update readline to 6.2) closed by
- fixed
- 09:10 Ticket #10910 (Avoid nfinit while factoring polynomials) closed by
- duplicate
- 08:38 Ticket #11698 (Fix trivial typo in Sage devel guide) closed by
- fixed
- 08:38 Ticket #11343 (Disallow @ symbol in username because of TinyMCE problems) closed by
- fixed
- 08:11 WikiStart edited by
- (diff)
10/15/11:
- 22:38 Ticket #11927 (option degree_sequence for graphs) created by
- graphs() has an option deg_seq, which is not a pretty name (a newbie can …
- 10:33 WikiStart edited by
- (diff)
- 07:16 Ticket #11926 ("make" should run Sage once) created by
- In a multi-user environment, the user compiling Sage must run it at least …
10/14/11:
- 15:38 Ticket #11925 (Attach ignores inheritance of classes spread over distinct files) created by
- Suppose one has a file named aap.sage with the following contents: […] …
- 11:40 Ticket #11924 (lazy_import_cache.get_cache_file doesn't work well if DOT_SAGE doesn't end ...) created by
- The function get_cache_file in sage/misc/lazy_import_cache.py uses this …
- 11:15 Ticket #11923 (Graph Theory: Small fix on show3d for graphs) created by
- When showing graphs in 3d, the argument pos3d is received by show3d but …
- 07:28 WikiStart edited by
- (diff)
- 07:27 WikiStart edited by
- name dkrenn added (diff)
- 07:22 Ticket #11922 (extension of ZZ gives wrong generator) created by
- Generating an extension in the way below gives back the wrong generator. …
- 05:37 Ticket #11921 (Allow Sympy conversion sign/sgn) created by
- From [ http://groups.google.com/group/sage-support/t/592e98fcece39df1 this …
- 02:42 Ticket #10954 (Expose weight options in distance method) closed by
- fixed
- 02:41 Ticket #9858 (FLINT 1.5.0.p5's test suite fails to build with new GMP/MPIR) closed by
- fixed
- 02:41 Ticket #11367 (Rounding values, and inconsistencies in graph methods) closed by
- fixed
- 02:41 Ticket #8664 (Upgrade Sage's MPIR spkg to version 2.1.3) closed by
- fixed
- 02:40 Ticket #11896 (MPIR 2.x may fail to build on 32-bit operating systems) closed by
- fixed
10/13/11:
- 13:09 Ticket #11920 (Sympow needs to disable fused-multiply-add and should create datafiles) created by
- See #11226 and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48823. For …
- 08:52 Ticket #11919 (Issue when pickling a formal function) created by
- There is a problem in symbolic function pickling: […] The error was …
- 06:42 WikiStart edited by
- (diff)
- 05:36 Ticket #11918 (Sage should ship its Valgrind suppressions file, or not insist on its ...) created by
- As reported on the IRC, running sage --valgrind (alias `sage …
10/12/11:
- 07:17 Ticket #11917 (Memory leaks with LP Solvers) created by
- As reported on sage-support, there is(was) something dead wrong with the …
- 05:20 Ticket #11916 (add numerical integration to reference manual) created by
- Somewhat surprisingly, this function (numerical_integral) is not in the …
- 00:35 Ticket #11882 (update readline to 6.2) closed by
- fixed
- 00:35 Ticket #11742 (Implementation of class for cores) closed by
- fixed
- 00:35 Ticket #11560 (update sympy to 0.7.1) closed by
- fixed
- 00:34 Ticket #10155 (Implementation of the Cyclic Sieving Phenomenon) closed by
- fixed
- 00:34 Ticket #4260 (use LinBox as native matrix representation for dense matrices over GF(p)) closed by
- fixed
10/11/11:
- 06:42 Ticket #11915 (upgrade matplotlib to 1.1.0) created by
- 1.1.0 was released a few minutes ago. Among other things, matplotlib now …
- 04:44 Ticket #11914 (`sage -n` fails when current directory is $SAGE_ROOT/devel/sage) created by
- Traceback as follows: […] ppurka suggests prepending …
- 02:00 Ticket #10903 (Update Singular to 3-1-3-3) closed by
- fixed
- 01:12 Ticket #11913 (Notebook hang in ?? source display Trackback) created by
- In the notebook, looking at the source of some methods ends with a …
10/10/11:
- 23:24 Ticket #11760 ('sage-location' shouldn't "initialize" .pc (pkg-config) files more than ...) closed by
- fixed: Replying to leif: > P.S.: Thanks for reviewing this; triple X …
- 13:19 Ticket #8497 (bug in simplify_radical) closed by
- fixed
- 06:35 Ticket #298 (autotesting of examples) closed by
- wontfix
- 05:46 Ticket #11912 (Clarify simplify_radical and Maxima's radcan) created by
- We use Maxima's …
- 05:28 Ticket #11911 (Fix missing uniqueness of parents when unpickling libsingular polynomial ...) created by
- First session: […] Second session: […] That is fixed with the …
10/09/11:
- 13:43 Ticket #1385 (Re-organize number field element inheritance hierarchy) closed by
- invalid
- 09:00 Ticket #11910 (Connectivity of complete graphs) created by
- Fixes the problem reported at : …
- 04:11 Ticket #9389 (Bug in polynomials over residue fields (was: sage crashing when computing ...) closed by
- worksforme: Works for me with sage-4.7.2.alpha3.
- 03:51 Ticket #10141 (bug in printing trivial class groups (trivial to fix)) closed by
- worksforme: Fixed in sage-4.7.2.alpha3.
- 03:47 Ticket #5377 (weird output for trivial class group) closed by
- worksforme: Seems to be fixed in sage-4.7.2.alpha3.
- 03:42 Ticket #10730 (simon_two_descent -- reports points as being independent, but they are not) closed by
- duplicate
10/08/11:
- 18:34 CygwinPort edited by
- (diff)
- 18:33 CygwinPort edited by
- (diff)
- 15:22 Ticket #11909 (Merging fixes for PolyBoRi 0.7.1 into 0.8 spkg) created by
- After #11575 was positively reviewed the PolyBoRi 0.7.1 spkg was improved …
- 12:37 Ticket #11908 (Fix tree plotting again) created by
- I wrote some code that produces fairly nice-looking tree plots in #6747, …
- 11:15 Ticket #8886 (tutorial on Python object and classes) closed by
- fixed
- 11:14 Ticket #10163 (make doc-html sometimes hangs after having finished) closed by
- fixed
- 10:22 Ticket #11907 (Modify tutorials: no more 'examples' directory) created by
- All of the versions of the tutorial (en, fr, de, ru) …
- 02:39 Ticket #11901 (Fix more noise on MacOS X 10.4 PPC) closed by
- fixed: Thanks!
- 02:38 Ticket #11632 (conf.py in thematic_tutorials overwrites jsmath macros) closed by
- fixed
10/07/11:
- 13:24 Ticket #11906 (PolyBoRi 0.7.1 should obey some standard environment variables) created by
- It was discovered in #11575 that PolyBoRi's build system does not export …
- 12:11 Ticket #10719 (Symmetrica does not build on OpenSUSE 11.2 x86_64 and Ubuntu 11.10) closed by
- fixed
- 12:11 Ticket #10903 (Update Singular to 3-1-3-3) closed by
- fixed
- 12:11 Ticket #11339 (Refcounting for Singular rings) closed by
- fixed
- 12:11 Ticket #11856 (Raise an overflow error if the exponent of a multivariate polynomial flows ...) closed by
- fixed
- 12:11 Ticket #11870 (Lazy fields do not support abs()) closed by
- fixed
- 12:11 Ticket #11897 (Fix eigenmatrix doctest to work across all platforms) closed by
- fixed
- 12:11 Ticket #11903 (fast_callable doesn't know about natural log) closed by
- fixed
- 12:11 Ticket #9534 (add base method for permutation groups) closed by
- fixed
- 06:45 Ticket #11905 (Remove _splitting_field() from elliptic curves) created by
- sage/schemes/elliptic_curves/gal_reps.py has code to compute a splitting …
- 03:24 Ticket #11904 (Change default variable name for NumberField and NumberFieldElement -> ...) created by
- This should be fixed: […] The reason is: […] Note that the variable …
- 00:46 Ticket #11788 (Symmetrica fails to build under stricter gcc-4.6.x link rules) closed by
- duplicate
10/06/11:
- 17:53 Ticket #11903 (fast_callable doesn't know about natural log) created by
- Apparently fast_callable doesn't know that there is a C log function, for …
- 13:54 Ticket #11902 (Fan subdivision should check rays) created by
- The following should raise an error: […] Right now, you only fall on …
- 12:19 Ticket #11901 (Fix more noise on MacOS X 10.4 PPC) created by
- This is a follow-up to #7852 (and #11897). As …
- 04:40 Ticket #11757 (update M4RI to version 20110901 or later) closed by
- fixed
- 04:40 Ticket #11873 (Cannot compute p-adic absolute value of zero) closed by
- fixed
- 04:40 Ticket #11898 (Testing sage/misc/hg.py verbosely starts "less") closed by
- fixed
10/05/11:
- 13:54 Ticket #11900 (Serious regression caused by #9138) created by
- At …
- 05:19 Ticket #7494 (remove (or clean up) SAGE_ROOT/examples) closed by
- fixed
- 05:19 Ticket #11775 (Make pretty_print take multiple arguments) closed by
- fixed
- 05:18 Ticket #11896 (MPIR 2.x may fail to build on 32-bit operating systems) closed by
- fixed
- 01:35 Ticket #11899 (Add #long time at various places) created by
- Throughout Sage, there are a few doctests taking a very long time (more …
- 01:21 Ticket #11898 (Testing sage/misc/hg.py verbosely starts "less") created by
- With sage-4.7.2.alpha3, executing the command […] makes the doctest …
- 01:10 Ticket #8995 (@ sign in notebook username prevents TinyMCE from working) closed by
- duplicate
- 00:47 Ticket #11876 (Subfields should store embedding) closed by
- fixed
- 00:47 Ticket #11866 (zshell prompt) closed by
- fixed
- 00:47 Ticket #11825 (Sage crashes executing pari.setrand(0)) closed by
- fixed
- 00:47 Ticket #11804 (delta_qexp() fails in large characteristic) closed by
- fixed
- 00:47 Ticket #11324 (Bug in gale_ryser_theorem) closed by
- fixed
- 00:46 Ticket #10837 (Matrix and vector norms, condition number, over RDF/CDF) closed by
- fixed
- 00:46 Ticket #10802 (Singular values of matrices over CDF) closed by
- fixed
10/04/11:
- 21:46 Ticket #11897 (Fix eigenmatrix doctest to work across all platforms) created by
- Doctest for RDF matrix fails on some platforms by returning the negatives …
- 19:29 Ticket #11896 (MPIR 2.x may fail to build on 32-bit operating systems) created by
- MPIR fails to build on 32-bit operating systems running on …
- 13:40 Ticket #11895 (padic_ZZ_pX_CR_element is unhashable) created by
- Extensions of p-adic numbers seem to be unhashable, and this becomes a …
- 08:45 symbolics edited by
- (diff)
- 08:44 symbolics edited by
- (diff)
- 08:43 Ticket #11894 (problems with infinite sum) created by
- A recent post on the number theory list asked to compute the value of the …
- 08:16 WikiStart edited by
- change next release number (diff)
- 00:58 Ticket #11769 (Singular does not build on Ubuntu Oneiric) closed by
- duplicate
- 00:03 Ticket #11893 (Fix problems with doctesting non-library python files) closed by
- duplicate
10/03/11:
- 12:47 Ticket #11893 (Fix problems with doctesting non-library python files) created by
- This was supposed to be a follow-up to #9739, but it turns out it is …
- 09:48 Ticket #11892 (Extend singular_function to non-commutative polynomial rings by ...) created by
- #4539 provides g-algebras (non-commutative polynomial rings). However, …
- 07:52 Ticket #11891 (NumberField(...).pari_polynomial() should return an integral polynomial) created by
- Mostly, PARI only works with number fields defined by monic integral …
- 05:07 WikiStart edited by
- (diff)
- 01:40 Ticket #11890 (Sage cannot factor polynomials over number fields with unfactorable ...) created by
- Let K be a number field with a discriminant which cannot be factored. …
- 01:27 Ticket #11889 (Power series exp fails uninformatively when base ring has nonzero ...) created by
- […] There's no way of making this work in a mathematically meaningful …
10/01/11:
- 16:04 Ticket #11888 (Sage is missing the lambert_w function) created by
- Maxima returns solutions to some exponential equations in terms of the …
- 12:43 Ticket #11887 (cython.py: don't create .html and .c files when running compile_and_load) created by
- This ticket should fix for the problem discussed at …
Note: See TracTimeline
for information about the timeline view.

