On 8/3/2010 7:34 PM, Dr. David Kirkby wrote:
I think I've discovered something which should be a blocker for 4.5.2.
http://trac.sagemath.org/sage_trac/ticket/9681
Please correct me if I'm mistaken. It would not be the first time I've
been mistaken over dependencies in the spkg/standard/deps fil
The following are from the thread "sage-4.5.rc0 released" on sage-release.
On 07/12/2010 03:54 PM, Dr. David Kirkby wrote:
> On 07/12/10 09:47 PM, John H Palmieri wrote:
>> Right, this was one of the patches to allow for parallel spkg
>> building. Without it, the ecl build could fail. Dave, have
On 07/08/2010 11:28 PM, 3DRaven wrote:
> I have run the "sage" and click notebook()
> Start firefox: http://localhost:8000
> I had to wait a few minutes.
> Soot is very slow.
> The calculation was unable to run.
> Timeouts connection with the server all the time.
Could you please be more precise a
On 07/09/2010 12:46 AM, Pat LeSmithe wrote:
> I get many failures [1] when I run, e.g.,
>
> ./sage -tp 22 -long -sagenb -randorder=42 devel/sage
That should be '-randorder=12345' to match the results quoted below.
For full raw test logs, please see
http://trac.sagemath.org/sa
I get many failures [1] when I run, e.g.,
./sage -tp 22 -long -sagenb -randorder=42 devel/sage
with an otherwise long-doctest-passing Sage 4.5.alpha4 on sage.math.
I've opened
http://trac.sagemath.org/sage_trac/ticket/9461
[1] Nearly all seem to be reproducible. The following tests "failed:"
On 07/06/2010 04:10 AM, Dr. David Kirkby wrote:
> 3) The Sage library.
> Is it really necessary for endless calls to
>
> python `which cython`
>
> to all be run serially? Could these be done in parallel?
Are you using
export MAKE="make -j X"
? What happens if you use
export MAKE="make -jX"
On 03/09/2010 12:24 AM, Kwankyu Lee wrote:
> But in the notebook of Sage 4.3.3, the same input produces
>
> Traceback (most recent call last):
> File "", line 1, in
> File "_sage_input_37.py", line 9, in
> open("___code___.py","w").write("# -*- coding: utf-8 -*-\n" +
> _support_.preparse
As Jason said, the docstrings do indicate what model (simple, for now)
we're using to transform colors. We mention in several places in
colors.py docstrings that we reduce R, G, and B components modulo one.
But we could be more explicit.
Anyway, we could make it possible to choose between this an
On 03/04/2010 01:52 AM, John Cremona wrote:
> Could that be solved by doing that startup as soon as the person logs
> in? Or as soon as they open the worksheet (before they do the first
> evaluate)?
We already do the latter (though not for doc worksheets). From
sagenb.notebook.twist, around line
On 03/03/2010 10:50 AM, kstueve wrote:
> #include
> #include
What happens if you insert
#include
here?
Compiling with extra warning flags *may* help:
$ gcc -o fastli fastli.c -lm -O2 -W -Wall
fastli.c: In function ‘main’:
fastli.c:29: warning: implicit declaration of function ‘atof’
fastli.
On 03/03/2010 05:48 AM, William Stein wrote:
> Pari 0.030s
> Python 0.046s
> Maple 0.111s
> Maxima 0.456s
> Mathematica0.524s
> Matlab 0.844s
> Magma 0.971s
> Sage 1.658s
>
> This is probably the only benchmark that involves a "functio
On 02/11/2010 04:44 AM, Pat LeSmithe wrote:
> On 02/09/2010 07:39 AM, Robert Miller wrote:
>> On Mon, Feb 8, 2010 at 6:17 PM, Pat LeSmithe wrote:
>>> * Has anyone investigated building multiple spkgs in parallel, as long
>>> as they're independent? I tried this
On 02/24/2010 08:38 PM, John H Palmieri wrote:
> When I run doctests on the file ell_rational_field.py, I end up with a
> small file called PRIMES in the current directory. This shouldn't
> happen: running doctests shouldn't produce files in a non-temporary
> directory. However, I can't figure out
On 02/15/2010 03:23 PM, William Stein wrote:
> I'm sure it will get implemented. I don't think it will be that hard.
> It's just a matter of time. It would likely just involve changing
> the function "load" in SAGE_ROOT/devel/sage/sage/misc/preparser.py
I've posted a first take at
http://trac
On 02/09/2010 03:53 PM, Nicolas M. Thiery wrote:
> * graph_editor was using iterations=1000 as default. Was there a
>reason? If yes, do we want to set this up as default value for all
>layouts?
Feel free to change this --- there's definitely no deep reason.
It was an attempt to avoid giv
I've published spkg dependency graphs for Sage 4.3.2 at
http://www.sagenb.org/home/pub/1530/
Comments, corrections, etc., are welcome!
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
Sage 4.3.2 / SageNB 0.7.4
This is
http://trac.sagemath.org/sage_trac/ticket/8208
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.g
On 02/06/2010 08:35 AM, William Stein wrote:
> Is there anything else that is critical that was missed/broken by
> 4.3.2 that I'm missing?
Building the PDF version of the French tutorial and tour:
http://trac.sagemath.org/sage_trac/ticket/8183
(For Sage Days 20)
--
To post to this group, send
On 02/06/2010 04:01 AM, Minh Nguyen wrote:
> Merged in sagenb:
Just a quick note: These tickets are part of SageNB 0.7.4, but Sage
4.3.2 contains version 0.6.
To install the former, please visit
http://trac.sagemath.org/sage_trac/ticket/8051
Or, if you'd like to test forthcoming features, visi
On 02/05/2010 08:33 AM, NoSyu wrote:
> I copied from SAGEROOT/devel/sage/doc/en folder to SAGEROOT/devel/sage/
> doc/ko to make Korean version.
>
> Then translating the index.rst file and edit SAGEROOT/devel/sage/doc/
> common/builder.py file like this.
> But When I build the doc and start the not
On Jan 28, 10:03 pm, Nils Bruin wrote:
> On Jan 28, 1:01 pm, Mike Hansen wrote:
> > You can easily createSVGplots as it is now:
> > sage: p = plot(x^2, -2, 2)
> > sage: p.save('xsquared.svg')
> Interesting. In firefox 3.5.2, this actually does not work in the
> notebook:
What happens if you add
On 02/03/2010 09:11 AM, xtian wrote:
> Pat LeSmithe wrote:
>> This is now v2 at
>> http://trac.sagemath.org/sage_trac/ticket/8168
> Much appreciated, thanks!
No problem. Do you have a Sage trac account?
--
To post to this group, send an email to sage-devel@googlegroups.com
T
On 02/01/2010 08:18 AM, xtian wrote:
> As a user, I'd prefer it the other way around, i.e. reset() would
> behave as in Sage 4.3 and before, something like
>
> reset(attached=True)
>
> could then do what the recent changes to attach() were meant
> to do (let there be a keyword for the newly intr
On 02/01/2010 07:15 AM, xtian wrote:
> On 1 Feb., 11:12, Pat LeSmithe wrote:
>> Could you please give a specific example (e.g., file contents, commands
>> to evaluate in sequence) that exhibits the problem?
Thanks! I think this happens because
sage.misc.reset.reset
calls
On 01/27/2010 02:31 PM, xtian wrote:
> In the Sage 4.3.1 interpreter, an attached file gets re-read
> exactly two times when changed. Subsequent changes
> (saved to disk, of course) do not trigger re-reading the file.
Could you please give a specific example (e.g., file contents, commands
to evalu
Does anyone here have experience configuring and managing a Buildbot system?
http://buildbot.net/trac
http://djmitche.github.com/buildbot/docs/latest/
To enable continuous, automated builds on several platforms, we could
* Set up a meta-repository of the Sage Mercurial repositories and
spkgs.
On 01/31/2010 04:05 AM, Simon King wrote:
> When working on some trac tickets, I found that the "preview" button
> does not work.
>
> Trac claimed that it was an invalid operation. Afterwards, when
This *may* have happened during a server-side change, e.g., while
configuring a plug-in.
> returni
On 01/27/2010 06:24 PM, Gokhan Sever wrote:
> On Jan 27, 7:15 pm, Jaap Spies wrote:
>> Gokhan Sever wrote:
> Could someone register me at the Trac? I am getting a bizarre error
> there:
Could you let us know the name and version of the browser and the URL
for the page with the error? Also, could
On 01/24/2010 02:21 PM, Minh Nguyen wrote:
> On Mon, Jan 25, 2010 at 9:06 AM, felix wrote:
>> in sage 4.3.1 ~/.sage/init.sage is not automatically attached in the
Thanks very much for reporting this problem, which is now
http://trac.sagemath.org/sage_trac/ticket/8092
--
To post to this group,
On 01/21/2010 12:22 PM, William Stein wrote:
>
> local/lib/python/site-packages/sagenb-0.6-py2.6.egg/sagenb/data/graph_editor/
>
> It would be *GREAT* if there were a README.txt file in that directory
> that explained what all the js files actually are, something about how
> the graph editor w
Should we put
# -*- coding: utf-8 -*-
at the top of all .py and .pyx(?) files in the Sage library?
I think this will allow us to use Unicode literal strings in Sage code,
doctests, documentation --- without raising coding errors.
Thoughts?
Some links:
http://wiki.sagemath.org/devel/nonASCII
h
On 01/11/2010 09:25 PM, Gonzalo Tornaria wrote:
> PS: Can somebody explain why rebuilding just the scipy spkg triggers
> rebuilding the whole damn documentation, which takes way longer than
> rebuilding scipy (and it's clearly unnecessary). Doesn't this
I'm not sure that it's relevant, but near th
On 01/09/2010 07:35 PM, Oscar Gerardo Lazo Arjona wrote:
> As a continuation of the recent cloning of ploting methods found in
> mathematica. I've started a clone of RevolutionPlot3D.
> http://reference.wolfram.com/mathematica/ref/RevolutionPlot3D.html
>
> The corresponding ticket is http://trac.s
On 01/08/2010 12:45 PM, Rob Beezer wrote:
> I wanted to have an interact control label formatted as mathematics.
> [...]
> Or, should this be a feature request? I didn't find anything relevant
> in Trac. (But I can put it there.)
This is now
http://trac.sagemath.org/sage_trac/ticket/7874
--
To
On 01/07/2010 11:09 AM, kcrisman wrote:
> Just curious if this is how we want interacts to look on Internet
> Explorer - see http://boxen.math.washington.edu/home/kcrisman/IEinteract.png
> I'm referring to the weird blue box at the end. This is IE7 on
> Windows XP. It doesn't look that much like
On 01/04/2010 11:11 AM, Jaap Spies wrote:
> sage -t "devel/sage/sage/misc/sagedoc.py"
> **
> File "/home/jaap/downloads/sage-4.3/devel/sage/sage/misc/sagedoc.py", line
> 897:
> sage: browse_sage_doc(identity_matrix, 'html',
On 01/01/2010 11:27 AM, ma...@mendelu.cz wrote:
> On 1 led, 20:02, "ma...@mendelu.cz" wrote:
>> On 1 led, 19:50, "ma...@mendelu.cz" wrote:
>>> Error: X is null
>>> Source file:http://www.sagenb.org/javascript/sage/main.js
>>> Line: 374
>> The same problem with Firefox 3.5.6
> And the same error m
On 12/31/2009 06:14 PM, ma...@mendelu.cz wrote:
> On 31 pro 2009, 09:22, "ma...@mendelu.cz" wrote:
>> Does not help either.
> Does not help even if I use the install script in sagenb sources
> directory to install changewd version. Any other idea?
Just to gather a bit more information:
Do the "L
On 12/30/2009 01:31 PM, ma...@mendelu.cz wrote:
> I did more tests - Sage 4.2. is the last version where deleting and
> stopping workseehts via buttons from "Home" folder works for me.
One or more of these problems may appear in many other browsers, too.
Could you try commenting out
if no
On 12/29/2009 07:28 PM, Dan Drake wrote:
> I'm trying to build the reference manual for 4.3 on a virtual machine
> with a gigabyte of memory, but it fails:
> [...]
> Does building the reference manually truly need that much memory? I know
> I don't have any swap, but I thought 900+ megabytes would
On 12/28/2009 09:02 AM, John Cremona wrote:
> Luckily my edits worked first time so I did not have to do the cycle
> again; but and work on docstrings will be rather tedious unless
> someone can work out why this is happening.
I think the source may be #7683
http://trac.sagemath.org/sage_trac/ti
On 12/28/2009 03:30 AM, Jan Groenewald wrote:
> and it works fine! No more jsmath error popping up. And the fraction is now
> aligned properly.
That's great!
> Everything seems to be working fine. I don't know why the new
> SPKG didn't pick up the problem. Should the old directory
> not exist at
On 12/28/2009 02:57 AM, ma...@mendelu.cz wrote:
> Hi, I would try to copy manualy the directories cmbx10 cmex10 cm-
> fonts cmmi10 cmr10 cmsy10 cmti10 to the directory where msbm10 is
> present. i.e. /usr/local/src/sage-4.3/local/lib/python2.6/site-
> packages/sagenb-0.4.8-py2.6.egg/sagenb/d
On 12/27/2009 04:22 PM, ma...@mendelu.cz wrote:
> can you confirm this behavior of sage notebook as a bug?
>
> when in Home (i.e. I have a list of worksheets) in folder Active, with
> one worksheet running
>
> * If I check the box of running worksheet and click Stop, nothing
> happens. Reloading
On 12/26/2009 06:26 AM, pipedream wrote:
> 4.
> I recently installed the jsmath SPKG on 4.2 so that students could
> print
> from SAGE. The upgrade of 4.2 to 4.3 and a minor upgrade in jsmath
> happened at the same time. Now when I open a worksheet in the
The spkg at #7778
http://trac.sagemath.or
On 12/27/2009 04:01 PM, ma...@mendelu.cz wrote:
> On 27 pro, 23:06, "ma...@mendelu.cz" wrote:
> CASE 1:
> or simply (if we prefer the latest version)
> CASE 2:
> install_dir="$SAGE_ROOT/local/lib/python2.6/site-packages/
> sagenb-0.4.8-py2.6.egg/sagenb/data/jsmath/"
>
> Are there any suggestions
On 12/23/2009 08:05 AM, Andrey Novoseltsev wrote:
> I have seen problems with tab-complete too. I don't know if they are
The patch at #7756
http://trac.sagemath.org/sage_trac/ticket/7756
may help with these problems.
--
To post to this group, send an email to sage-devel@googlegroups.com
To uns
On 12/08/2009 04:56 PM, William Stein wrote:
> theory" component, which has an *enormous* number (=19) of tickets
> that need review.Is there any plan to get this under review?
If it's not too much trouble, could you please set up Rado's graph editor
http://trac.sagemath.org/sage_trac/ticket/
On Dec 2, 10:39 am, Philippe Teuwen wrote:
> After upgrade from 3.4 to 4.2.1 I tried to access from the notebook,
> logged as admin, I try to access the "notebook settings" page and get:
> [...]
> Any idea?
Given the extent of changes to the notebook from Sage 3.4 to 4.2.1, it
may be easiest now
On 11/28/2009 01:14 PM, kstueve wrote:
> inkscape. Pyparsing seems to meet my needs. This is a third party
Pyparsing is already part of the Sage distribution:
sage: from matplotlib import pyparsing
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this
On 11/28/2009 02:19 AM, Robert Bradshaw wrote:
> On Nov 28, 2009, at 1:50 AM, Dr. David Kirkby wrote:
>>> Actually, someone did a Masters project on just this.
>> Is the MSc project available online? I'd be interested to read it if
Paper:
http://www.gingerlime.com/20090901_securing_sage_noteboo
Part of the outline at
http://wiki.sagemath.org/SageTasks
is about build logs:
* Separate file for each spkg for parallel builds.
* Group by install, upgrade, or spkg install event.
* Remotely aggregate and display refreshed statistics.
Thoughts? Suggestions? Implementations? Are
Part of the outline at
http://wiki.sagemath.org/SageTasks
is about build logs:
* Separate file for each spkg for parallel builds.
* Group by install, upgrade, or spkg install event.
* Remotely aggregate and display refreshed statistics.
Thoughts? Suggestions? Implementations? Are
An open-ended query, naive in several ways:
Is it possible to generalize Cython
http://www.cython.org/
http://en.wikipedia.org/wiki/Cython
to Cilk / Cilk++
http://software.intel.com/en-us/articles/intel-cilk/
http://supertech.csail.mit.edu/cilk/
http://en.wikipedia.org/wiki/Cilk
http://www.cilk
On 11/16/2009 12:58 AM, Nicolas M. Thiery wrote:
> sage -clone is hanging during the call to Sphinx on my ubuntu 9.4 box,
> whereas it worked fine with 4.2.1 alpha0. Anyone else encountering this?
>
> The attached log was generated with:
>
> zephyr-/opt/sage-4.2.1> ./sage -clone truc 2>&1 | tee
On 11/15/2009 09:51 PM, kstueve wrote:
> GeoGebra and Jmol are written in Java. Jmol and GeoGebra can use
> JavaScript to simplify embedding in a web-page. Is this what you mean
> by JS-"able"?
Yes. Although Sage, for now, does not make extensive use of either
project's JS API, we could use t
On 10/31/2009 10:50 AM, Robert Bradshaw wrote:
>>> http://docs.python.org/library/logging.html
>> http://firelogger.binaryage.com/
>> http://github.com/darwin/firepython
>> http://getfirebug.com/
>
> What's the performance like on these two projects? If we're going to
> be using it internally,
On 11/15/2009 06:08 PM, kstueve wrote:
> If using JS (and related libraries) on all platforms may require extra
> plugins, would Java make more sense, or do I just need to find ways to
> use JS effectively?
>
> Does anyone have any general suggestions on how I might want to
> develop a GUI with a
On 11/15/2009 03:42 PM, kstueve wrote:
> I would appreciate it if anyone has any links to JavaScript libraries
> (or general suggestions on making a JavaScript GUI front-end that
> communicates with a Python program) that might be helpful.
There are some links at
http://wiki.sagemath.org/Javascr
On 11/13/2009 09:42 PM, John H Palmieri wrote:
> I like this. (Note, though, that it doesn't show all of the methods
> for chain complexes (for instance) in one place, and it doesn't let
> you easily see which ones from SageObject may have been overridden.)
On including inherited members but not
By the way, I started with this list:
http://trac.sagemath.org/sage_trac/query?status=needs_info&status=needs_review&status=needs_work&status=new&max=200&component=notebook&order=id&col=id&col=summary&col=component&col=type&col=status&col=priority&col=milestone
These are all open "notebook" comp
I apologize for misinterpreting a ticket. Absolutely no offense is
intended. There may be others on Trac that I've missed.
Format: (Summary, URL)+, suggested resolution.
notebook -- change it so worksheet text is *not* stored in the
notebook/worksheet objects when pickling and unpickling
http
On 11/13/2009 04:58 PM, Florent Hivert wrote:
> If it's doable, I think that is the good way, as I suggested:
>
> > when documenting a class, either put systematically links to the upper
> > classes, or else put some array with inherited methods together with
> > links."
According to
http://
On 11/05/2009 02:33 PM, Sameer wrote:
> I also tried to build Sage itself and I get another error:
>
> /home/sameer/all/sage-4.2/spkg/build/r-2.9.2/src/bin/exec/R: /home/
> sameer/all/sage-4.2/local/lib/gcc-lib/x86_64-unknown-linux-gnu/4.0.3/
> libgcc_s.so.1: version `GCC_4.2.0' not found (requir
On 10/31/2009 03:45 AM, Burcin Erocal wrote:
> What about writing a simpler interface to the Python logging facilities
> instead of trying to fix verbose?
>
> http://docs.python.org/library/logging.html
To WSGI cognoscenti: How difficult would it be to adapt FireLogger's
http://firelogger.binar
On 10/25/2009 05:50 AM, zeliboba wrote:
> great! what is "live doc converter" btw?
See docHTMLProcessor.py in
$SAGE_ROOT/local/lib/python/site-packages/sagenb/notebook/
Also, look at twist.py's WorksheetFile.render(), which uses the
processor to convert a static HTML doc page into an editable w
On 10/26/2009 05:16 PM, John H Palmieri wrote:
> On Oct 26, 4:52 pm, William Stein wrote:
>> On Mon, Oct 26, 2009 at 4:41 PM, John H Palmieri
>> wrote:
>>
Why do we do *anything* with Sphinx after cloning? Shouldn't we just
copy everything over?
>>
>>> Because if we just copy everyth
On 10/23/2009 05:23 AM, zeliboba wrote:
> I started to play with sage recently and noticed that stand-alone
> scripts and worksheets are really decoupled. I would prefer to have
> script, for doing quick and dirty calculations, but next it would be
> good to use notebook to share it with colleague
On 10/21/2009 04:22 PM, William Stein wrote:
> I've replicated this: http://trac.sagemath.org/sage_trac/ticket/7263
> Basically all jmol 3d plotting at the command line is totally broken
> right now on all platforms. Not good.
Patches at
http://trac.sagemath.org/sage_trac/ticket/7263
They dep
On 10/19/2009 03:35 AM, Jaap Spies wrote:
> Upgrading from sage-4.1.2.rc2 failed on Fedora 11, 32 bit:
>
> env = pickle.load(picklefile)
> AttributeError: 'module' object has no attribute 'RedirStream'
> [j...@paix sage-4.1.2.rc2]$
Can you try deleting SAGE_ROOT/devel/sage/doc/output and re
On 10/18/2009 10:07 AM, William Stein wrote:
> On Sun, Oct 18, 2009 at 5:10 AM, Wilfried Huss
> wrote:
>> Linking to an external video file works as expected. But if I
>> try to use an ogg theora video, which is uploaded into the DATA
>> directory, as the source of the element, the file is not
There's a demo Trac server with lots of installed plug-ins at
http://sage.math.washington.edu:1/
To create an account, click on the "Register" link.
Feel free to add tickets, comments, etc.
To make a ticket appear in the dependency graph, edit the "Blocks" or
"Blocked By" fields.
--~--~-
Harald Schilly wrote:
> Hi, I can confirm this with Ubuntu 9.10 (the beta of the next one)
> using gcc 4.4.1.
>
> The line says:
>
> make[6]: Leaving directory `/home/harri/sage/sage-4.1.2/spkg/build/
> r-2.9.2/src/src/library/base'
> /home/harri/sage/current/spkg/build/r-2.9.2/src/bin/exec/R: /
ma...@mendelu.cz wrote:
> Hello, I still have problem with jsmath mentioned at thread "notebook
> help needed". See the copy below and Jason's reply. I have the error
> message on sagenb.org and I can see Latex code instead of the formula.
> No problem of this type with Version 4.1.1.
>
> It woul
John H Palmieri wrote:
> I'm seeing the same thing, more or less, with Safari on a Mac: in the
> live documentation, both sets of ... are in math mode, and in the
> static, only the $$...$$ ends up in math mode. It's strange; I wonder
> if it has to do with jsMath somehow. I was trying ``$`` ..
Håkan Granath wrote:
> A minor point: some documentation on keyboard shortcuts was added to
> the reference manual in #6556, but the sage/server/notebook/config
> section
> was removed in #6840.
Thanks very much for pointing this out. I'll create a new ticket and
patch to bring config.py back in
A simplified successor to
http://wiki.sagemath.org/SageUsability
is up at
http://wiki.sagemath.org/SageTasks
My apologies for omissions, other mistakes, poor classifications, and
other errors of judgment. Feel free to make changes.
I'm too tired right now to add the new items in sagenb/todo
On Sun, Sep 27, 2009 at 11:16 AM, Pat LeSmithe wrote:
> * Re-organize the Sage wiki front page? For example:
There's a very early version at
http://wiki.sagemath.org/NewFrontPage
Feel free to make suggestions and changes to this page or to any of
http://wiki.sagemath.org/SageSuppo
Kwankyu wrote:
> I think that if Sage has a component as a part of it, we should at
> least tell the user how to use the component. Currently the user is
> told to ask Google about it. Here I mean those components intended for
> end users. .
How about at least including links to [sufficiently] o
Harald Schilly wrote:
> On Sep 24, 9:39 pm, William Stein wrote:
>> We should setup something
>> maybe more longterm, say on sagemath.org itself?
>>
>
> +1
> ~/www-files/irc/ sounds good for me, I can handle the rest ;)
I'm not sure if its easy to use programmatically, but I found an IRC log
f
Nicolas M. Thiery wrote:
> On Fri, Sep 25, 2009 at 06:22:07AM -0700, Pat LeSmithe wrote:
>> Nicolas M. Thiery wrote:
>>> Ah, by the way, a question for spkg experts: the current dot2tex spkg
>>> I built contains two separate python modules, pyparsing and dot2tex,
>
Peter wrote:
> Is anyone working on rendering surfaces with shading over the
> wireframe?
Is it practical to adapt the Pre3d library
http://deanm.github.com/pre3d/
? For what it's worth, I've usually found that Chromium 4 renders more
quickly than Firefox 3.5.3. But this is purely subjective.
Nicolas M. Thiery wrote:
> Ah, by the way, a question for spkg experts: the current dot2tex spkg
> I built contains two separate python modules, pyparsing and dot2tex,
> the later depending on the former. Should there be two spkg's instead?
> Is it possible to state the dependency so that users co
William Stein wrote:
> Thanks!!
To sample a bevy of Trac plugins, please visit
http://trac.sagemath.org/sage_trac/ticket/6928#comment:9
Highlights:
* Mercurial repository browser - side-by-side diffs; supports queues.
* Custom notifications - I have not tested these.
* "Blocks" and "Is bloc
Nathann Cohen wrote:
> I had a question to ask about the documentation we produce for Sage from the
A dynamic, lazy-loading, live documentation browser and/or object
inspector could be useful. Which layouts are appropriate? Can we use
existing libraries?
Trees
http://api.jquery.com/
http://ww
> On Sun, Sep 20, 2009 at 3:59 PM, William Stein wrote:
>> On Sun, Sep 20, 2009 at 12:48 PM, Ondrej Certik wrote:
>>> I can implement login free possibility to edit published worksheets.
>> That's also very very high on my list. I want it to provide nice
>> views on http://sage.math.washington
William Stein wrote:
> On Sat, Sep 12, 2009 at 2:27 PM, Pat LeSmithe wrote:
>> Is there an easy way to test various macros and plug-ins short of a
>> site-wide installation at Sage trac?
>
> Why don't you install trac and try out anything you want? It's not
>
Jason Grout wrote:
> Pat LeSmithe wrote:
>> Sorry, if this is too much detail. The non-static case is still just
>> conjecture, but it should be easier to implement with your insight below.
> Wow, your ideas are fantastic. I'm really glad we have someone as
> capa
Jason Grout wrote:
> Does the old flora theme not work with the new jqueryui? Last time we
> upgraded, we ended up keeping the old flora theme.
No, or at least, not well with a simple substitution. Apparently, a lot
has changed from 1.6r807svn to 1.7.2.
--~--~-~--~~~-
Jason Grout wrote:
> Pat LeSmithe wrote:
>> The immediate context, at least for me, is automatically generating
>> images in the documentation (#6847, nothing yet). Currently, this uses
>> a modified version of a matplotlib Sphinx directive with a new comment
>> m
Pat LeSmithe wrote:
> ':no-source:,' that affect an entire block.) Backstage, Sphinx
> generates and runs, e.g.,
> [...]
> What if we added a "display=None" flag? It it's set, show() makes no
> images but updates and *returns* a Graphics object? Neith
If I execute
sage: circle((0,0), 3, rgbcolor=(0.8,0,0.7), aspect_ratio=1)
or
sage: a = circle((0,0), 3, rgbcolor=(0.8,0,0.7), aspect_ratio=1)
followed by one of
sage: a
sage: a.show()
I see a circle with aspect ratio 1. But if I run
sage: a.save('foo.png')
the saved circle is squashed. I
Maurizio wrote:
> Wouldn't be better if there was some sort of triangular end which
> points to the exact thick (when they are plotted)? Without them, the
> slider look a bit "approximate" or "inexact" :)
A visible "notched" guide does not appear to be a built-in option [1]:
http://jqueryui.com/
I've attached a snapshot of the default sliders provided by the new
jQuery UI spkg, available at
http://trac.sagemath.org/sage_trac/ticket/5447
(An active slider is orange.) Also attached: Shots of custom sliders
with thin and thinner handles. Which, if any, do you prefer?
--~--~-~--~
Michelle Callaghan - Sun Microsystems wrote:
> Sorry for crashing your thread, but I was just searching around to see
> if anyone was running Sage on Solaris and I came upon your dicussions,
> I just wondered if there is a specific customer requirement that you
> know of for Sage on Sun as we woul
On Sat, Sep 12, 2009 at 12:08 PM, Jason Grout
wrote:
> For a long time, I've wanted a report of all tickets on which I've
> participated (i.e., commented, started, been assigned, posted patches, etc.)
Unless I'm mistaken, with macros similar to these
http://trac-hacks.org/wiki/WikiTableMacro
ht
William Stein wrote:
> On Fri, Sep 11, 2009 at 10:13 PM, Pat LeSmithe wrote:
>> Assuming the code
>> http://trac-hacks.org/svn/ticketbacklinksmacro/0.11/TicketBackLinksDescription/macro.py
>> actually works, I think we can tailor the SQL query to select records
>&
Dan Drake wrote:
> On Fri, 11 Sep 2009 at 07:02PM -0700, Pat LeSmithe wrote:
>> Dan Drake wrote:
>>> On Fri, 11 Sep 2009 at 03:39PM -0700, Pat LeSmithe wrote:
>>>> Which features shall we ask the trac and wiki admins to install?
>>> One feature I would like
Dan Drake wrote:
> On Fri, 11 Sep 2009 at 03:39PM -0700, Pat LeSmithe wrote:
>> Which features shall we ask the trac and wiki admins to install?
>
> One feature I would like is forward references for tickets. This is a
> bit like the ticket dependency graph, but just for li
William Stein wrote:
> On Fri, Sep 11, 2009 at 1:18 PM, Pat LeSmithe wrote:
>> William Stein wrote:
>>> On Fri, Sep 11, 2009 at 11:41 AM, Pat LeSmithe wrote:
>>>> To colorize code blocks in trac descriptions and comments, try
>>> Are you saying &quo
1 - 100 of 181 matches
Mail list logo