Timeline


and

05/30/11:

23:53 WikiStart edited by Niels
(diff)
14:46 Ticket #11407 (Add normalization to clonable lists) created by hivert
The patch adds a new support class in list_clone.pyx for lists with …
13:20 Ticket #11406 (improve plot documentation) created by jason
Here are some improvements to the plot documentation, specifically with …
12:56 Ticket #11405 (magma interface needs work in presence of newlines) created by was
We have […] instead of the expected […] Where the latter is to be …
10:08 Ticket #11404 (Allow sage -upgrade / -update from local directory.) created by vbraun
For testing purposes it would be very convenient if one could …
09:08 WikiStart edited by fdiebold
Added fdiebold to real names (diff)
07:52 Ticket #7794 (PolynomialRing_integral_domain ignores Ctrl-C and segfaults) closed by jdemeyer
fixed
07:51 Ticket #10746 (Refactor matrix kernel routines) closed by jdemeyer
fixed
07:51 Ticket #10623 (Move integer factorization functions to a separate file) closed by jdemeyer
fixed
07:49 Ticket #11373 (Allow global extra_link_args just like extra_compile_args in setup.py) closed by jdemeyer
fixed
07:10 Ticket #11403 (NTL error while inverting q-adic number with fixed modulus precision) created by jdemeyer
[…] Note that t + t^2 is invertible: […] Part of the issue …
04:45 Ticket #11402 (add a cache on basis in free modules) created by hivert
Let FM be a combinatorial free module currently creating elements …
00:38 Ticket #7701 (update the openmpi spkg to the latest version) closed by jdemeyer
duplicate

05/29/11:

23:47 Ticket #11401 (magma mode in 4.7 notebook broken) created by nbruin
See also …
23:33 WikiStart edited by ltw
(diff)
18:48 Ticket #11400 (Add PointCollection) created by novoselt
This patch adds support for a PointCollection class, which is not yet …
10:58 Ticket #11399 (Some other embeddings for graph generators) created by ncohen
I wrote #11397 because I needed it, but as some other embeddings really …
05:35 WikiStart edited by pdenapo
(diff)

05/28/11:

