Timeline
12/18/11:
- 17:32 Ticket #12189 (Remove useless scripts from local/bin) closed by
- duplicate: Sorry for the duplicate (see #12189)
- 16:11 Ticket #12190 (Remove useless scripts from local/bin) created by
- sage-grep is not needed since we now have search_src same goes for …
- 16:11 Ticket #12189 (Remove useless scripts from local/bin) created by
- sage-grep is not needed since we now have search_src same goes for …
- 13:05 Ticket #12188 (Bug in is_smooth for curves over CC) created by
- […]
- 12:59 Ticket #12187 (Bug in is_singular for plane projective curves) created by
- […] This happens exactly when the characteristic of the base field …
- 12:28 Ticket #12186 (Faster norm calculations) created by
- Using a relative norm calculation is far slower than using an absolute …
- 11:53 Ticket #12185 (Bug in norm for orders of relative number fields) created by
- […] Duplicate, fixed by #11904.
- 09:28 Ticket #12184 (Change example in doc/bordeaux/elliptic_curves.rst) created by
- In William Stein's Bordeaux lectures he gave an example of an elliptic …
- 08:34 Ticket #12183 (absolute and relative norm functions for number field elements) created by
- Although number_field_element.pyx has a norm method, it does not have …
- 08:22 WikiStart edited by
- (diff)
- 08:04 Ticket #12182 (Calculate the trace dual of an order in a number field) created by
- There is no implementation to calculate the trace dual (with respect to …
- 08:02 Ticket #12181 (random_DAG does not terminate on it's default inputs) created by
- Try: […] it will run forever! apply only …
- 07:59 Ticket #12180 (is_directed_acyclic(certificate=True) doesn't always give an ordering back) created by
- Currently we have: […]
- 07:43 Ticket #8336 (round(x) <> x.round() for x in RealField) closed by
- invalid: I'm going to close this as invalid now since we have the following …
- 07:34 Ticket #12179 (Binomial of integer (mod n) returns integer) created by
- […] But binomial(R(5), R(2)) is nonsense, both as an element of …
- 06:30 Ticket #12178 (Error in typeset of polynomials) created by
- The following code leads to the typeset error: `Can't find closing …
- 02:35 Ticket #12177 (Prime slicing for matrix multiplication) created by
- In Sage, matrix arithmetic over finite fields is fast in the following …
- 01:50 Ticket #8538 (Update mpi4py (MPI for Python) to the latest version (1.2.2)) closed by
- fixed: Looks good to me. I've updated the website to include this.
12/17/11:
- 15:22 Ticket #12176 (Compute Minkowski bound for relative number fields) created by
- […] Apply 12176_3.patch
- 12:50 Ticket #12175 (Missing *args and **kwds in SL2Z.random_element()) created by
- In #3893 SL2Z.random_element() was fixed to pass through *args and …
- 12:46 Ticket #4706 (fix race condition between doctest creation and running) closed by
- invalid: I tihnk this can be closed as well.
- 12:08 Ticket #1866 ([probably fixed] bug in doctesting -- long time not respected in some ...) closed by
- invalid
- 12:07 Ticket #1365 (golden_ratio._algebraic_() should synthesize the value) closed by
- invalid: I agree with Robert's analysis.
- 11:20 Ticket #12174 (modular resultants for multivariate polynomials over QQ) created by
- Sage is somewhat slow when computing discriminants of multivariate …
- 11:13 Ticket #12173 (Update FLINT to 2.3) created by
- Install: * the FLINT spkg at …
- 03:31 Ticket #12172 (R doctest starts X11 on OSX) created by
- John Palmeri reports that, with the R package from #12057, this doctest is …
- 02:49 Ticket #12171 (Update MPFI to 1.5.1) created by
- This is needed for #11666. Use …
- 01:13 Ticket #12157 (Segfault in __Pyx_check_binary_version) closed by
- fixed
- 01:12 Ticket #12164 (graph subgraph_search does not return copy of subgraph) closed by
- fixed
- 01:12 Ticket #12166 (Elliptic curves: improve documentation of period_lattice) closed by
- fixed
- 01:12 Ticket #5943 (Sage 3.4.2.a0: len(prime_range(2^50)) segfaults) closed by
- fixed
- 01:12 Ticket #6087 (graph automorphism group segfaults on invalid input (fixed already; add ...) closed by
- fixed
- 01:12 Ticket #9770 (SphericalDistribution() is not random) closed by
- fixed
- 01:12 Ticket #10172 (Rational Point algorithm bug) closed by
- fixed
- 01:12 Ticket #10642 (Additional points in a documentation titles) closed by
- fixed
- 01:12 Ticket #10791 (Fix and upgrade Gram-Schmidt) closed by
- fixed
- 01:11 Ticket #10795 (Fix and upgrade double dense matrix QR decomposition) closed by
- fixed
- 01:11 Ticket #11597 (Dimension of the singular set) closed by
- fixed
- 01:11 Ticket #11637 (Updated docstring for Graph.cores()) closed by
- fixed
- 01:11 Ticket #11904 (Change default variable name for NumberField and NumberFieldElement -> ...) closed by
- fixed: Happy Christmas to you too, and see you on monday!
- 01:11 Ticket #11947 (Implement cardinality for polynomial quotient rings) closed by
- fixed: Thanks for the review!
- 01:11 Ticket #11976 (matrix plot colorbars) closed by
- fixed
- 01:10 Ticket #12118 (Fix parallel building of libgpg_error) closed by
- fixed
- 01:10 Ticket #12146 (hidden markov models: add option to sample/generate to specify the ...) closed by
- fixed
12/16/11:
- 18:22 Ticket #12170 (Genus computation (using singular) and _singular_ object for function ...) created by
- Following my the discussion on sage-devel this adds genus() function to …
- 11:14 Ticket #12169 (Adding Harary graphs to graph generators.) created by
- The Harary graph H_{k,n} is a minimal k-connected graph on n vertices, …
- 10:09 Ticket #12168 (statistical analysis for calculation timings) created by
- The attached script does some statistical analysis and plotting for a …
- 08:12 Ticket #12167 (Move SAGE_ROOT/ipython to extcode) created by
- There is absolutely no reason for $SAGE_ROOT/ipythonrc to be in the …
- 07:43 Ticket #12166 (Elliptic curves: improve documentation of period_lattice) created by
- […] The documentation speaks of "the" period lattice of E, but to …
12/15/11:
- 22:25 Ticket #12165 (Unexpected behavior with weighted graph) created by
- 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
- Consider this example: […] The docs say that s should be a copy of …
- 19:36 Ticket #12163 (Missing digits in numerical_approx) created by
- From …
- 19:34 Ticket #12162 (simplify_full for matrix) created by
- 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
- [ 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
- We have […] The topic is related with #12149, but the code is …
- 11:40 Ticket #12159 (Placing triangulation and normal cones) created by
- 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
- 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
- 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
- An object of type LatexExpr should be pretty-printed as-is, that is …
- 01:07 Ticket #12131 ($SAGE_LOCAL/lib and lib64) closed by
- fixed
12/14/11:
- 14:29 Ticket #11950 (Bug in topological_sort) closed by
- fixed
- 14:28 Ticket #11961 (Fixes a bug in is_chordal -- two algorithms) closed by
- fixed
- 14:28 Ticket #12108 (is_eulerian doesn't handle disconnected graphs properly) closed by
- fixed
- 14:28 Ticket #12016 (parallelism in Sage: just use value of 'MAKE') closed by
- fixed
- 12:07 Ticket #12155 (Bug when taking complement of bipartite graph.) created by
- 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
- 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
- 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
- From https://groups.google.com/d/topic/sage-devel/JZ54xk51F-E/discussion : …
- 16:17 WikiStart edited by
- (diff)
- 16:16 WikiStart edited by
- (diff)
- 08:22 WikiStart edited by
- (diff)
- 07:54 Ticket #12151 (Bug in global_integral_model for elliptic curves over number fields) created by
- […]
- 07:50 WikiStart edited by
- (diff)
- 07:40 WikiStart edited by
- (diff)
- 07:36 Ticket #12150 (upgrade defect() of a finite word) created by
- Update defect() method of a finite word to calculate the defect for …
- 07:32 WikiStart edited by
- (diff)
- 07:29 WikiStart edited by
- (diff)
12/12/11:
- 21:08 Ticket #12149 (float('nan')>1 crashes Sage.) created by
- The optimizations in #10314 ignored the fact that floating point numbers …
- 05:38 Ticket #12148 (random_digraph fails with ZeroDivisionError) created by
- 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
- 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
- It would be useful when using Monte Carlo techniques to do forecasting if …
- 16:01 Ticket #12145 (Ugly result for exponential integral) created by
- As reported in this sage-support thread: …
- 14:17 Ticket #12144 (better document a technical confusing point in the Hidden Markov Model ...) created by
- 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
- […] fails with PariError?: inconsistent data (12) The failure occurs …
- 15:05 Ticket #12106 (Implement sage --rsyncdist) closed by
- fixed
- 15:05 Ticket #12137 (Fix parallel building of Singular) closed by
- fixed
- 15:05 Ticket #12139 (Disable parallel "make install" in MPIR spkg) closed by
- fixed
- 14:57 Ticket #12142 (Speed up Pari finite field operations) created by
- Let us perform a simple addition of finite field elements that are …
- 14:12 Ticket #12141 (Implement finite algebras) created by
- Finite algebras over fields should be implemented. A finite algebra …
- 04:23 WikiStart edited by
- (diff)
- 02:44 Ticket #12138 (Fix parallel building zlib) closed by
- fixed
- 02:41 Ticket #12128 ("hg verify" is not a proper way to check whether there is an hg repo) closed by
- fixed
- 02:40 Ticket #12057 (Upgrade R (r-project.org)) closed by
- fixed
- 02:40 Ticket #11556 (Linear transformations, built from free module morphisms) closed by
- fixed
- 02:40 Ticket #11526 (count_points() error for generic schemes. (includes patch)) closed by
- fixed
12/09/11:
- 19:20 Ticket #12140 (Symmetric functions uses lrcalc in symmetrica and bug fix in skew Schur ...) created by
- This patch switches computations in symmetric functions from symmetric to …
- 14:12 Ticket #12139 (Disable parallel "make install" in MPIR spkg) created by
- […] New spkg: …
- 14:11 Ticket #12138 (Fix parallel building zlib) created by
- 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
- See …
- 12:04 Ticket #12136 (FVS function in DiGraph returns [0] instead of [] if already directed ...) created by
- I was wondering why the feedback vertex set method …
- 11:46 Ticket #12135 (Multiple loops handling in c_graph) created by
- 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
- […] It is interesting that _triangulate raises NotImplementedError?. …
- 09:23 Ticket #12133 (New spkg for extended tables of prime factors) created by
- 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
- A book on the computational aspects of Galois representations associated …
- 03:04 Ticket #12131 ($SAGE_LOCAL/lib and lib64) created by
- Some distributions set up autotools to install libraries into …
- 02:54 Ticket #10967 (R breaks if SAGE_LOCAL undefined) closed by
- wontfix
- 02:25 Ticket #879 ("sage -testall" should summarize all failures at the end of the run) closed by
- worksforme
- 02:25 Ticket #3447 (sage -t foo gives wrong path to the file foo in the output) closed by
- worksforme
- 02:24 Ticket #12104 (Cygwin import problem with randstate) closed by
- duplicate
- 02:24 Ticket #11260 (ECL-11.1.1 fails to compile maxima on WIndows 7 / Cygwin 1.7.9) closed by
- duplicate
- 02:23 Ticket #12065 (Failing doctest - R installation broken?) closed by
- duplicate
- 02:21 Ticket #5352 (the valgrind log files in sage-doctest are written to $HOME/.sage instead ...) closed by
- fixed
- 02:21 Ticket #12126 (Fix upgrading of boehm-gc package) closed by
- fixed
- 02:21 Ticket #12122 (Add doctest to check sage_make_relative) closed by
- fixed
- 02:21 Ticket #12111 (Bug in Integer.is_power_of) closed by
- fixed
- 02:21 Ticket #12035 (`list_plot` should accept lists of complex numbers) closed by
- fixed
- 02:21 Ticket #11799 (typo in tiny_integrals) closed by
- fixed
- 02:21 Ticket #11735 (Bug in is_chordal) closed by
- fixed
- 00:50 Ticket #12130 (CPLEX acquires maximal number of threads on system) created by
- 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
- […] 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
- From the root spkg-install: […] Unfortunately, this is a bad way to …
- 12:13 Ticket #12127 (fix comparison R == Z) created by
- Two methods in schemes/generic/homset.py contain a comparison 'R == Z' …
- 03:34 WikiStart edited by
- (diff)
- 03:31 Ticket #12126 (Fix upgrading of boehm-gc package) created by
- See #11883. spkg: …
12/07/11:
- 16:48 Ticket #12125 (Integer factoring improvements) created by
- This patch adds methods for factoring integers of the form bk + 1
- 12:38 WikiStart edited by
- (diff)
12/06/11:
- 17:07 CygwinPort edited by
- (diff)
- 12:45 Ticket #12124 (Fix Eisenstein L-series precision) created by
- The LCalc interface uses PARI/GP through strings. This is problematic for …
- 11:35 Ticket #12123 (Bug in convolution) created by
- […] 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
- 07:35 Ticket #12121 (floor/ceil can be very slow at integral values) created by
- Reported (in slightly different form) on …
- 05:19 Ticket #11933 (Fix qepcad doctests) closed by
- fixed
12/05/11:
- 08:06 Ticket #8525 (mistake in docstring for R=Zp(3)'s R.plot method.) closed by
- fixed
- 08:06 Ticket #12096 (Disable parallel "make install" in Python spkg) closed by
- fixed
- 08:06 Ticket #12063 (EllipticCurve._pari_() should use .pari_curve()) closed by
- fixed
- 08:06 Ticket #11987 (integrate returns divergent, maxima.integrate the correct result) closed by
- fixed
- 08:05 Ticket #11782 (Bug in discriminant of polynomials over Z/nZ with n composite) closed by
- fixed
- 08:05 Ticket #10292 (padics, precision, list() and printing) closed by
- fixed
- 02:31 Ticket #12120 (Improve documentation of numerical_approx()) created by
- 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
- __getslice__ has been deprecated for a long time in Python. This …
- 14:03 Ticket #12118 (Fix parallel building of libgpg_error) created by
- 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
- […] This should produce a splitting, but instead it just returns a …
12/03/11:
- 20:43 Ticket #12116 (perfect_power for integers) created by
- Currently there are two functions for testing whether an integer is a …
- 13:27 CygwinPort edited by
- (diff)
- 13:24 Ticket #12115 (New MPIR won't build on Cygwin) created by
- The recent MPIR versions can only be built shared OR static on Cygwin, not …
- 09:41 CygwinPort edited by
- (diff)
- 08:52 CygwinPort edited by
- (diff)
- 07:49 Ticket #12114 (Add minor clarification about using pylab to plot doc) created by
- See the discussion at …
- 07:44 Ticket #12113 (Add minor clarification about logs with bases other than e) created by
- See [ http://ask.sagemath.org/question/953/log-base-10 this …
- 07:36 CygwinPort edited by
- (diff)
- 05:06 Ticket #12112 (Update the prereq script) created by
- 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
- […]
- 01:16 Ticket #12110 ([ARM] Singular 3-1-3-3.p1 doesn't compile as-is) created by
- The singular package in 4.8.alpha doesn't compile because it lacks a …
12/02/11:
- 21:59 CygwinPort edited by
- (diff)
- 21:48 CygwinPort edited by
- (diff)
- 20:49 Ticket #12109 (Function for faster evaluation of cyclotomic polynomials) created by
- I've implemented a function for evaluating cyclotomic polynomials without …
- 20:46 WikiStart edited by
- (diff)
- 20:10 CygwinPort edited by
- (diff)
- 19:59 CygwinPort edited by
- (diff)
- 14:28 Ticket #12108 (is_eulerian doesn't handle disconnected graphs properly) created by
- 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
- The _combine_kwds method for animations fails if xmin, xmax, ymin, …
- 01:48 Ticket #12106 (Implement sage --rsyncdist) created by
- 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
- fixed
- 10:06 Ticket #12105 (RuntimeError: Segmentation fault with nth_root) created by
- […] Apply 12105.patch to the Sage repository.
- 08:57 CygwinPort edited by
- (diff)
- 08:53 Ticket #12104 (Cygwin import problem with randstate) created by
- 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
- fixed: Thanks for the review.
- 00:13 Ticket #12055 (Upgrade PALP) closed by
- 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
- fixed
- 00:12 Ticket #4260 (use LinBox as native matrix representation for dense matrices over GF(p)) closed by
- fixed: Testing again on hawk…
11/30/11:
- 12:55 Ticket #5177 (Notebook keeps directories for deleted cells) closed by
- fixed
- 12:45 Ticket #12097 (General clean-up of sage-make_relative) closed by
- fixed
- 12:45 Ticket #12056 (sage -sdist/-bdist should use the current branch) closed by
- fixed
- 12:44 Ticket #12012 ('make distclean' should clean up start.log, spkg/parallel_make.cfg) closed by
- fixed
- 04:55 Ticket #12103 (Use MeatAxe as an optional back end for dense matrices over `GF(p^n)`, p ...) created by
- 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
- 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
- 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
- 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
- […] ---- Apply trac_12101-sparse-matrix-exp.patch.
- 08:05 Ticket #12100 (proof parameter not passed on when factoring polynomials over function ...) created by
- 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
- 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
- Apply 12098_deps.patch to the SAGE_ROOT repository.
- 03:11 Ticket #12097 (General clean-up of sage-make_relative) created by
- The attached patch essentially rewrites sage-make_relative. The new …
- 02:11 Ticket #12096 (Disable parallel "make install" in Python spkg) created by
- The python spkg should not use parallel "make install". This is claimed …
- 02:03 Ticket #12055 (Upgrade PALP) closed by
- fixed: positive review
- 02:03 Ticket #12086 (Do not include doc/en/reference/sage in sage spkg) closed by
- fixed
11/28/11:
- 20:18 Ticket #12095 (integral_points missing solutions) created by
- As reported on …
- 19:15 Ticket #12094 (Upgrade Maxima to 5.24.0) created by
- I've successfully replaced the 'src' directory in the current …
- 11:34 Ticket #12063 (EllipticCurve._pari_() should use .pari_curve()) closed by
- fixed: Thanks for the review. Doctests pass, no problem.
- 02:44 Ticket #12093 (Replace __getslice__ with functionality in __getitem__ in several files ...) created by
- __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
- Part of metaticket #12024. See also …
11/27/11:
- 09:33 Ticket #12091 (chained inequalities bug in add_constraint to MixedIntegerLinearProgram) created by
- This ticket was originally started to address problems now dealt with in …
- 06:51 Ticket #12090 (Arrangements of pseudolines) created by
- This module implements a class …
- 04:39 Ticket #12089 (Singular does not build on Cygwin - static libs problem) created by
- 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
- fixed
- 01:20 Ticket #12079 (Two memory leaks in mpmath extension code) closed by
- fixed
- 01:20 Ticket #12085 (Fix docstring in sage/crypto/boolean_function.pyx) closed by
- fixed
- 01:20 Ticket #12087 (Clean up devel/sage/.hgignore) closed by
- fixed
11/26/11:
- 09:22 Ticket #12088 (Make use of PALP for different dimensions) created by
- In #12055 (replaced by #7071) Volker made several copies of PALP for …
- 07:54 Ticket #12087 (Clean up devel/sage/.hgignore) created by
- 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
- 05:07 Ticket #11826 (coercing to the residue field of p-adic extensions) closed by
- duplicate
- 05:07 Ticket #7929 (Pickling fails for some residue fields) closed by
- duplicate
- 05:06 Ticket #11414 (CartesianProduct should return a list of tuples) closed by
- duplicate
- 05:05 Ticket #12017 (Adds CoerceKey) closed by
- invalid
- 05:05 Ticket #6124 (Bug in galois_group of a p-adic field extension) closed by
- invalid
- 05:03 Ticket #1236 (tate pairings on elliptic curves -- add to sage) closed by
- duplicate
- 05:02 Ticket #8274 (R's spkg-install needs a good overhaul.) closed by
- duplicate
- 03:27 Ticket #11884 (Fix ECL so it builds on OS X Lion) closed by
- 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
- fixed
- 01:45 Ticket #12085 (Fix docstring in sage/crypto/boolean_function.pyx) created by
- 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
- fixed
- 01:35 Ticket #12047 (numerical_integral(f, a, a) should always be zero) closed by
- fixed
- 01:35 Ticket #11997 (fix a mistake in the docstring for lift_to_sl2z (etc.)) closed by
- fixed
- 01:34 Ticket #11796 (inconsistency between 0.nbits() and 0.ndigits(base=2)) closed by
- fixed
- 01:34 Ticket #11583 (Sagetex example has some nontrivial dependancy's) closed by
- fixed
- 01:34 Ticket #9751 (Documentation for AdditiveMagmas' addition_table) closed by
- fixed
11/25/11:
- 13:09 Ticket #12084 (Restores a test in sage/tests/french_book/number_theory.py) created by
- 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
- 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
- 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
11/24/11:
- 20:22 CygwinPort edited by
- (diff)
- 20:21 CygwinPort edited by
- observerd today… (diff)
- 03:45 Ticket #12080 (manin constant) created by
- 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
- 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
- See also …
- 11:59 Ticket #12077 (Improved residue fields and coercions for Zp and Qp) created by
- 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
- 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
- In …[…]
- 06:43 Ticket #12074 (real nth root function) created by
- See sage-devel thread at: …
- 05:26 Ticket #12058 (Mercurial should not enable pager by default) closed by
- fixed
- 05:26 Ticket #12052 (Some distance computations remained *slow*) closed by
- fixed
- 05:25 Ticket #12049 (matrix_integer_dense.pyx: 'algorithn' instead of 'algorithm') closed by
- fixed
- 05:25 Ticket #12022 (failing doctest in integer_vector.py (gale ryser theorem) / multiple ...) closed by
- fixed
- 05:25 Ticket #12019 (doctest failure in linear_programming.rst (multiple correct solutions)) closed by
- fixed
- 05:25 Ticket #11936 (image_type of galois_representation of EllipticCurve hangs on first call) closed by
- fixed
- 05:25 Ticket #11650 (Make 'convert' the standard way to produce animated gifs (again)) closed by
- fixed
11/22/11:
- 23:18 Ticket #12073 (MatrixGroup() or order() incorrect for G_2(F_3)) created by
- 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
- Title says all. This is a followup for #12068
- 08:46 WikiStart edited by
- Added my name (mboratko) to the list (diff)
- 00:05 Ticket #12071 (Call `__init__` of base classes) created by
- 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
- When using piecewise functions across modules, you can find yourself …
- 14:52 Ticket #12069 (fix doctesting of .sage files) created by
- 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
- The code for numerator is currently […] Using Pynac should be much …
- 13:52 WikiStart edited by
- Changed my affiliation (diff)
- 08:53 WikiStart edited by
- (diff)
- 02:45 Ticket #12020 (bug in zero_matrix rewrite in matrix_space.py) closed by
- fixed
- 02:45 Ticket #11963 (aspect ratio is not handled correctly in combined plots) closed by
- fixed
- 02:45 Ticket #11924 (lazy_import_cache.get_cache_file doesn't work well if DOT_SAGE doesn't end ...) closed by
- fixed
- 02:45 Ticket #11847 (unexpexted behavior of degree() with matrix ordering) closed by
- fixed
- 02:08 Ticket #12067 (delete databases/bz2Pickle.py) created by
- Delete databases/bz2Pickle.py since it is not used anywhere in sage, …
- 01:59 Ticket #12066 (delete databases/gamma0wt2.py) created by
- 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
- 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
- Changes sage.rings.residue_fields to use sage.structure.dynamic_class to …
- 07:03 Ticket #12063 (EllipticCurve._pari_() should use .pari_curve()) created by
- […]
- 02:09 Ticket #12062 (FiniteField_ntl_gf2e to Python) created by
- In order to create dynamic classes with finite fields and use the category …
- 00:33 Ticket #12061 (Doctest interfaces/psage.py) created by
- Towards completing #12024. ---- Apply only trac_12061.txt to …
11/19/11:
- 18:35 Ticket #12060 (Add formatting option to @interact slider value display) created by
- 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
- 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
- The Mercurial spkg (#10594) created a file …
- 14:08 Ticket #12057 (Upgrade R (r-project.org)) created by
- 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
- It seems that sage -sdist does not work properly with branches: it …
- 07:51 Ticket #12055 (Upgrade PALP) created by
- This ticket is about upgrading to PALP-2.0. The new spkg builds PALP …
- 04:46 WikiStart edited by
- (diff)
- 02:18 Ticket #12054 (crash in digraph.py) created by
- 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
- Adds a new class for ideals in discrete valuation rings that improves …
- 06:08 Ticket #12052 (Some distance computations remained *slow*) created by
- It turns out that we have a very fast code to compute the distances …
Note: See TracTimeline
for information about the timeline view.

