Timeline
06/03/10:
- 22:43 Ticket #8968 (magma.Resultant() gives error) closed by
- wontfix: You have to do R.<x> = QQ[] first, which is the analogue of Magma's …
- 16:45 Ticket #9137 (Infinite konqueror windows when opening notebook) created by
- This is to make sage users aware of a bug that apparently exists in KDE …
- 15:09 Ticket #9136 (more named graphs) created by
- The …
- 13:58 WikiStart edited by
- (diff)
- 12:57 Ticket #9135 (sage-4.4.3.alpha3: os x ppc 10.4 -- error building pynac) created by
- […]
- 12:57 Ticket #9134 (sage-4.4.3.alpha3: os x ppc 10.4 -- error building pynac) created by
- […]
- 09:08 Ticket #9133 (sage-4.4.3.alpha2: pynac build failure on an itanium box (easy autoconf ...) created by
- […]
- 09:01 Ticket #9086 (LaTeX representation of negative symbolic fractions broken) closed by
- fixed
- 08:58 Ticket #9132 (.rej should not be in .hgignore) created by
- […]
- 08:47 Ticket #9004 (__cmp__ in sage/sets/set.py doesn't do what it's supposed to do.) closed by
- duplicate: This patch was still wrong, since it was backwards still. See #9121 …
- 08:34 Ticket #9037 (pynac fails to build on 64-bit OpenSolaris x64.) closed by
- fixed
- 08:34 Ticket #9116 (sage-4.4.3.alpha1 fails to build on OS X due to png library issue) closed by
- fixed
- 08:24 Ticket #9131 (sage-4.4.3.alpha2: OS X 10.4 PPC -- readline fails to build) created by
- […]
- 08:06 Ticket #9130 (Access to beta function) created by
- Although Maxima has the beta function, Sage doesn't: […] This *is* is …
- 06:00 Ticket #9129 (sqrt memory leaks) created by
- cf …
- 05:47 Ticket #9128 (Sphinx should be aware of all.py to find its links) created by
- Though sphinx is perfectly working with target in the local module he …
- 05:39 Ticket #9127 (BSD.py doctest failure due to timeout of Heegner index computation.) created by
- This failure seems remarkably close to #8749, which is closed as fixed, …
06/02/10:
- 22:11 Ticket #9126 (Symbolic arguments() method) created by
- Right now, the following works: […] However, we deprecated the …
- 21:33 Ticket #9093 (is_square broken for constant polynomials) closed by
- fixed
- 21:27 Ticket #9079 (fix bug in singular polynomial interface) closed by
- fixed
- 21:21 Ticket #8364 (Forward options like "solver" in all the functions using LP) closed by
- fixed
- 21:18 Ticket #8030 (Strong generating system returns heavy error for non transitive group) closed by
- fixed
- 21:13 Ticket #9125 (more examples of simplicial complexes: RP^n, CP^2, etc.) created by
- This patch adds more examples of simplicial complexes: real projective …
- 21:09 Ticket #9124 (h-vectors for simplicial complexes) created by
- This patch implements h-vectors for simplicial complexes.
- 21:09 Ticket #7694 (change pickle jar doctest to make it a bit more robust and flexible...) closed by
- fixed: Interestingly, I just looked in sage-4.4.3.alpha2, and this is already …
- 21:08 Ticket #9123 (implement Schur algebras and use them to determine irreducible characters ...) created by
- Schur algebras are used in the description of the representation theory of …
- 21:08 Ticket #9122 (conversions between simplicial and cubical complexes) created by
- This patch implements conversions between simplicial and cubical …
- 21:06 Ticket #9113 (sage-4.4.3.alpha1 -lpng blocker issue) closed by
- duplicate: I made a dupe of this: #9116
- 21:05 Ticket #8756 (random segfault in planarity.pyx test) closed by
- fixed: Merged into sage-4.4.3.alpha2
- 20:57 Ticket #8025 (artificially bump the version number of the scipy and scipy_sandbox spkg's) closed by
- fixed: I've bumped both spkg version numbers, as requested, for …
- 20:23 Ticket #9121 (sage-4.4.3.alpha1: set.py doctest failure) created by
- This test now fails in set.py: […]
- 19:55 Ticket #9120 (plot3d transformations don't respect variable names) created by
- If a transformation is applied to a plotting function, it may return a …
- 19:23 Ticket #9119 (Cython variables used then later declared) created by
- This patch takes care of a minor issue with variables being used, and then …
- 17:08 Ticket #9118 (utility for converting between different alphabets) created by
- For example, we would like to perform conversions between these alphabets: …
- 16:44 Ticket #9117 (allow Hill cipher to encrypt as MP or PM) created by
- See [ http://mvngu.wordpress.com/2010/06/02/hill-cipher-in-sage/ this blog …
- 16:25 Ticket #9116 (sage-4.4.3.alpha1 fails to build on OS X due to png library issue) created by
- 16:09 Ticket #3304 (Make cddlib a shared library) closed by
- fixed
- 15:23 Ticket #9115 (smart summing) created by
- We should extend the Sage sum function to call a magic method to handle …
- 05:39 WikiStart edited by
- (diff)
- 04:01 Ticket #9114 (Improve documentation of infinite polynomial rings) created by
- At #9108, it was reported that the doc tests for symmetric ideals time out …
06/01/10:
- 19:21 Ticket #9113 (sage-4.4.3.alpha1 -lpng blocker issue) created by
- On OS X we have: […] This was caused by some patch to get Sage to …
- 15:45 Ticket #9112 (adding maximum entry option to SemistandardTableaux()) created by
- Sage-4.4.2, combinat/tableau.py: Currently, the function …
- 14:53 Ticket #9111 (modular decomposition) created by
- Using the C code written by Thierry de Montgolfier and available there : …
- 12:17 Ticket #9110 (wrong documentation in EllipticCurve.change_weierstrass_model()) created by
- Typo in EllipticCurve?.change_weierstrass_model() documentation. See patch …
- 10:08 Ticket #9109 (Fast cython class for maps between finite sets.) created by
- The patch implements fast Cython classes for maps between finite sets. The …
- 08:16 Ticket #9108 (Mark long doctests in rings/polynomial/symmetric_ideal) created by
- Two doctests/examples in sage/rings/polynomial/symmetric_ideal.py …
05/31/10:
- 13:52 Ticket #9107 (Nested class name mangling can be wrong in case of double nesting) created by
- In the following class tree: […] The names are set to […] But […] …
- 12:06 Ticket #9106 (Wrong sphinx markup in UniqueRepresentation) created by
- There are some missing "::" and also some dandling hyperlinks. Apply only …
- 11:33 Ticket #9078 (random element in fraction fields broken, division by zero) closed by
- 09:13 Ticket #9105 (Improve the category primer and tutorial) created by
- The attached patch improves the category primer and tutorial, based on …
- 06:07 Ticket #9104 (_name is set too late when creating a combinatorial free module) created by
- This is a followup to #8882 In the __init__ of …
- 04:41 Ticket #9078 (random element in fraction fields broken, division by zero) closed by
- invalid
- 04:22 Ticket #9103 (ATLAS has modifications to upstream source) created by
- I believe the ATLAS package has modifications to the upstream source code, …
- 04:03 Ticket #9078 (random element in fraction fields broken, division by zero) closed by
- fixed: My fault. Latest version is correct. This can be closed.
05/30/10:
- 20:33 Ticket #9102 (Docstring improvements for strong generating systems of permutation groups) created by
- I put this together as a reviewer patch for a ticket that I thought needed …
- 20:12 Ticket #9101 (linbox reports "ERROR: BLAS not found!" on Solaris 10 SPARC (64-bit ...) created by
- == Hardware & associated software == * Sun Blade 1000 * 2 x 900 MHz …
- 18:36 Ticket #9100 (scipy is probably building part 32-bit on OpenSolaris x64 when SAGE64=yes) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 18:09 Ticket #9099 (Maxima fails to build on OpenSolaris x64, though ECL does.) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 18:02 Ticket #9098 (gap buillds 32-bit on OpenSolaris when SAGE64=yes) created by
- gap is building as a 32-bit application: […] Although it builds, the …
- 17:49 Ticket #9097 (c_lib in Sage library fails to build on OpenSolaris x64) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 11:52 Ticket #9096 (Fixes wrong sphinx markup :cls:) created by
- The file disjoint_union_enumerated_sets.py contains the following …
- 02:53 Ticket #9095 (Elliptic curve over function field heights) created by
- Code at http://wiki.sagemath.org/daysff/lfcn-bsd
- 01:45 Ticket #9094 (is_square and sqrt for polynomials and fraction fields) created by
- Implement is_square and sqrt for polynomials and fraction fields. Only …
- 01:37 Ticket #9093 (is_square broken for constant polynomials) created by
- […]
05/29/10:
- 21:43 Ticket #9092 (Make or adapt an expression editor) created by
- Well, I'm surprised I couldn't find any ticket about this. Perhaps I just …
- 19:22 Ticket #9091 (check_file() in latex.py spits out warnings every time) created by
- In sage/misc/latex.py the check_file() routine has a …
- 15:52 Ticket #9090 (Interactive matrix_viewer(...)) created by
- Adds an interactive matrix viewer to the notebook. Requires: #8758
- 13:21 Ticket #9089 (Graphics3dGroup __add__ modifies its arguments) created by
- In an attempt to optimize, in some cases the add method of …
- 12:47 Ticket #9088 (line3d does not take a tuple of points) created by
- Right now, this fails: […] since the copy of the input data is not …
- 12:30 Ticket #9087 (implement supersingular/ordinary testing for elliptic curves over finite ...) created by
- I have implemented methods is_ordinary() and is_supersingular() for …
- 11:44 Ticket #9086 (LaTeX representation of negative symbolic fractions broken) created by
- When the numerator of a (negative) symbolic expression happens to be 1 …
- 10:44 Ticket #3930 (Check to see if we should merge the bipartite matching code from Susan ...) closed by
- wontfix: Replying to ncohen: > Well, we now have a Python matching code …
- 04:24 Ticket #9085 (random_element fails for a cartesian product of fields) created by
- Victor Miller reports: […] Here is what is happening (certainly a …
- 01:46 Ticket #9084 (Move sage/gsl into libs directory.) created by
- 00:30 Ticket #9083 ('make distclean' fails to remove some files or directories.) created by
- Conventionally 'make distclean' removes all traces of a build process, …
- 00:28 Ticket #9082 (Some unnecessary files being modified) created by
- When one build sage, the modification times of the following 3 files are …
05/28/10:
- 23:34 Ticket #9081 (Transistion better between two halves of the developer's walkthrough) created by
- Discussions at Sage Days 21 suggest that the two halves of the walkthrough …
- 20:54 Ticket #9080 (add F-distribution support for RealDistribution) created by
- add the F-distribution to the supported distributions for …
- 17:47 Ticket #9079 (fix bug in singular polynomial interface) created by
- […] This is because the function _singular_init_ incorrectly defines …
- 15:47 Ticket #9038 (Typeset: Wrong charset for Greek characters) closed by
- wontfix: Replying to jason: > This is most likely a problem with the …
- 14:59 Ticket #9078 (random element in fraction fields broken, division by zero) created by
- Random element in fraction fields is broken. The current behavior is to …
- 14:01 Ticket #9077 (change sqrt to that it obeys the Lithinuania standard: sqrt(x) is x^3) closed by
- invalid: This is probably not going to work…
- 13:40 Ticket #9077 (change sqrt to that it obeys the Lithinuania standard: sqrt(x) is x^3) created by
- 13:12 Ticket #9076 (plot Arc of circle and ellipse) created by
- Implementation of arc plot This just wraps the matplotlib functionnality …
- 12:32 Ticket #8903 (update pynac to 0.2.0) closed by
- fixed: I merged in …
- 12:31 Ticket #8542 (Pynac should use a function pointer table) closed by
- fixed
- 12:28 Ticket #9052 (Hasse invariant for elliptic curves) closed by
- fixed
- 10:38 Ticket #9075 (sage.structure.sage_object.unpickle_all improvements) created by
- Improves the output of unpickling error to make it possible to reproduce …
- 10:32 WikiStart edited by
- (diff)
05/27/10:
- 22:33 Ticket #9074 (Expand latex support for combinatorial graphs via tkz-graph) created by
- Examples of recent progress at: …
- 20:57 Ticket #9073 (Handle multigraphs better in planarity) created by
- This is version 4.4.2 with #8756 applied. Previous versions without #8756 …
- 17:59 Ticket #9070 (implement chdir for matlab interface) closed by
- fixed: Looks great - merged into sage-4.4.3.
- 17:52 Ticket #9072 (implement chdir for matlab interface) closed by
- duplicate
- 17:52 Ticket #9071 (implement chdir for matlab interface) closed by
- duplicate
- 17:42 Ticket #9072 (implement chdir for matlab interface) created by
- 17:42 Ticket #9071 (implement chdir for matlab interface) created by
- 17:42 Ticket #9070 (implement chdir for matlab interface) created by
- 17:25 Ticket #9069 (weak popov form) created by
- Implement weak Popov form for a matrix over a rational function field k(t)
- 14:08 Ticket #9067 (boehm_gc (still) fails to build on Cygwin) closed by
- fixed: Looks good, and merged.
- 14:00 Ticket #9068 (remove redundant sgn function from quadratic_forms/extras) created by
- There is a sgn() function defined in sage/quadratic_forms/extras.py which …
- 11:51 CygwinPort edited by
- (diff)
- 11:45 CygwinPort edited by
- (diff)
- 11:41 Ticket #9067 (boehm_gc (still) fails to build on Cygwin) created by
- This has the same error as #7336.
- 08:49 Ticket #8942 (failing calculation with limit) closed by
- fixed: Replying to kcrisman: > This was fixed when we improved our …
- 08:03 Ticket #9066 (Improve documentation in shapes2.py) created by
- plot.plot3d.shapes2.py was a mess, including having several weird helper …
- 06:02 Ticket #9065 (Add support for facade parents) created by
- The goal of this tickets is to add support for facade parents; see: …
- 03:26 Ticket #6220 (create symbolic arg) closed by
- duplicate: This is a duplicate of #4498.
- 01:20 Ticket #9064 (remove p-adic matrix directory) created by
- There's a single file in matrix/padics and it is an empty init.py. …
05/26/10:
- 23:51 Ticket #9063 (wrong type for denominator) created by
- If you create a polynomial in one variable over a finite field and ask for …
- 21:45 Ticket #9062 (Add support for toric lattices) created by
- Toric lattices are ZZn's with distinction of their roles (in the …
- 16:08 Ticket #7337 (PolyBoRi fails to build on cygwin) closed by
- fixed: looks good
- 15:38 Ticket #9061 (Create an efficient SUM command) created by
- This *HAS* to be changed : […] With this new function : […] It …
- 15:37 Ticket #9060 (break symmetries in subgraph search) created by
- Useless, when looking for a triangle, to test both abc, bca, and cab. The …
- 15:34 Ticket #9059 (some shortcuts for "is_H-free" tests) created by
- Some useful tests : * is_even_hole_free * is_odd_hole_free * …
- 15:30 Ticket #9058 (Computing the k-core of a graph) created by
- This patch adds an option to the cores method, so that it returns both …
- 14:10 Ticket #9057 (Supporting elliptic curves over function fields and their L-functions) created by
- Sage currently cannot compute L-functions of elliptic curves over function …
- 13:29 CygwinPort edited by
- (diff)
- 07:26 Ticket #9056 (Add the category of SemiRings with an example : NonNegativeIntegers()) created by
- All is in the title, we want : […]
- 04:34 Ticket #9055 (Moving/cleaning enumeration functions for points on schemes) created by
- I think it would be sensible to move the functions …
- 04:21 Ticket #9054 (create a class for basic function_field arithmetic for Sage) created by
- One of the first things we learned at Sage Days 21: Function Fields, is …
- 01:41 Ticket #9053 (Sage's new generic HNF doesn't quite work right wrt the free modules code) created by
- The last output below should obviously be True, but it is False. […] …
05/25/10:
- 20:03 Ticket #8688 (extra parenthesis when typesetting fractions) closed by
- fixed
- 19:52 Ticket #8847 (pynac.pyx use double precision special functions instead of long double) closed by
- fixed
- 18:41 Ticket #9052 (Hasse invariant for elliptic curves) created by
- Creates a method to compute the Hasse invariant of an elliptic curve over …
- 18:15 Ticket #8780 (add the Cephes spkg to Cygwin) closed by
- fixed: I did what Jason Grout suggests above as a little referee patch, and …
- 18:08 Ticket #9050 (libntl.dll should be libntl.dll.a on Cygwin) closed by
- fixed
- 18:03 Ticket #8844 (add missing libraries to module_list for Cygwin (and Fedora, OpenSuSE, ...) closed by
- fixed
- 18:00 Ticket #8843 (fix c_lib on Cygwin) closed by
- fixed
- 17:55 Ticket #8257 (cygwin: gd-2.0.35.p4 fails to build) closed by
- fixed
- 17:45 Ticket #8782 (pari does not work under Cygwin) closed by
- fixed
- 17:44 Ticket #8907 (build Python with --enabled-shared) closed by
- fixed
- 17:38 Ticket #8845 (fix install_package in Cygwin) closed by
- fixed
- 17:27 Ticket #9051 (Fast function field arithmetic) created by
- Followup to #7585, which also did many, many other things. Wrapping …
- 16:10 CygwinPort edited by
- (diff)
- 15:54 CygwinPort edited by
- (diff)
- 15:54 Ticket #9050 (libntl.dll should be libntl.dll.a on Cygwin) created by
- This is so that Cygwin will find the shared library before it finds the …
- 13:37 Ticket #9049 (v4.4.1 bug in variety() over finite field extensions of Q?) created by
- I'm interested in computing the 0-dimensional variety of an ideal over …
- 12:59 Ticket #9048 (semicolon does not suppress output in the notebook) created by
- In the text version of Sage, var('x'); does not print anything. …
- 11:56 Ticket #9047 (Make sure there aren't unneeded/untracked files on spkg creation.) created by
- 05:02 Ticket #9046 (bug in collect and/or term ordering in symbolics) created by
- This seems a bug (note the instances of -x^2 and x^2): […]
- 01:26 Ticket #9045 (is_isomorphic bug (two generalized quadrangles over GF(5))) created by
- see …
05/24/10:
- 23:31 Ticket #8848 (the fast eval interpreters do not build on Cygwin) closed by
- fixed: This is really mind bending, but I'm convinced…
- 23:16 Ticket #8846 (fix partitions in Cygwin) closed by
- fixed
- 20:56 Ticket #9044 (Use mpmath for the erf() function) created by
- Appears the current erf() function is limited to 53-bit accuracy, while …
- 19:26 Ticket #8849 (the palp interface throws a (harmless?) OSError on Cygwin) closed by
- fixed: I added a referee patch that adds a comment explaining why this is done.
- 19:22 Ticket #8850 (Cython should link against BLAS instead of ATLAS on Cygwin) closed by
- fixed: looks fine and safe; it can't break anything.
- 19:19 Ticket #8852 (minor doctest fix in fast_eval.pyx for Cygwin) closed by
- fixed: This seems reasonably harmless. It's the result of getting 2.0000...0004 …
- 19:13 Ticket #8855 (sage-env needs to be updated for Cygwin) closed by
- fixed: Looks good.
- 19:11 Ticket #9043 (lcalc failing to build on OpenSolaris x64.) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 19:09 Ticket #8853 (fix M_PI_4 in complex_double on Cygwin) closed by
- fixed
- 18:42 Ticket #9042 (Cython fails to build on OpenSolaris x64) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 18:01 Ticket #9041 (python fails to build _socket on OpenSolaris x64, so pygments fails to ...) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 17:52 Ticket #9040 (fatal relocation error installing R on OpenSolaris x64 with gcc (OK with ...) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 17:37 Ticket #9039 (major error in E.sha().bound_kato() for E an elliptic curve) created by
- Does not check for primes of bad reduction at all!!
- 17:09 CygwinPort edited by
- (diff)
- 16:54 CygwinPort edited by
- (diff)
- 16:51 CygwinPort edited by
- (diff)
- 12:42 Ticket #9038 (Typeset: Wrong charset for Greek characters) created by
- Client: Ubuntu Karmic 9.10 with jsmath 3.5.9, jsmath-fonts 1.3-2, …
- 10:04 Ticket #9037 (pynac fails to build on 64-bit OpenSolaris x64.) created by
- The spkg-install of 'pynac' has: […] so obviously does not attempt to …
- 07:29 Ticket #9036 (Graph.canonical_label(certify=True, edge_labels=True) returns a name error) created by
- The method canonical_label() for Graph and DiGraph? does not take the …[…]
- 06:06 Ticket #9035 (add degree argument to univariate polynomial reverse() method) created by
- Attached patch adds a degree argument to the reverse() method of …
- 04:54 Ticket #9034 (flintqs builds as 32-bit despite SAGE64=yes on OpenSolaris x64) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 03:43 Ticket #9033 (Singular does not try to build 64-bit on OpenSolaris x64.) created by
- On a Sun Ultra 27 running OpenSolaris x64, Singular is not attempting to …
- 02:12 Ticket #9032 (no method numerical_approx for integers and rationals) created by
- […] The same holds for a=17/2 for example. Since n is a shortcut …
- 00:53 Ticket #9031 (algebraic_dependency with algorithm=fpLLL) created by
- The algebraic_dependency function currently calls Pari/GP. For big …
- 00:52 Ticket #9030 (rubiks is building part 32-bit and part 64-bit on OpenSolaris x64.) created by
- 'rubiks' has code to attempt to build it 64-bit, but that does not seem to …
- 00:34 Ticket #9029 (sympow is buiding 32-bit on OpenSolaris x64 even when SAGE64 is set to ...) created by
- When building 'sympow' on OpenSolaris, with SAGE64 set to yes, I see: …
05/23/10:
- 23:53 Ticket #9028 (Basic Stats - Standard Deviation) created by
- Fixes the calculation of standard deviation. Previously, sample standard …
- 22:45 Ticket #9027 (Explain Sage and tex interactions in the tutorial) created by
- There are a variety of ways to use latex in Sage, which often leads to …
- 17:14 Ticket #9026 (METATICKET Issues preventing 64-bit builds on various flavors of Solaris.) created by
- The following is list of the issues that are currently preventing Sage …
- 16:57 Ticket #9025 (PALP is building 32-bit on OpenSolaris - probably other platforms too.) created by
- Attempting a 64-bit build of Sage on OpenSolaris I noticed several files …
- 15:05 Ticket #9024 (tachyon is buiding 32-bit on OpenSolaris x64 even when SAGE64 is set to ...) created by
- 'tachyon' has a script called 'Make-arch' which has various architectures. …
- 13:59 Ticket #9023 (ghmm needs compiler flag -m64 when SAGE64 is set to "yes") created by
- The spkg-install has the usual dumb code for building 64-bit on OS X. …
- 12:23 Ticket #9022 (python fails to build _socket on OpenSolaris x64, so ipython fails to ...) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 12:22 Ticket #8929 (add new methods to permgroup) closed by
- invalid: I'm removing this, as (1) The present project to rewrite permutation …
- 10:27 Ticket #9021 (gdmodule not building on OpenSolaris x64.) created by
- == Build environment == * Sun Ultra 27 3.33 GHz Intel W3580 Xeon. Quad …
- 00:30 WikiStart edited by
- (diff)
05/22/10:
- 14:58 Ticket #9020 (random degrees for random_element()s univariate polynomial rings) created by
- Attached patch allows using a tuple as the degree argument when calling …
- 10:34 Ticket #9019 (Full doctest coverage for sage.categories.map) created by
- Apart from full doctest coverage for sage.categories.map, the patch …
- 09:31 Ticket #9018 (Better latex for quadratic fields) created by
- By default, things could print as a+b\sqrt{D}
- 08:46 Ticket #9017 (Use lowercase i for latex symbolic sqrt(-1)) created by
- 08:37 Changeset [17590:3df57988f7ce] by
- defaultTrac #9016: make some morphisms hashable
- 08:36 Ticket #9016 (make morphisms hashable) created by
- Attached patch makes morphisms hashable in a reasonably fast way by …
- 04:39 Ticket #9015 (typing `?` on the command line brings up IPython help) created by
- I was looking over the shoulder of a new user as he started Sage for the …
- 02:29 Ticket #9014 (Implement a repr_prod) created by
- As for linear combinaison, implement a method in misc 'repr_prod' to …
- 01:34 Ticket #9007 (iconv not building properly on OpenSolaris) closed by
- wontfix
05/21/10:
- 23:56 WikiStart edited by
- remove spammer accounts rjommy and jholiwel (diff)
- 14:19 Ticket #9013 (Fix graph.loops() to not return all edges) created by
- […] ...but... the Petersen graph is loop free…
- 13:14 Ticket #9012 (singular_decomposition fails on non-interreduced Gröbner basis) created by
- The docstring of …[…]
- 11:51 WikiStart edited by
- (diff)
- 09:48 Ticket #9011 (the numpy SVD decomposition docstring is wrong) created by
- I decided to actually look at the numpy SVD decomposition in preparation …
- 09:23 Ticket #9010 (Upgrade biopython package to 1.54) created by
- A new biopython package was released May 20, 2010.
- 09:17 Ticket #9009 (Mercurial is not building 64-bit with OpenSolaris with SAGE64=yes.) created by
- The title says it all. This should be a pretty easy one to solve: […] …
- 07:40 Ticket #9008 (Update zlib to latest upstream, and clean up spkg-install) created by
- The zlib package building 32-bit on OpenSolaris (see #7128), and has …
- 05:37 Ticket #9007 (iconv not building properly on OpenSolaris) created by
- The following problem is observed with Sage 4.4.2 […] I've tried …
- 05:12 Ticket #9006 (Segfault evaluating large degree polynomials (easy review)) created by
- sage: f = ZZ['x'](1000000 * [1]) sage: …
- 03:20 Ticket #9005 (Derangements) created by
- The current implementation in Sage for derangements is a wrapper for the …
05/20/10:
- 21:11 Ticket #9004 (__cmp__ in sage/sets/set.py doesn't do what it's supposed to do.) created by
- According to the comments in the code: ----- Compare self and …
- 17:04 Ticket #9003 (Doctest (or whatever???) failure on Mac OS X in free_module.py) created by
- On Mac PPC G4 with 10.4: […]
- 17:01 Ticket #9002 (Noise on PPC Mac in parametric_surface.pyx) created by
- With 4.4.2 on 10.4 on PPC G4: […]
- 13:37 Ticket #9001 (optional package database_cremona_ellcurve-20071019.p0.spkg causes test ...) created by
- […]
- 12:37 Ticket #9000 (sage notebook: change default interact color selector) created by
- People voted yes to the following: […]
- 12:06 Ticket #8999 (sage-4.4.2 test "groups/matrix_gps/matrix_group.py" fails on ...) closed by
- worksforme: […]
- 06:10 Ticket #8999 (sage-4.4.2 test "groups/matrix_gps/matrix_group.py" fails on ...) created by
- […]
05/19/10:
- 22:29 Ticket #8998 (galois_action on cusps has a bug) created by
- Ticket #5822 implemented the action of Galois on cusps. I think the …
- 19:47 Ticket #8996 (@ character is usernames is problematic) closed by
- duplicate
- 17:19 Ticket #8997 (riemann_roch_basis is implemented incorrectly in sage) created by
- See the file schemes/plane_curves/projective_curve.py, where it says …
- 16:58 Ticket #8996 (@ character is usernames is problematic) created by
- In http://groups.google.com/group/sage-support/t/2acd499a566efce1 a user …
- 16:35 Ticket #8995 (@ sign in notebook username prevents TinyMCE from working) created by
- See the thread by Dennis Watson here: …
- 10:21 Milestone sage-4.4.2 completed
- Just a little release on the way to sage-5.0
- 10:21 Ticket #8994 (Improve convolution support) created by
- We have convolution scattered in several places, including […] This …
- 09:48 Ticket #8993 (Representation of polynomial quotient rings in Singular) created by
- Currently there is no representation of univariate polynomial quotient …
- 03:26 Ticket #8992 (Coercion of univariate quotient polynomial rings) created by
- Consider the following setting: […] The gcd of the moduli is …
- 00:52 Ticket #8990 (update MPIR 1.2.2 license information as requested by upstream) closed by
- fixed
- 00:51 Ticket #8979 (spelling mistake in sage/gsl/ode.pyx) closed by
- fixed: Merged …
- 00:49 Ticket #8991 (Adjust developer walkthrough for two changes to mercurial queues syntax) closed by
- fixed
05/18/10:
- 17:30 WikiStart edited by
- (diff)
- 17:09 Ticket #8991 (Adjust developer walkthrough for two changes to mercurial queues syntax) created by
- […] are deprecated in newer versions of Mercurial (1.5) which some may …
- 14:46 Ticket #8990 (update MPIR 1.2.2 license information as requested by upstream) created by
- As description, let me just post the diff of the new SPKG.txt of the new …
- 02:08 Ticket #8989 (Add support for Fano toric varieties) created by
- This patch is a part of the following series adding support for cones/fans …
- 02:07 Ticket #8988 (Add support for toric varieties) created by
- This patch is a part of the following series adding support for cones/fans …
- 02:07 Ticket #8987 (Add support for rational polyhedral fans) created by
- This patch is a part of the following series adding support for cones/fans …
- 02:06 Ticket #8986 (Add support for convex rational polyhedral cones) created by
- This patch is a part of the following series adding support for cones/fans …
- 01:15 CategoriesRoadMap edited by
- (diff)
05/17/10:
- 22:24 Ticket #8985 (update COPYING.txt) created by
- I looked in COPYING.txt in SAGE_ROOT and it has: […] so it includes …
- 17:26 Ticket #8984 (Implementation of the Lenart--Postnikov alcove path crystal) created by
- This is an implementation of the Lenart--Postnikov alcove path model as …
- 06:15 Ticket #8983 (erf(0) should return 0) created by
- Currently it doesnt... […] ---- Apply: * …
- 04:33 Ticket #8982 (Fix jacobian for ode_solver example.) created by
- The jacobian used for the Van der Pol oscillator in the gsl/ode.pyx file …
05/16/10:
- 23:50 Ticket #8919 (documetation error in super_categories for Sets) closed by
- fixed
- 23:49 Ticket #8915 (improve documentation on combinat.dyck_words) closed by
- fixed
- 23:48 Ticket #8964 (Two small typos) closed by
- fixed
- 19:02 Ticket #8981 (Adding support for param attribute of GSL ode solver) created by
- Currently it isn't possible to pass parameters to a compiled function used …
- 17:50 Ticket #8980 (gac script hardcodes build path) created by
- […] Changing the bin path to the path given by pwd fixes the problem. …
- 09:57 Ticket #8979 (spelling mistake in sage/gsl/ode.pyx) created by
- There is a small spelling mistake in the ode documentation: The default …
- 06:09 Ticket #8978 (Sage doesn't build on (64bit) OpenSuse 11.2) created by
- There has been a recent report about Sage not building on (64bit) OpenSuse? …
05/15/10:
- 18:29 WikiStart edited by
- (diff)
- 18:16 Ticket #8977 (Bug in QuadraticForm.rational_diagonal_form()) created by
- The function rational_diagonal_form() fails in some quadratic forms. For …
- 16:54 Ticket #8976 (squarefree_part() fails on Python types) created by
- […]
- 14:25 Ticket #8975 (Methods missing for reducible root systems) created by
- The class sage.combinat.root_system.type_reducible.CartanType? is missing …
- 13:50 Ticket #8974 (Added eigenvalues, eigenvector, eigenspaces and minpoly to vector space ...) created by
- Added the functions eigenvalues, eigenvectors, eigenspaces and minpoly to …
- 09:01 Ticket #8973 (surf does not build (gcc 4.4.4)) created by
- The experimental spkg "surf-1.1" does not build with gcc-4.4.4. The …
- 08:46 Ticket #8972 (Inversion and fraction fields for power series rings) created by
- This ticket is about at least three bugs related with inversion of …
05/14/10:
- 15:54 Ticket #8971 (problem installing CBC with CPLEX support on osx 10.6) created by
- This error happens when trying to link Sage's CBC spkg to CPLEX on OSX …
- 14:30 Ticket #8808 (upgrade ecl from 10.2.1 to 10.4.1) closed by
- invalid
- 13:57 Ticket #8970 (conversion of integer mods to Gap) created by
- The code to convert elements of integer mod rings into Gap elements is …
- 13:43 Ticket #8969 (problems with maxima inequalities) created by
- 'Sage Version 4.4.1, Release Date: 2010-05-02' mac 10.4 32 bit running on …
- 11:31 Ticket #8968 (magma.Resultant() gives error) created by
- […]
- 11:28 Ticket #8967 (Make extensions of general rings work in the same way as they do for ...) created by
- […] and […] The patch solves both these problems, and provides a …
- 11:18 Ticket #8966 (Polynomial reduce causes segmentation fault) created by
- […]
- 11:01 Ticket #8965 (decorate.py: clarify normalize_input, Parallel and parallel) created by
- Clarify documentation and add some doctests. Apply: 1. …
- 08:57 Ticket #8964 (Two small typos) created by
- Here are two small typos in misc/misc.py
- 08:32 Ticket #8963 (Make tableau row_stabilizer return group of perms involving all elements ...) created by
- The row_stabilizer method of a tableau ignores elements of the tableau …
- 08:29 Ticket #8962 (Change realfield latex representation to include precision/rounding ...) created by
- This patch changes the RealField? latex representation to be …
- 04:27 Ticket #8961 (zope.testbrowser is included in sagenb but is no longer required) created by
- zope.testbrowser is no longer needed by sagenb but is still listed as a …
- 02:27 Ticket #8960 (doctest coverage for real_mpfr.pyx) created by
- This patch works on doctest coverage. Apply: 1. …
05/13/10:
- 19:22 WikiStart edited by
- link to trac guideline in the Sage standard documentation (diff)
- 02:05 Ticket #8959 (interact layouts with arbitrary html) created by
- The layout argument of an interact should also accept a string, maybe a …
- 00:28 Ticket #8645 (maxima package fails to install ECL library) closed by
- invalid
05/12/10:
- 16:05 Ticket #8958 (Extend/clarify/normalize the conventions for Python/Cython docstrings) created by
- The section of the Developer's Guide on conventions for …
- 15:52 Ticket #8601 (Bug in vector reduction) closed by
- fixed
- 15:51 Ticket #8946 (Sage 4.4.2.alpha0: doctest failures in calculus/riemann.pyx due to #8479) closed by
- fixed
- 15:49 Ticket #8804 (Bring plot/plot3d/parametric_surface.pyx to 100% doctest coverage) closed by
- fixed
- 15:48 Ticket #8892 (Many doctests fails since the update of NetworkX !) closed by
- fixed
- 15:47 Ticket #8640 (Add BipartiteGraph to the documentation) closed by
- fixed
- 15:46 Ticket #8819 (warnings in building documentation of Sage 4.4.2.alpha0) closed by
- fixed
- 15:45 Ticket #7936 (Calculus constructions mix explicit calls to maxima) closed by
- fixed: Merged …
- 15:43 Ticket #8944 (32 vs. 64 bit issues in matrix1.pyx) closed by
- fixed
- 11:17 Ticket #8957 (Word problem broken for matrix groups) created by
- The method "word_problem" in the matrix groups class is broken in two …
- 08:45 Ticket #8956 (Fix notebook help on auto-evaluation) created by
- Apparently, #auto should be %auto now. But the help page for the notebook …
- 03:44 Ticket #8955 (random_matrix(GF(2),2,1) always returns all 1 matrix) created by
- Reported by Roberto Nóbrega on [sage-devel]: […]
05/11/10:
- 23:52 Ticket #8954 (Implementation of the affine nilTemperley Lieb algebra of type A) created by
- 18:38 Ticket #8953 (Perfect graph recognition algorithm) created by
- Costly, but nice enough for small graphs :-) requires #8927
- 17:24 Ticket #8952 (Odd Girth) created by
- Add a function to compute odd girth of a graph G. Apply: 1. …
- 14:01 Ticket #5400 (conversion error) closed by
- fixed: Close as fixed: […]
- 13:53 Ticket #5605 (Construct Color objects using hsl and hsv values) closed by
- fixed: Close as fixed: […]
- 13:49 Ticket #5604 (average Color objects when adding them together) closed by
- fixed: This looks like fixed, but the averaging operator "+" is binary: […] …
- 13:39 Ticket #5603 (make a .mix() method for Sage color objects) closed by
- fixed: Close as fixed: […]
- 13:38 Ticket #8951 (Clear /tmp/ECL* after building on Solaris + sort out minor SAGE64 issue.) created by
- As reported here …
- 13:35 Ticket #5602 (make .lighter() and .darker() methods for Sage Color objects) closed by
- fixed: Close as fixed: […]
- 13:13 Ticket #7340 (cayley_table has a syntax error) closed by
- fixed: Close as fixed by #7555: […]
- 08:51 Ticket #8950 (new function for sage.calculus.desolve module) created by
- I've done a new function, named desolve_numerical, that solves a system of …
- 01:18 Ticket #8949 (symbolic functions dont work with numpy.int32) created by
- […]
05/10/10:
- 23:29 Ticket #8948 (add thin space between vector entries) created by
- This patch adds a thin space between vector entries, which helps …
- 23:25 Ticket #8947 (pretty printing of vectors over callable symbolic rings) created by
- This patch makes vectors of callable symbolic rings print nicer, in the …
- 22:16 Ticket #8449 (real_part? has an unescaped \r) closed by
- fixed: Merged in this order: 1. …
- 20:31 Ticket #8946 (Sage 4.4.2.alpha0: doctest failures in calculus/riemann.pyx due to #8479) created by
- This was reported on …
- 20:28 WikiStart edited by
- blockers for Sage 4.4.2 (diff)
- 19:51 WikiStart edited by
- (diff)
- 19:50 WikiStart edited by
- (diff)
- 10:01 Ticket #8945 (Cremona labels messed up) created by
- It's possible to create elliptic curves over QQ by giving a Cremona label, …
- 04:01 Ticket #8944 (32 vs. 64 bit issues in matrix1.pyx) created by
- From this [ http://groups.google.com/group/sage-devel/msg/dbe5b953a06d1f39 …
- 03:38 Ticket #8940 (doctest failures in sagedoc.py) closed by
- invalid: This is invalid due to the report at this …
- 02:42 Ticket #8943 (RuntimeError with series) created by
- The function *series* can not give the power series expansion of …
- 02:32 Ticket #8942 (failing calculation with limit) created by
- In all three calculations below, the first result is false, whereas in a …
05/09/10:
- 22:37 Ticket #8941 (_latex_ and origin for lattice polytopes) created by
- This patch adds two simple functions to LatticePolytope class for pretty …
- 18:09 Ticket #8940 (doctest failures in sagedoc.py) created by
- Here's the failure on sage.math, when building Sage 4.4.2.alpha0 from …
- 15:52 Ticket #8939 (matrix classes for flint polynomials) created by
- Attached patch adds templated matrix classes for FLINT's fmpz_poly and …
- 13:46 Ticket #8938 (Multivariate polynomials can be incorrectly formatted in LaTeX) created by
- […] Apply: 1. …
05/08/10:
- 22:00 Ticket #8937 (Implementation of AES with different key sizes) created by
- This class implements the full Advanced Encryption Standard, as described …
- 21:24 Ticket #8936 (Expose facet inequalities for lattice polytopes) created by
- While lattice polytopes compute and store facet normals and shifts …
- 21:17 Ticket #8914 (categories/sets_cat.py in an_element docstring) closed by
- fixed
- 21:16 Ticket #8912 (documentation error in pseudo_order for finite monoid element) closed by
- fixed
- 21:16 Ticket #8917 (Documentation in Magmas product_from_element_class_mul) closed by
- fixed
- 21:15 Ticket #8832 (CombinatorialFreeModule doesn't properly coerce scalar during action) closed by
- fixed
- 18:14 Ticket #8935 (update README.txt to reflect support for Mac OS X 10.4.x) closed by
- fixed
- 17:48 Ticket #8841 (os x 10.4 -- sage-4.4.1 doesn't start up) closed by
- invalid: Closing this ticket as invalid. See #8935 to update README.txt to reflect …
- 17:47 Ticket #8935 (update README.txt to reflect support for Mac OS X 10.4.x) created by
- As the subject says. This is a follow-up to #8841. See this …
- 15:14 Ticket #8866 (preparse vector-valued functions and derivatives) closed by
- fixed
- 15:13 Ticket #8479 (numpy support for more basic functions) closed by
- fixed: Merged …
- 15:11 Ticket #8459 (broken translation of polylog from Maxima) closed by
- fixed: Merged in this order: 1. …
- 15:11 Ticket #8934 (Trivial bug in computing faces of non-full-dimensional lattice polytopes) created by
- Currently computing faces of a non-full-dimensional lattice polytopes …
- 15:09 Ticket #8237 (Sage does not recognize Maxima's complex infinity) closed by
- fixed: Merged …
- 15:08 Ticket #8174 (maxima_methods wrapper for symbolic expressions) closed by
- fixed: Merged …
- 15:07 Ticket #6949 (add symbolic max and min functions) closed by
- fixed: Merged …
- 15:05 Ticket #5405 (create a decorator for adding default keyword arguments to a function) closed by
- fixed: Merged …
- 15:03 Ticket #8719 (convert RDF/CDF matrices to numpy) closed by
- fixed
- 15:02 Ticket #8301 (segfault in m4ri) closed by
- fixed: Merged …
- 15:00 Ticket #8859 (bidirectional_dijkstra does not handle vertex labels properly) closed by
- fixed
- 14:58 Ticket #8798 (Duplicate version of feedback_arc_set and feedback_vertex_set) closed by
- fixed: Merged …
- 14:55 Ticket #8827 (Cache heights of points on elliptic curves) closed by
- fixed
- 14:54 Ticket #8816 (Bug in CPS_height_bound documentation) closed by
- fixed
- 14:53 Ticket #8815 (Misc elliptic curve typo fixes (easy review)) closed by
- fixed: Merged …
- 14:52 Ticket #8814 (Remove redundant checks for elliptic curve group structure) closed by
- fixed
- 14:51 Ticket #8916 (documentation error in cardinality for Enumerated Sets) closed by
- fixed
- 14:50 Ticket #8805 (Bring doctest for sage/functions folder to 100%) closed by
- fixed: Merged in this order: 1. …
- 14:49 Ticket #8786 (graph.py: autogenerated broken links to Wikipedia) closed by
- fixed: Merged in this order: 1. …
- 14:47 Ticket #8789 (Improve doctest coverage of modules/free_module_element.pyx) closed by
- fixed: Merged in this order: 1. …
- 14:46 Ticket #8587 (get rid of annoying warning in vector_space_dimension()) closed by
- fixed: Merged …
- 14:44 Ticket #8877 (New methods in partitions) closed by
- fixed: Merged …
- 14:43 Ticket #8875 (Problem with Set created from iterator) closed by
- fixed: Merged …
- 14:42 Ticket #8882 (Cleanup Combinatorial Free module) closed by
- fixed: Merged …
- 14:39 Ticket #6655 (Cleanups and new features about corners and cells in partition and tableau) closed by
- fixed: Merged in this order: 1. …
- 14:37 Ticket #8856 (Reinstate cached one in algebra_with_basis) closed by
- fixed
- 14:36 Ticket #8861 (sagenb-0.8.p1.spkg: broken dependencies, requires internet conn. to build) closed by
- fixed
- 14:35 Ticket #8865 (FractionFieldElement.__call__ doesn't handle keyword arguments) closed by
- fixed
- 14:34 Ticket #8874 (Matrices are missing a is_skew_symmetric method) closed by
- fixed
- 14:31 Ticket #8818 (Infinite loop in ZZ.range()) closed by
- fixed
- 14:12 Ticket #8933 (Add submodule and quotient in ModuleWithBasis) created by
- Patch in progress in sage-combinat queue.
- 10:33 WikiStart edited by
- (diff)
- 10:33 WikiStart edited by
- (diff)
- 10:30 WikiStart edited by
- (diff)
- 08:51 Ticket #8932 (Shortest circuit in digraphs) created by
- * Update the multiflow method * replace topological_sort to use Sage …
- 00:41 Ticket #8931 (desolve fails when assumptions required) created by
- I want to solve f/f=k with k in R […] and sage keeps answering : …
05/07/10:
- 22:34 Ticket #8930 (Deprecate EnumeratedSet) created by
- EnumeratedSet is not used, redundant with Set and confusing …
- 13:52 Ticket #8929 (add new methods to permgroup) created by
- - changed is_transitive() to accept options for domain - added: …
- 13:51 Ticket #8928 (Infinite loop caused by Modules.ElementClass.__mul__) created by
- There is currently an infinite loop which seems to be a result of …
- 13:39 Ticket #8927 (is_triangle_free) created by
- Tests whether a graph is triangle-free requires #8922 Nathann
- 13:32 Ticket #8926 (Family cannot completely handle a class as an argument) created by
- […]
- 13:29 WikiStart edited by
- just adding myself to the page (diff)
- 13:00 Ticket #8925 (__call__ for categories sets / enumeratedsets) created by
- From sets_cat.py: […] Also EnumeratedSets().__call__(...) …
- 12:23 Ticket #8924 (Comparison between Sage and mpmath numbers is broken) created by
- Comparison between Sage and mpmath numbers works with mpmath numbers on …
- 12:12 Ticket #8923 (CompleteMultipartiteGraph generator) created by
- Here is a patch adding a constructor for this family ! 10 lines :-) …
- 11:58 Ticket #8922 (induced subgraph search) created by
- This patch add to Sage the method Graph.induced_subgraph_search which …
- 11:39 Ticket #8921 (Extend cross product to 7d) created by
- The cross product is defined for 7D, this patch allows for that …
- 10:22 WikiStart edited by
- (diff)
- 10:04 Ticket #8920 (Factor code between words's alphabets and sets/enumerated sets/ordered ...) created by
- Create a class TotallyOrderedFiniteSet in sage.sets. Delete the …
- 09:54 Ticket #8919 (documetation error in super_categories for Sets) created by
- There is a hanging parens. […] A patch is coming.
- 09:48 Ticket #8918 (Strange behavior for Permutation()) created by
- See these examples: […]
- 09:26 Ticket #8917 (Documentation in Magmas product_from_element_class_mul) created by
- […] Not all examples display as code. Patch is coming soon.
- 09:14 Ticket #8916 (documentation error in cardinality for Enumerated Sets) created by
- The word NotImplementedError? is latexed but it shouldn't be: […]
- 09:08 Ticket #8915 (improve documentation on combinat.dyck_words) created by
- documentation in several functions are missing description […] Apply …
- 09:03 SageCombinatRoadMap edited by
- (diff)
- 09:02 Ticket #8914 (categories/sets_cat.py in an_element docstring) created by
- self appears by latex instead of code. […]
- 08:10 Ticket #8913 (S.cayley_graph(side = "twosided") returns broken labels) created by
- This patch reinstates appropriate labeling of the edges for two sided …
- 07:56 Ticket #8912 (documentation error in pseudo_order for finite monoid element) created by
- the word self is latexed in the first line of the documentation string, …
- 06:47 Ticket #8911 (Categorification of Crystals) created by
- This patch let the crystal code use the category framework New crystal …
- 05:09 SageCombinatRoadMap edited by
- (diff)
- 05:02 SageCombinatRoadMap edited by
- (diff)
- 05:02 Ticket #8910 (Have CombinatorialClass inherits from Parent) created by
- This is the first step of the cleanup of the combinatorial classes see …
- 05:01 SageCombinatRoadMap edited by
- (diff)
- 05:00 SageCombinatRoadMap edited by
- (diff)
- 03:58 Ticket #8909 (Coercion from Gap to cyclotomic fields; usage of GAP to improve ...) created by
- When coercing from GAP to a cyclotomic field, it was assumed that the …
05/06/10:
- 10:58 Ticket #8908 (Add the Young subgroup method to symmetric groups) created by
- To every composition is associated a Young subgroup. This method returns …
- 10:35 CygwinPort edited by
- (diff)
- 10:14 CygwinPort edited by
- (diff)
- 10:10 Ticket #8907 (build Python with --enabled-shared) created by
- This is needed by #8542 . There is an spkg at …
- 09:02 Ticket #6487 (Plethysm with the zero symmetric function causes a segfault) closed by
- invalid: I'll mark this as invalid then.
- 07:07 Ticket #8906 (Optional package for gap3) created by
- Here is an spkg wich contains a patched version of gap3 that compiles on …
- 05:19 Ticket #8905 (Memory leak in echelon over QQ) created by
- Apparently there is a memory leak in Sage-4.4 when one echelonizes a …
- 05:01 Ticket #8904 (libsingular: memory leak in Matrix.act_on_polynomial) created by
- There is a memory leak that occurs when mapping a multivariate polynomial …
05/05/10:
- 21:08 Ticket #8903 (update pynac to 0.2.0) created by
- A new pynac package with several critical fixes is available here: …
- 19:30 Ticket #8902 (Subsets element construction is broken) created by
- […] The attached patch fixes this.
- 18:14 Ticket #8901 (negative integers in IntegerVectors()) created by
- IntegerVectors?() seems to only include vectors with positive integer …
- 16:41 Ticket #8900 (Implement multiparameter overloaded functions, with explicit registration) created by
- 16:39 Ticket #8899 (Implement non commutative symmetric functions) created by
- This patch includes quasi symmetric functions as well (see #11929). Each …
- 16:01 Ticket #8898 (some files in sage-4.4.{0,1} have dos line ending instead of a unix line ...) created by
- Various files in the sage spkg have dos line ending rather than unix ones. …
- 14:27 Ticket #8897 (units.mass.pound to units.mass.drachma broken) created by
- […] gives […] despite 1 drachma is 0.00429234 kilograms.
- 13:17 Ticket #8896 (0.0000000000000000000000000000 is parsed completely differently than ...) created by
- In Sage 0.0 and 0.00000000000000000000000000000000000000 denote exactly …
- 12:59 Ticket #8895 (symbolic unit conversion function should ignore non-unit symbolic ...) created by
- This seems wrong to me: […]
- 11:24 Ticket #8894 (topological minor) created by
- Graph.topological_minor ! I hope it will be useful, though the …
- 11:21 Ticket #8893 (disjoint routed paths) created by
- This patch implements the method disjoint_routed_path (k-DRP) which solves …
- 10:44 Ticket #8892 (Many doctests fails since the update of NetworkX !) created by
- Hello everybody !!! I noticed working on something quite different that …
- 09:31 Ticket #8891 (sage -t doesn't accept . as current directory) created by
- 09:12 Ticket #8890 (map_support modifies the zero element of a free module, and related fixes ...) created by
- […] Looking at the code exposes the problem: […] We should not …
- 08:55 Ticket #8889 (multidim'l enumeration over variable length tuples) created by
- I would like a function that takes Input: range (a list) dim (a …
- 04:33 Ticket #8888 (Rim and outer rim for integer partitions) created by
- Added two methods to compute rim and outer rim for partitions. Depends …
- 04:30 Ticket #8858 (4.4.1 accessing internet during compilation) closed by
- duplicate: Closing this as a duplicate of #8861.
- 04:28 Ticket #8887 (Monoids().ParentMethods.prod doctest is ill formated.) created by
- This patch fixes a couple ReST typos in the Monoids category
- 04:12 Ticket #8886 (tutorial on Python object and classes) created by
- As the subject says. See this …
- 04:06 Ticket #8885 (Add deprecation message to deprecated_functions_alias docstrings) created by
- Currently if a function is a deprecated alias, the doc of the aliased …
- 02:22 WikiStart edited by
- (diff)
- 02:08 Ticket #8884 (Inefficiency in isogeny_class function) created by
- We found inefficiency in isogeny_class function for elliptic curves over …
- 02:01 WikiStart edited by
- (diff)
05/04/10:
- 20:11 Ticket #8883 (Implement morphism.register_as_conversion()) created by
- 19:41 Ticket #8882 (Cleanup Combinatorial Free module) created by
- CombinatorialFreeModules need some cleanup 1 - merge …
- 19:20 Ticket #8881 (Functorial constructions in categories) created by
- This patch refactors completely the framework for (covariant) functorial …
- 17:42 Ticket #8880 (CPLEX can now be silenced) created by
- With this patch CPLEX is not priting the usual screens of output by …
- 17:01 Ticket #8879 (Clean up whitespace in padic hyperelliptic curve file) created by
- As of 4.4, there is bad indentation in …
- 16:47 SageCombinatRoadMap edited by
- (diff)
- 16:35 Ticket #8878 (Use Dijkstra to discover shortest coercion path) created by
- In #7420, it was discussed that the current coercion model is using depth …
- 15:45 Ticket #8877 (New methods in partitions) created by
- We implement new methods in /combinat/partition.py which allow to go from …
- 15:37 Ticket #8876 (Allows triangular morphisms to have domain and codomain with different ...) created by
- Currently triangular morphisms required to have domain and codomain with …
- 13:43 Ticket #8875 (Problem with Set created from iterator) created by
- A Set_object gets created instead of an Set_object_enumerated when calling …
- 13:11 Ticket #8874 (Matrices are missing a is_skew_symmetric method) created by
- 12:16 Ticket #8873 (Inconsistency with CombinatorialFreeModule: Vector Space vs. Module) created by
- Consider the following code: […] This should probably work the same …
- 12:15 WikiStart edited by
- (diff)
- 12:14 WikiStart edited by
- (diff)
- 12:11 Ticket #8872 (neighbor-finding for attractor of IFS from a multidimensional radix ...) created by
- Add to sage a function that takes as input a dilation matrix A and a …
- 12:07 Ticket #8871 (Finding digit sets for dilation matrices) created by
- Add to sage a function finddigits that takes as input a dilation matrix A …
- 10:27 Ticket #8870 (Multiflow) created by
- Multiflow in Sage :-) …
- 08:56 Ticket #8869 (float(CDF(1)) should return 1.0, not throw an error) created by
- Right now, we have the following behavior: […] As robertwb and was …
- 08:21 Ticket #8868 (Make R graphics work regardless of X and other things) created by
- See #8834, where doctests for R graphics had to be made optional. …
Note: See TracTimeline
for information about the timeline view.