17:39 Ticket #11398 (Links in changelogs to trac tickets.) created by JoalHeagney
Could we change the format of the release changelogs to html, and have the …
10:04 Ticket #11397 (An embedding for the Icosahedron) created by ncohen
This patch just adds positions for the icosahedral graph ! Nathann
08:58 Ticket #11396 (Patch buildbot fails to understand "Apply" section) created by vbraun
The following does not work (as seen on #10140): Apply 1. …

05/27/11:

20:55 Ticket #11395 (Upgrade Gfan to latest release (version 0.5)) created by mhampton
From the [ http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html
20:22 Ticket #11394 (Scheme.is_projective() should use mathematical definition) created by novoselt
The current implementation of is_projective in […] is […] which in …
18:16 Ticket #11393 (Teach html.table to take a header row in the header option) created by jason
This patch makes it possible to pass a header row into the header argument …
11:50 WikiStart edited by pcpa
(diff)
09:40 Ticket #11392 (Toric ideals over fraction fields) created by vbraun
This patch extends toric ideals to work over bases rings that are …
08:08 Ticket #11391 (ppl library problems on Arch Linux, OpenSuse: ...) created by gostrc
I am using the sage 4.7 release. I'm trying to package sage for archlinux, …
06:52 Ticket #11390 (NTL error while creating finite field homomorphism) created by jpflori
On my computer I get an unhandled NTL error by just doing: […] See …
06:34 WikiStart edited by mariah
Added Pablo De Napoli to Account Names mapped to Real Names (diff)
05:03 Ticket #11302 (Make it easier to construct a fan from a triangulation) closed by jdemeyer
fixed
05:03 Ticket #11300 (Add get_part method to partition.py) closed by jdemeyer
fixed
05:02 Ticket #11299 (Fix documentation of sage.modular.modform.element.ModForm.qexp) closed by jdemeyer
fixed
05:02 Ticket #11293 (All relations of a poset) closed by jdemeyer
fixed
05:02 Ticket #11292 (Allow broader inputs to lattice meet and join) closed by jdemeyer
fixed
05:02 Ticket #11290 (Implementation of non-commutative k-Schur functions in the nilCoxeter ...) closed by jdemeyer
fixed
05:02 Ticket #11263 (Markup ".. link" is wrong in the developer guide. Add ".. linkall" to ...) closed by jdemeyer
fixed
05:02 Ticket #11170 (add an ffmpeg option to the animate command) closed by jdemeyer
fixed
05:01 Ticket #10943 (Domain subdivision bugs in FanMorphism) closed by jdemeyer
fixed
05:01 Ticket #10882 (Add kernel fan to fan morphism) closed by jdemeyer
fixed
05:01 Ticket #10269 (clean up documentation of sage/misc/bitset_pxd.pxi) closed by jdemeyer
fixed
05:01 Ticket #10140 (Base sage.geometry.cone on the Parma Polyhedra Library (PPL)) closed by jdemeyer
fixed
05:01 Ticket #9947 (expression not in canonical form) closed by jdemeyer
fixed
05:01 Ticket #9891 (substitute goes too far: (5-e^x).substitute(x=log(x)) -> 5-log(x)) closed by jdemeyer
fixed
05:01 Ticket #8943 (RuntimeError with series) closed by jdemeyer
fixed
05:01 Ticket #11317 (update pynac to 0.2.2) closed by jdemeyer
fixed
01:55 Ticket #11389 (Speed up list * Integer) created by robertwb
Despite resolving the performance regression at #10548, there is still a …
01:32 Ticket #11388 (Allow start/stop recording exceptions in the coercion model) created by robertwb
This was detected in the following speed regression In vanilla sage 4.6.2 …
00:03 Ticket #11387 (Typos in the main README) created by kini
as title. Only apply trac_11387-README-typos-v2.patch

05/26/11:

16:44 Ticket #11386 (Add a bracelet combinatorial class) created by DanielRecoskie
Add a bracelet combinatorial class implementation based on: Sawada, Joe. …
14:33 Ticket #11385 (Orbit closure as toric variety) created by vbraun
The closure of the torus orbit associated to a cone of the fan is again a …
14:26 Ticket #11384 (Construct the complex of a fan) created by vbraun
For some toric algorithms one needs to choose orientations for cones, …
13:04 WikiStart edited by VivianePons
(diff)
10:44 WikiStart edited by gutow
(diff)
08:31 Ticket #11383 (Color('red') == Color('red') returns False) created by slabbe
I would like this to be True: […] and these as well: […] Apply …
05:39 Milestone sage-4.7 completed
02:13 Ticket #11382 (Speedup subposet and _vertex_to_element) created by hivert
A lot of unnecessary and redundant check were performed with a preliminary …

05/25/11:

23:21 Ticket #11381 (Add more simplification methods to symbolic vectors.) created by robertwb
Followup to #11335.
14:00 Ticket #11380 (Computing continued fractions on real quadratic fields) created by mmasdeu
We have implemented some routines that allow for the computation of …
12:03 Ticket #11379 (Add Quantumino solver to sage/games) created by slabbe
Some code to solve the …
08:48 Ticket #11378 (minor grammatical edit for ...) created by mariah
The Developer's Guide, in the section "Doctesting the Sage Library", in …
05:53 Ticket #11315 (remove pstricks from default latex preamble) closed by jdemeyer
fixed
05:53 Ticket #11301 (empty partition causes error for up_list) closed by jdemeyer
fixed
05:53 Ticket #11296 (add default username to sage-combinat install script) closed by jdemeyer
fixed
05:52 Ticket #11282 (Add a link from the main live documentation help page to the thematic ...) closed by jdemeyer
fixed
05:52 Ticket #10759 (remove dead code in matrix/matrix_dense.pyx) closed by jdemeyer
fixed
05:52 Ticket #10707 (Remove deprecated utils.py and word_content.py from sage/combinat/words) closed by jdemeyer
fixed
05:51 Ticket #7507 (can't forget some assumptions) closed by jdemeyer
fixed

05/24/11:

18:22 Ticket #11377 (Clean and harmonize module_list.py) created by fbissey
module_list.py is quite messy in its current state. There are several …
18:12 Ticket #11376 (Remove the hardcoding of python version in setup.py and SConstruct to ...) created by fbissey
Currently to build sage (the spkg) four files are involved in major way: …
13:24 Ticket #11375 (speed up computation of level one eisenstein series) created by was
Craig Citro sent me some much faster code. See attached patch. He says …
12:56 Ticket #11374 (interfaces/magma.py test fails) created by mariah
For sage-4.7.rc4 […] This is a follow-on to #9705 and is caused by …
03:12 Ticket #11373 (Allow global extra_link_args just like extra_compile_args in setup.py) created by jdemeyer

05/23/11:

22:56 Ticket #11372 (nasty side effect of a failed simon_two_descent search) created by was
This could seriously confuse a person: […] The point that …
17:51 Ticket #11371 (Error in MILP documentation) created by kcrisman
The (English) knapsack documentation in the thematic tutorial for MILP has …
05:44 Ticket #11370 (permutation.to_standard() breaks on empty permutations) created by hivert
Yet another empty object problem […] should be […] I also fixed …

05/22/11:

22:24 Ticket #11369 (generate k-trees up to symmetry) created by rlm
21:12 Ticket #11368 (can't coerce pari to rational function field) created by katestange
The following fails […] However, if you replace (x+y)/y with x+y, it …
03:31 Ticket #11367 (Rounding values, and inconsistencies in graph methods) created by ncohen
This patch rounds values of methods when their result is expected to be …

05/20/11:

23:15 Ticket #11331 (PolyBoRi won't build on OS X 10.4 PPC G4) closed by jdemeyer
fixed
19:55 Ticket #11366 (Incorrect documentation for set difference) created by kcrisman
See …
19:52 Ticket #11365 (Bad formatting in hasse_diagram) created by kcrisman
See …
15:02 Ticket #11364 (Cyclic subspaces (aka Krylov subspaces)) created by rbeezer
These are useful for topics related to rational canonical form (coming …
13:43 Ticket #11363 (Update setuptools to a newer version) created by fbissey
For #9958 we will need a newer version of setuptools. Early testing …
10:30 Ticket #11362 (showing a Cayley table fails in the notebook due to bad latex code) created by was
In the notebook we have: […]
10:26 Ticket #11361 (cayley_graph method on Integers(n) fails with weird error) created by was
Here's a basic bug in Sage: […]
10:23 Ticket #11360 (The Rubik's Cube group in Sage doesn't support many basic operations for a ...) created by was
We have […] However, these things are all easily computable in Sage: …
08:35 Ticket #11359 (ECL does not fully recover from relocation) created by nbruin
CPPFLAGS are recorded by ECL for future use as default values for …
06:48 Ticket #11358 (matrix multiplication over ZZ sometimes gives incorrect results) created by tomc
Something is wrong with the multi-modular matrix multiplication code for …
01:55 Ticket #11357 (Upgrade GSL to the latest version (1.15), which fixes some GSL bugs and ...) created by drkirkby
Version 1.15 of GSL was released on 5th May this year, so this ticket …

05/19/11:

21:08 Ticket #11356 (Companion matrix constructor) created by rbeezer
This will be used to construct the output of an upcoming rational …
13:23 Ticket #11355 (Tab completion leading to non existent method in CyclicCode ...) created by davidm
This may be already known and there may be no way to avoid it, but having …
12:36 Ticket #11354 (remove dist directory from eclib spkg) created by mariah
This is a subtask of #5903. Apply …
11:51 Ticket #11353 (bitset complement) created by jason
It would be very useful if the Bitset and FrozenBitset? had complement …
07:52 Ticket #11352 (is_polynomial returns wrong results) created by hivert
[…] I definitely prefer to get False. Apply …
07:38 Ticket #11348 (maxima test fails when install tree is moved) closed by jdemeyer
fixed
06:42 Ticket #11351 (make flintqs-20070817 spkg build with -m64 rather than -march=opteron) created by mariah
sage-4.7.rc2 built on an opteron system [skynet:flavius …
00:39 Ticket #11350 (Fraction fields should know whether they are finite or not.) created by SimonKing
If I am not mistaken, a fraction field of an integral domain R is finite …

05/18/11:

11:09 WikiStart edited by ltw
clarified usage of backticks in WikiFormatting (diff)
10:59 Ticket #11349 (Implement Inverse Erf function) created by kcrisman
[ http://mpmath.googlecode.com/svn/trunk/doc/build/functions/expintegrals.ht
08:23 Ticket #11348 (maxima test fails when install tree is moved) created by mariah
The following test fails when the sage-4.7.rc2 install tree is moved. …

05/17/11:

13:22 WikiStart edited by nbruin
added name entry for nbruin (diff)
11:58 Ticket #11347 (global_minimal_model function is sometimes wrong over number fields, when ...) created by was
The discriminant and conductor of a global minimal model must be divisible …
11:14 Ticket #11346 (major bug in the conductor function for elliptic curves over number fields) created by was
Joanna Gaski found a serious bug in the function for computing conductors …
09:56 Ticket #11345 (Period method for quadratic irrationals) created by benjaminfjones
We propose implementing a period method for quadratic irrational …
09:01 Ticket #11344 (Add log1p() example) created by jdemeyer
Add a doctest from #7879.
08:51 Ticket #1263 (change pari C library error handler (instead of overriding exit() with ...) closed by jdemeyer
invalid
08:49 Ticket #9725 (German Translation of the Tutorial) closed by jdemeyer
fixed
08:35 Ticket #11343 (Disallow @ symbol in username because of TinyMCE problems) created by kcrisman
Please see below for what TinyMCE cells look like if you have an @ in …
02:06 Ticket #11342 (Make getattr faster on parents and elements) created by SimonKing
If an attribute of a parent or element can not be found by inspecting the …
01:47 Ticket #3537 (Change $RM in sage-env) closed by jdemeyer
fixed: I just checked all spkg-install scripts and $RM is used nowhere …

05/16/11:

21:46 Ticket #11341 (generate embeddings of a graph up to symmetry) created by rlm
20:02 Ticket #11340 (Make nauty's geng work as a generator) created by rbeezer
Output produced by nauty's geng program can be quite large. Currently, an …
14:05 Ticket #11339 (Refcounting for Singular rings) created by gagern
= Ref counting for Singular rings = Python makes no guarantees that …
12:41 Ticket #11338 (Fix signals/interrupts in sage-doctest) created by jdemeyer
When a doctest gets the dreaded Unhandled SIGSEGV..., the doctest …
12:39 Ticket #11337 (Metaticket: improve doctesting framework) created by jdemeyer
* #12415 - Update doctesting framework ----- * #6357 - Make `sage -t …
12:36 Ticket #8803 (remove deprecated module plot/axes.py) closed by jdemeyer
fixed: Replying to kcrisman: > Hopefully this will do it. Yep, …
12:32 Ticket #11336 (Update doctest tolerance to work with print statement.) created by robertwb
Currently, #10952 only works with expressions, not stdout.

05/15/11:

23:30 Ticket #11335 (Allow symbolic vectors to be simplified elementwise) created by jvkersch
This patch adds a class Vector_symbolic_dense to sage.modules, whose …
08:02 Ticket #11272 (cube(center, size=0.5) does not return a cube centered at center) closed by jdemeyer
fixed
07:41 Ticket #800 (make _sig_on and _sig_off faster when stacked) closed by jdemeyer
duplicate

05/14/11:

08:26 Ticket #11334 (Update numpy to 1.7.0) created by jason
Numpy-1.7.0 is now available and fixes the coercion problem that prevented …

05/13/11:

06:04 WikiStart edited by mvngu
(diff)

05/12/11:

23:14 Ticket #10334 (miscellaneous cleanup in perm_gps preparing for domains) closed by jdemeyer
fixed
23:13 Ticket #10549 (Improvements in canonical_form, is_isomorphic, and ...) closed by jdemeyer
fixed
23:13 Ticket #10495 (is_isomorphic returns False for isomorphic multigraphs) closed by jdemeyer
duplicate
23:12 Ticket #4029 (sage-env kills the shell when called from "wrong" directory) closed by jdemeyer
duplicate: See #9960.
14:00 Ticket #11333 (Incidence structure __eq__ fails without sorted points) created by brett
[…] Release Manager: This is a first-time contribution. …
13:27 Ticket #11008 (spkg test suite successes are not correctly written to the appropriate ...) closed by jdemeyer
fixed
13:27 Ticket #9960 (require SAGE_CHECK to be "yes") closed by jdemeyer
fixed
08:53 Ticket #11332 (65x penalty in performance for using float instead of RealNumber) created by pang
The function random() returns a "float", but 1.0*random() is a …
06:22 Ticket #11331 (PolyBoRi won't build on OS X 10.4 PPC G4) created by kcrisman
With both XCode 2.4.1 and 2.5, builds consistently fail at PolyBoRi on …
04:40 Ticket #11330 (Automatically build VirtualBox image) created by vbraun
We should automatically build a VirtualBox/VMware image for each Sage …

05/11/11:

12:57 Ticket #11329 (make f2c spkg respect CC environment variable) created by mariah
fixed in #7027
12:15 Ticket #11278 (singular 3-1-1-4.p8 fails on Mac OS X 10.4) closed by jdemeyer
fixed
12:11 Ticket #11272 (cube(center, size=0.5) does not return a cube centered at center) closed by jdemeyer
duplicate: Duplicate of #10796.
10:18 Ticket #11328 (matrix insert row won't take ints) created by kcrisman
From …
09:27 Ticket #11327 (isogeny code uses deprecated(?) multi-variate gcd) created by cjh
In sage.schemes.elliptic_curves.ell_curve_isogeny (of sage 4.6.2) the …
08:40 Ticket #11326 (make ATLAS respect CC environment variable) created by mariah
ATLAS does not respect the CC environment variable. Fix with new build …
06:43 Ticket #11325 (Multiple line cells generation in live help broken, lots of samples ...) created by aginiewicz
In notebook the sample tags like "sage:" and "..." are removed. As far as …
03:36 Ticket #11324 (Bug in gale_ryser_theorem) created by ncohen
See the discussion at : …
02:23 Ticket #11252 (Cliquer cannot be interrupted) closed by jdemeyer
fixed

05/10/11:

13:48 Ticket #11323 (allow floats to be taken to complex powers) created by kcrisman
In sage.rings.complex_number.ComplexNumber.__pow__?? […] makes it so …
11:10 Ticket #11322 (Make it clear how to view full output when it's truncated) created by kcrisman
And I mean view nicely. See …
08:28 Ticket #11321 (Make lcalc compatible with the new PARI) created by jdemeyer
PARI version 2.4.4 (see #11130, now aiming at 2.5.0) no longer has an …
06:30 Ticket #11320 (deprecated_function_alias for Cython classes) created by vbraun
Currently you can't use deprecated_function_alias with Cython classes …

05/09/11:

09:53 Ticket #11319 (Cannot create homomorphism from prime residue field to finite field) created by johanbosman
Consider K = QQ(sqrt(337)). The prime 5 is inert in K and the prime 13 …
09:19 Ticket #11318 (Make GroupAlgebra(G, R) an alias for G.algebra(R), and remove its code) created by nthiery
Goal: remove the code for GroupAlgebra?, and make GroupAlgebra?(G,R) an …
08:06 Ticket #11317 (update pynac to 0.2.2) created by burcin
Here is the long awaited pynac update. It includes patches from upstream …
02:32 Ticket #11316 (Weighted degree term orders added) created by klee
Weighted degree term orders (wp,Wp,ws,Ws as in Singular) added to …
02:17 Ticket #8566 (Upate prereq to 0.8, removing 'm' option from 'tar') closed by jdemeyer
duplicate

05/08/11:

10:34 Ticket #11315 (remove pstricks from default latex preamble) created by saliola
At Sage Days 30 we noticed some problems with trying to view a graph …
10:23 Ticket #11314 (Enhance method from_shape_and_word in tableau to allow English reading ...) created by hthomas
Enhance method from_shape_and_word in tableau to allow English reading …
05:24 Ticket #11297 (altivec must be disabled for ECL on PPC OSX 10.5) closed by jdemeyer
fixed
05:24 Ticket #11280 (check XCode version on MacOSX, and bail out if it is 4) closed by jdemeyer
fixed
04:51 Ticket #11313 (Animated GIF plots should repaint bgcolor after each frame) created by kini
As title. ImageMagick should be called with -dispose Background, …
04:27 Ticket #11312 (Speed up the computation of the Hilbert basis of a cone) created by vbraun
My first implementation of the Hilbert basis eventually uses PALP to …

05/07/11:

20:40 Ticket #11311 (engine="pdflatex" in view is ignored) created by saliola
The view command states that the pdflatex argument is deprecated and that …
17:28 Ticket #11168 (rubiks fails doctest with gcc 4.6.0 and -O2 optimisation.) closed by jdemeyer
fixed
04:26 Ticket #7702 (Handle interrupts better in the notebook) closed by jdemeyer
duplicate: I cannot reproduce the problem anymore in recent versions of Sage, so I …
03:10 Ticket #11310 (Monkey-patch catchall `except:` statements so they at least don't catch ...) created by jdemeyer
There are a lot places in the Sage library which use […] This is bad …
03:08 Ticket #11139 (Ideal with no generators for univariate polynomial rings) closed by jdemeyer
fixed
03:07 Ticket #11203 (Raise a true interrupt in GAP interrupt test) closed by jdemeyer
fixed
03:07 Ticket #11294 (Replace PyErr_CheckSignals() by sig_check) closed by jdemeyer
fixed

05/06/11:

15:44 Ticket #11309 (Sage sees - x + y > 0, - y + x >= 0, and x - y > 0 as equivalent) created by tnv
-x + y > 0 and x - y > 0 are treated the same in Sage. […] and …
12:58 WikiStart edited by nthiery
(diff)
10:36 Ticket #11308 (typos in sage.structure.list_clone documentation) created by hivert
Title says all. Apply: 1- …
06:49 Ticket #11307 (L rel. number field, E/L ell. curve, P in E(L), 'P in E.base_ring()' -> ...) created by pbruin
The following code gives an AttributeError where it should probably …
06:26 Ticket #11306 (Upgrade unitary check for RDF/CDF matrices) created by rbeezer
This is an upgrade of the is_unitary() method, based on experience …
06:09 Ticket #11305 (Bijection between Rigged Configurations and Crystal Paths) created by tscrim
Implementation of rigged configurations and Kirillov-Reshetikhin tableaux …
05:51 WikiStart edited by pbruin
(diff)
01:40 Ticket #11304 (Problems with S-class groups of number fields) created by fwclarke
There are some serious problems at present with the code for S-class …
00:19 Ticket #9969 (Update extension code for mpmath-0.17) closed by jdemeyer
fixed
00:18 Ticket #11226 (Sympow spkg fails with gcc 4.6.0) closed by jdemeyer
fixed
00:18 Ticket #10493 (Upgrade Cython to 0.14.1) closed by jdemeyer
fixed

05/05/11:

21:43 Ticket #11303 (Fix the documentation of attach) created by hivert
The help page given by attach? claims: […] This has actually no …
14:36 Ticket #11302 (Make it easier to construct a fan from a triangulation) created by vbraun
A common step in toric geometry is to construct the fan from some …
14:13 Ticket #11301 (empty partition causes error for up_list) created by saliola
[…]
13:15 WikiStart edited by nthiery
(diff)
07:32 Ticket #11300 (Add get_part method to partition.py) created by jbandlow
Add a method to partitions to return a default value for parts that do not …
07:23 Ticket #11299 (Fix documentation of sage.modular.modform.element.ModForm.qexp) created by nthiery
Fix some ReST typos documentation of …
06:39 Ticket #11227 (gcc-4.6.0 optimization bug with cliquer-1.2.p7.spkg) closed by jdemeyer
fixed
04:52 Ticket #10797 (update PolyBoRi to newest upstream release 0.7.0) closed by jdemeyer
fixed
02:48 Ticket #11083 (PolyBoRi fails to build on OpenSolaris with gcc-4.6.0) closed by jdemeyer
fixed
02:28 Ticket #11298 (Extend the capabilities of Sage's introspection) created by SimonKing
The following used to fail: […] Similarly, the edit command did not …

05/04/11:

22:08 Ticket #11297 (altivec must be disabled for ECL on PPC OSX 10.5) created by dimpase
ECL 11.1.1.p0 spkg does not build on MacOSX PPC (G4) running MacOSX 10.5, …
20:22 Ticket #11296 (add default username to sage-combinat install script) created by saliola
The sage-combinat install script fails if there is no username provided to …
18:36 Ticket #11295 (FiniteField_givaroElement.log_to_int documentation) created by nbruin
[…]
12:04 Ticket #11294 (Replace PyErr_CheckSignals() by sig_check) created by jdemeyer
At various places in sage/matrix/, there is the following code: […] …
11:39 Ticket #11293 (All relations of a poset) created by rbeezer
This adds methods for posets to create an iterator and a list, for all the …
10:23 Ticket #11241 (Theta series of degree 2 uses "int" instead of "ZZ" for coefficients) closed by jdemeyer
fixed
08:50 Ticket #10167 (three new methods in Poset) closed by nthiery
duplicate
08:06 Ticket #9564 (libsingular exponentiation can not be interrupted) closed by jdemeyer
duplicate
07:07 Ticket #11292 (Allow broader inputs to lattice meet and join) created by rbeezer
The meet and join methods of a lattice should be more robust about their …
06:56 Ticket #11291 (Interface to Gprof2Dot) created by nthiery
Implement an interface to …
06:41 Ticket #11290 (Implementation of non-commutative k-Schur functions in the nilCoxeter ...) created by chrisjamesberg
Implementation of the nilCoxeter algebra for all Weyl Groups. In affine …
06:18 Ticket #11289 (Random posets, documentation and error-checking) created by rbeezer
As the subject line says. Apply: 1. …
02:05 Ticket #11288 (Maple optional tests) created by SimonKing
I was running the doc tests of sage.interfaces.maple on bsd.math, using …

05/03/11:

23:51 Ticket #11268 (singular_function should turn the Singular documentation into a block of ...) closed by jdemeyer
fixed
23:51 Ticket #11229 (Rational maps attached to elliptic curve isogeny are incorrect) closed by jdemeyer
fixed
23:51 Ticket #10888 (problem in evaluation dual isogeny) closed by jdemeyer
fixed
23:19 WikiStart edited by mvngu
(diff)
20:28 Ticket #11287 (Interface to runsnake and import_statements) created by nthiery
This patch adds two developper tools in sage.misc.dev_tools: - An …
18:32 Ticket #11286 (Speed-up solving linear systems) created by rbeezer
Patch implements solving a linear system of equations in the most naive …
14:37 Ticket #11285 (Request to add feature: Decomposing a finite dimensional vector space with ...) created by chrisjamesberg
I would like to request a new feature for Sage. I would like to be able to …
14:13 WikiStart edited by nthiery
(diff)
13:11 WikiStart edited by nthiery
(diff)
13:07 WikiStart edited by mmastnak
(diff)
12:00 WikiStart edited by hthomas
Added hthomas (diff)
11:38 Ticket #11284 (Document all options of Poset.show and Poset.plot) created by nthiery
The documentation of the plot method of Posets does not document all …
05:30 Ticket #11253 (Allow size argument for plot_projection method of word paths) closed by jdemeyer
fixed
05:30 Ticket #11236 (Fix _test_eq for Python 2.7) closed by jdemeyer
fixed
05:30 Ticket #11167 (Sage 4.7.alpha3 library doesn't build under Cygwin) closed by jdemeyer
fixed
05:30 Ticket #11181 (edge labels should be unique) closed by jdemeyer
fixed
05:30 Ticket #11182 (replace NetworkX empty dictionaries as edge labels with Sage default None) closed by jdemeyer
fixed
05:29 Ticket #9976 (Decorated functions/methods have generic signature in documentation) closed by jdemeyer
fixed
05:29 Ticket #10356 (bipartite graph doesn't label a vertex when showing it) closed by jdemeyer
fixed
05:29 Ticket #10804 (Improvements to partn_ref functions, including stabilizer chains) closed by jdemeyer
fixed
05:28 Ticket #9633 (binomial does not accept float) closed by jdemeyer
fixed
05:28 Ticket #9623 (interacts for high school level education) closed by jdemeyer
fixed
05:28 Ticket #9154 (boehm_gc (still, still) fails to build on Cygwin) closed by jdemeyer
fixed
05:28 Ticket #9065 (Add support for facade parents) closed by jdemeyer
fixed
05:28 Ticket #5982 (Can't construct fraction field) closed by jdemeyer
fixed

05/02/11:

13:11 Ticket #11283 (algdep throws exception on valid input) created by dunfield
The algdep function chokes when the input is a vanilla Python complex …
11:39 Ticket #11282 (Add a link from the main live documentation help page to the thematic ...) created by nthiery
The fast static version of the documentation points to the thematic …
10:57 Ticket #11281 (.. math:: environment ignored in the live documentation) created by nthiery
.. math:: environments seem to be ignored in the live documentation. See …

05/01/11:

23:28 Ticket #11280 (check XCode version on MacOSX, and bail out if it is 4) created by dimpase
Currently, XCode 4 (namely, version 4.0.1) produces a Sage executable that …
13:30 Ticket #11279 (Convex Hulls, Hull number in graphs) created by ncohen
This ticket implements a method to compute the hull number of a graph. As …
03:56 Ticket #11264 (sage/combinat/iet/strata.py is the last place in sage to use the ...) closed by jdemeyer
fixed
02:32 Ticket #11277 (Temporarily disable failing SVD doctest) closed by jdemeyer
fixed

04/30/11:

13:35 Ticket #11278 (singular 3-1-1-4.p8 fails on Mac OS X 10.4) created by jdemeyer
On my Mac OS X 10.4 PPC 32-bit system, singular (#11084) fails to compile …
13:05 Ticket #11243 (python spkg build fails on Ubuntu 11.04) closed by jdemeyer
fixed
09:47 Ticket #11277 (Temporarily disable failing SVD doctest) created by jdemeyer
On one particular configuration (Mac, gcc 4.2.1), there is a doctest …
06:36 Ticket #11276 (bug in documentation for non_surjective for Galois representations ...) created by dpathakjee
non_surjective() docstring incorrectly states that it's inconclusive and …
Note: See TracTimeline for information about the timeline view.