[sage-devel] LaTeX font issue with notebook

2010-11-26 Thread Carlo Hamalainen
doc texlive-generic-extra texlive-generic-recommended texlive-latex-base texlive-latex-base-doc texlive-luatex texlive-math-extra texlive-pstricks texlive-pstricks-doc Am I missing another texlive package? Or some other kind of preamble for my LaTeX cell? Thanks, -- Carlo Hamalainen http://carlo-ha

Re: [sage-devel] Sage 4.3.4 released

2010-03-21 Thread Carlo Hamalainen
ternal error: Killed (program cc1plus) Please submit a full bug report. I haven't had this problem with earlier versions of Sage. Full log is here: http://carlo-hamalainen.net/sagetmp/install.log-4.3.4.bz2 Do I need a newer gcc/g++? -- Carlo Hamalainen http://carlo-hamalainen.net -- To po

Re: [sage-devel] ARM compilation of sage progress

2010-01-17 Thread Carlo Hamalainen
tplotlib, singular, and R. I'm trying the latest version of numpy to see if I can get the build process to actually finish. I'm on a brilliant Australian ADSL2+ plan with 1Gb quota per MONTH (upload and download combined) so providing binaries is a bit tricky right now. Next month should be

Re: [sage-devel] Arm cross compilation

2010-01-11 Thread Carlo Hamalainen
etc, so I'm just skipping the packages that break to see how far it will go. I'll post results when it finishes (probably later today). -- Carlo Hamalainen http://carlo-hamalainen.net -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, s

Re: [sage-devel] Re: Ideas about improving sage desktop app

2010-01-09 Thread Carlo Hamalainen
o you have a small example of this Qt-ipython-cython setup? Even if it's a bit of a kludge it sounds handy. -- Carlo Hamalainen http://carlo-hamalainen.net -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sa

Re: [sage-devel] Re: Easy question in Python/Sage...

2009-12-10 Thread Carlo Hamalainen
ts, lists, dictionaries, etc, in Python: http://wiki.python.org/moin/TimeComplexity -- Carlo Hamalainen http://carlo-hamalainen.net -- 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 mor

Re: [sage-devel] Re: Why is cloning so slow?

2009-12-03 Thread Carlo Hamalainen
around line 213 of sage/libs/singular/ring.pyx there isn't something like elif is_RealField(base_ring) and base_ring.rounding_mode() == 'RNDN': which the patch is trying to bring in. -- Carlo Hamalainen http://carlo-hamalainen.net -- To post to this group, send an email to sag

Re: [sage-devel] Re: Why is cloning so slow?

2009-12-03 Thread Carlo Hamalainen
vel/sage$ hg qimport ~/mpolynomial_rr_libsingular_fixes.patch adding mpolynomial_rr_libsingular_fixes.patch to series file ca...@blah:~/sage/devel/sage$ hg push pushing to /home/carlo/sage-4.3.alpha0/devel/sage searching for changes no changes found -- Carlo Hamalainen http://carlo-hamalainen.net

Re: [sage-devel] Editing source python modules

2009-11-24 Thread Carlo Hamalainen
isn't clear then please do ask about it. Cheers, -- Carlo Hamalainen http://carlo-hamalainen.net -- 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 th

Re: [sage-devel] Re: the creeping library collision problem...

2009-11-19 Thread Carlo Hamalainen
On Thu, Nov 19, 2009 at 6:14 PM, William Stein wrote: > What happens if you type: > >  sage: !sage-native-execute evince Evince pops up with no errors. Great :) I only have $SAGE_ROOT in my path, so I never noticed that file in $SAGE_ROOT/local/bin. Thanks, -- Carlo Hamalainen htt

Re: [sage-devel] the creeping library collision problem...

2009-11-19 Thread Carlo Hamalainen
symbol: gzopen64 This is on a 32bit laptop with Ubuntu 9.04. -- Carlo Hamalainen http://carlo-hamalainen.net -- 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, vi

[sage-devel] Re: Lorien Labs: an IDE for Sage

2009-11-16 Thread Carlo Hamalainen
igure.py Error: Qsci/qsciglobal.h could not be found in /usr/include/qt4. If QScintilla is installed then use the -n argument to explicitly specify the correct directory. I Googled and couldn't find a fix. Have you seen this error? Thanks, -- Carlo Hamalainen http://carlo-h

[sage-devel] bool() on an inequality

2009-11-11 Thread Carlo Hamalainen
1.1 and 4.2.1.alpha0. Any ideas? Thanks, -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ 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 F

[sage-devel] Re: Set reorders elements

2009-11-08 Thread Carlo Hamalainen
nopprint In [1]: s = set(['a', 'b', 'c']) In [2]: s Out[2]: set(['a', 'c', 'b']) -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email t

[sage-devel] Re: Some Design Theory in Sage

2009-10-31 Thread Carlo Hamalainen
On Sat, Oct 31, 2009 at 10:48 AM, Simon King wrote: > And, if I am not mistaken, Nauty only works on Unix, not on Linux. I've used Nauty on Linux for a few years with no problems. It's a bit of a shame that the license isn't BSD/GPL because it's a great package. --

[sage-devel] Re: Some Design Theory in Sage

2009-10-31 Thread Carlo Hamalainen
ink is missing? (e.g. classes of designs, calculations on some type of design, etc). -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an em

[sage-devel] Re: cache sizes

2009-10-28 Thread Carlo Hamalainen
16 32 128 512 -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ 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

[sage-devel] Re: screencast: how to create a new ticket on trac

2009-10-16 Thread Carlo Hamalainen
On Fri, Oct 16, 2009 at 2:01 PM, Simon King wrote: > The Windows Media Player on my Eee PC doesn't recognize the format. > What software must one use to see it? Media Player should be happy with ogg if you install the codec from here: http://www.xiph.org/dshow/ -- Carlo Hama

[sage-devel] Re: screencast: how to create a new ticket on trac

2009-10-16 Thread Carlo Hamalainen
ngs are easier to show by a screencast, then show it > using a screencast instead of using a textual tutorial. > > [1] > http://mvngu.wordpress.com/2009/10/12/screencast-how-to-create-a-new-ticket-on-trac/ What software did you use to do this? -- Carlo Hama

[sage-devel] Re: sage-4.1.2.rc2

2009-10-14 Thread Carlo Hamalainen
On Wed, Oct 14, 2009 at 6:43 PM, William Stein wrote: > I do not see it on any of my 20 or so clean builds.  Maybe it arises > only from an upgrade or something. I did it from a clean build of 4.1.2.rc2. -- Carlo Hamalainen http://carlo-hamalain

[sage-devel] Re: sage-4.1.2.rc2

2009-10-14 Thread Carlo Hamalainen
age//tmp/.doctest_cell.py [58.7 s] exit code: 1024 -- The following tests failed: sage -t "devel/sage/sage/server/notebook/cell.py" Total time for all tests: 58.7 seconds -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~--

[sage-devel] Re: weird sympy evalf behaviour

2009-10-01 Thread Carlo Hamalainen
On Tue, Sep 29, 2009 at 2:54 PM, Carlo Hamalainen wrote: > $ sage sympyeval.sage > -0.19001612040 > 19.8081838796125 > 19.8081838796125 This is now being tracked upstream: http://code.google.com/p/sympy/issues/detail?id=1659 -- Carlo Hamalainen http://carlo-ha

[sage-devel] weird sympy evalf behaviour

2009-09-29 Thread Carlo Hamalainen
l.sage -0.19001612040 19.8081838796125 19.8081838796125 The polynomial comes from a recurrence relation and is meant to be positive everywhere. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@google

[sage-devel] Re: unix

2009-09-27 Thread Carlo Hamalainen
n't know anything about basic command line UNIX, which > increases the learning curve. How about this?http://www.ee.surrey.ac.uk/Teaching/Unix/ -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, se

[sage-devel] Re: do we want to support GCC 3.4.x?

2009-09-27 Thread Carlo Hamalainen
tricky: http://wiki.blastwave.org/forum/viewtopic.php?f=7&t=449 -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-u

[sage-devel] Re: Statistics in Sage

2009-09-17 Thread Carlo Hamalainen
w away probability_distribution.pyx and use the scipy stuff, at least for generating gaussians and so on. What do other people think? -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegrou

[sage-devel] Re: Statistics in Sage

2009-09-17 Thread Carlo Hamalainen
() for _ in range(1000)] 100 loops, best of 3: 2.6 ms per loop sage: sage: %timeit a.get_random_element_testing(1000) 1000 loops, best of 3: 374 µs per loop sage: sage: import scipy.stats sage: %timeit scipy.stats.norm.rvs(0,2,size=1000) 1000 loops, best of 3: 275 µs per loop

[sage-devel] Re: Statistics in Sage

2009-09-16 Thread Carlo Hamalainen
gt; SciPy to contain it (which has the advantage that no object marshalling > has to happen, like Cython). So what do you think about this patch? http://trac.sagemath.org/sage_trac/ticket/6827 -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~

[sage-devel] Re: Statistics in Sage

2009-09-16 Thread Carlo Hamalainen
rest of the interaction with R. Which distribution functions did you want? Are these of any use? http://trac.sagemath.org/sage_trac/ticket/6827 -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email t

[sage-devel] Re: Solaris - what do we expect?

2009-09-13 Thread Carlo Hamalainen
es are added. +1 to having Sage work on all 8 of those Solaris platforms. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to

[sage-devel] Re: possible bug in permutation/quotient group?

2009-08-31 Thread Carlo Hamalainen
(2,4,3) H(1,2,3): () H(1,3,4): (1,2,4) H(1,4,2): (2,3,4) Representatives: RightCoset(Group( [ (1,2,3) ] ),()) : () RightCoset(Group( [ (1,2,3) ] ),(1,2)(3,4)) : (1,2)(3,4) RightCoset(Group( [ (1,2,3) ] ),(1,3)(2,4)) : (1,3)(2,4) RightCoset(Group( [ (1,2,3) ] ),(1,4)(2,3)) : (1,4)(2,3) -- Carlo Hamal

[sage-devel] Re: Sphinx/ReST question

2009-08-30 Thread Carlo Hamalainen
On Mon, Aug 31, 2009 at 5:58 AM, William Stein wrote: > Perfect, \mathrm worked like a charm.  Thanks! Also \textnormal{Foo} works in math mode and will force things to be the normal paragraph font even inside lemma or theorem environments with an italic font. -- Carlo Hamalainen http://ca

[sage-devel] Sage events in Europe this year?

2009-08-28 Thread Carlo Hamalainen
Hi, I was wondering if there are any Sage related events in Europe later this year? I need to use up my travel funding for this year :) Cheers, -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email to sage

[sage-devel] Re: Applying a patch to a clone

2009-08-27 Thread Carlo Hamalainen
find it a bit mysterious to be entering the commit message at that point in the process. Can any Mercurial guru enlighten us? -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To

[sage-devel] Re: Applying a patch to a clone

2009-08-27 Thread Carlo Hamalainen
troactively saves my changes as a patch # (the changes visible in hg diff) hg qnew -e -f mypatch.patch More info here: http://wiki.sagemath.org/MercurialQueues -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email to

[sage-devel] Re: Applying a patch to a clone

2009-08-26 Thread Carlo Hamalainen
blah2.patch hg qpush Rebuild sage: sage -b -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ 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...@googlegroup

[sage-devel] Re: only use ASCII characters in patches

2009-08-04 Thread Carlo Hamalainen
.org/wiki/TracIni#trac-section Just curious. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ 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...@googlegroup

[sage-devel] Re: only use ASCII characters in patches

2009-08-04 Thread Carlo Hamalainen
On Tue, Aug 4, 2009 at 12:55 PM, Minh Nguyen wrote: > Just an aside: with UTF-8 in source files, one can't read the > non-ASCII characters in the patch when viewed using trac or a browser. > Just my 2-cent. Why does trac have an issue with non-ASCII characters? It doesn't do utf-8? -- Carlo Häm

[sage-devel] Re: GLPK - Vote for possible inclusion in Sage

2009-08-01 Thread Carlo Hamalainen
the graph colouring code in some cases (at the moment it uses my C++ dlx solver but I'm sure that LP etc could be useful in some other cases). -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send an email

[sage-devel] Re: problem with docstring formatting in pyx file

2009-07-31 Thread Carlo Hamalainen
Hi everyone, The problem was exactly as predicted - missing newlines and using single colons. Thanks! -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from

[sage-devel] problem with docstring formatting in pyx file

2009-07-31 Thread Carlo Hamalainen
ormal paragraph text instead of code blocks. Any ideas? Cheers, -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-uns

[sage-devel] Re: Generation of discrete random variables

2009-07-28 Thread Carlo Hamalainen
at paper I mentioned before. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more option

[sage-devel] Generation of discrete random variables

2009-07-27 Thread Carlo Hamalainen
f the code here: http://www.jstatsoft.org/v11/i03/paper -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send

[sage-devel] Re: Sage 4.1 compile fails with "Ohhhh jeeee: operation is not possible without initialized secure memory"

2009-07-18 Thread Carlo Hamalainen
14GNU TLS library - runtime library ii libgnutls121.2.8-1 the GNU TLS library - runtime library ii libgnutls131.4.4-2 the GNU TLS library - runtime library I'll try to get this updated next week. Th

[sage-devel] Sage 4.1 compile fails with "Ohhhh jeeee: operation is not possible without initialized secure memory"

2009-07-18 Thread Carlo Hamalainen
rupted package. make[1]: *** [installed/opencdk-0.6.6] Error 1 make[1]: Leaving directory `/srv/groot/carlo/sage-4.1/spkg' real28m21.232s user19m18.960s sys 3m37.020s Error building Sage. Any ideas? -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~-

[sage-devel] Re: Is 'arch -k' universally supported on all platforms?

2009-07-16 Thread Carlo Hamalainen
pstream (in Debian?): https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/148511 They say to use "uname -m" -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsu

[sage-devel] polymake build?

2009-06-27 Thread Carlo Hamalainen
cryptic. I also found that I had to rm-fr and re-extract the polymake sources each time "make configure" failed and then had to be restarted (I guess partially written files led it astray). -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~--

[sage-devel] Poll: which debugger do you use?

2009-06-18 Thread Carlo Hamalainen
list) were out of date: http://carlo-hamalainen.net/blog/?p=53 -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-uns

[sage-devel] EuroPython 2009 - anyone going?

2009-06-09 Thread Carlo Hamalainen
Hi, Is anyone going to EuroPython 2009?http://www.europython.eu/ I'm thinking of going and maybe doing a short talk on Sage but I haven't decided yet. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group,

[sage-devel] Re: Sage 4.0.alpha0 released!

2009-05-18 Thread Carlo Hamalainen
ttp://carlo-hamalainen.net/sagetmp/maxima-and-expression-doctests.txt -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-uns

[sage-devel] Re: Sage 4.0.alpha0 released!

2009-05-17 Thread Carlo Hamalainen
uot; Total time for all tests: 5129.7 seconds Please see /home/carlo/sage/tmp/test.log for the complete log from this test. But the file /home/carlo/sage/tmp/test.log doesn't exist. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To po

[sage-devel] Google Code Search

2009-05-11 Thread Carlo Hamalainen
Hi, What do people think about adding Sage to Google Code Search? By that I mean either submitting it directly through http://www.google.com/codesearch/addcode?hl=en or adding Sitemap info for the code repository (more info on from the same url). -- Carlo Hamalainen http://carlo-hamalainen.net

[sage-devel] Re: trac ticket width and hgrc tips?

2009-04-22 Thread Carlo Hamalainen
(install on Debian/Ubuntu with sudo apt-get install colordiff): [extensions] hgext.churn= extdiff = hgk= hgext.mq= [extdiff] cmd.cdiff = colordiff opts.cdiff = -uprN [defaults] # suppress noisy extdiff header message cdiff = -q -- Carlo Hamalainen http://ca

[sage-devel] Re: Sage 3.4.1.rc1 released

2009-04-09 Thread Carlo Hamalainen
us.py" *** *** Error: TIMED OUT! PROCESS KILLED! *** *** *** *** Error: TIMED OUT! *** *** *** *** Error: TIMED OUT! *** *** [361.7 s] When I tried to run sage -t calculus.py independently I got 700k of output: http://carlo-hamalainen.net/sagetmp/calc.txt.gz -- Carlo Hamalainen ht

[sage-devel] Re: Python and Lisp

2009-04-02 Thread Carlo Hamalainen
d can > emerge in the future again... What about Scheme? We can just do *everything* with tail recursion :) -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscrib

[sage-devel] all_coloring speedup

2009-03-28 Thread Carlo Hamalainen
Hi, I've posted a patch here that speeds up all_colouring by about 5 times: http://trac.sagemath.org/sage_trac/ticket/5623 I'd appreciate it if people who use the graph colouring code code could test the patch. Cheers, -- Carlo Hamalainen http://carlo-hama

[sage-devel] Re: Sage 3.4 compile fails on gmp-mpir

2009-03-15 Thread Carlo Hamalainen
hat the new version works in Sage when it comes out. Cheers, -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-dev

[sage-devel] Sage 3.4 compile fails on gmp-mpir

2009-03-13 Thread Carlo Hamalainen
hen you are done debugging, you can type "exit" to leave the The full install.log and cpu info is available here: http://carlo-hamalainen.net/sagetmp2/ Cheers, -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group,

[sage-devel] Re: simplicial complexes, chain complexes, and their homology

2009-01-19 Thread Carlo Hamalainen
Hope this helps. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit th

[sage-devel] Identity permutation

2008-11-01 Thread Carlo Hamalainen
produced error output Error, usage: Group(,...), Group(), Group(,) executing $sage4:=Group($sage3);; -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe fr

[sage-devel] Using Macaulay2 to actually solve equations mod n?

2008-05-14 Thread Carlo Hamalainen
ay for the general case. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this gro

[sage-devel] Re: solve_mod([x == y], 2)

2008-05-08 Thread Carlo Hamalainen
On Thu, May 8, 2008 at 6:39 PM, William Stein <[EMAIL PROTECTED]> wrote: > I do not consider this a bug. OK, but in solve_mod() perhaps the line vars.sort() should be vars.sort(cmp) so that the variables are actually sorted? -- Carlo Hamalainen http://carlo-hamal

[sage-devel] Re: solve_mod([x == y], 2)

2008-05-08 Thread Carlo Hamalainen
and that just returns _name. But that's exactly what __str__ calls. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTE

[sage-devel] Re: documentation for 'view'

2008-05-07 Thread Carlo Hamalainen
s used \documentclass (I think $$ may ignore fleqn). Just my 0.02 euro, I'm no LaTeX expert. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group

[sage-devel] solve_mod([x == y], 2)

2008-05-07 Thread Carlo Hamalainen
me/carlo/work/sagestuff/integer_mod.pyx in sage.rings.integer_mod.IntegerMod_int.__init__ (sage/rings/integer_mod.c:10153)() /home/carlo/work/sagestuff/integer_ring.pyx in sage.rings.integer_ring.IntegerRing_class.__call__ (sage/rings/integer_ring.c:4473)() : unable to convert x (=x - y) to an integer Any

[sage-devel] Re: Sage 2.11.rc0 released!

2008-03-30 Thread Carlo Hamalainen
has no attribute 'msg' Unhandled exception in thread started by Error in sys.excepthook: Original exception was: [18.6 s] exit code: 1024 -- The following tests failed: sage -t devel/sage-main/sage/

[sage-devel] Cython benchmarks?

2008-03-04 Thread Carlo Hamalainen
Hi, I have this request for Cython benchmarks on a blog post of mine - is there any data out there, specifically comparing Cython to C/C++? -- Carlo Hamalainen http://carlo-hamalainen.net -- Forwarded message -- http://carlo-hamalainen.net/blog/?p=19 Author : Robert Samal

[sage-devel] Re: exact cover problem

2008-02-23 Thread Carlo Hamalainen
ve 'goto'. Can the recursion limit be dealt with in some other way? (2) Write a wrapper for an implementation in C++. I'm happy to make my code GPL and I'm also happy to write a wrapper once I get my head around cython/pyrex. (3) Write the

[sage-devel] Re: Fwd: pyx-0.10 package

2008-02-17 Thread Carlo Hamalainen
x27;m using python setup.py install --root=$HOME/.sage as my spkg-install script. -- Carlo Hamalainen http://carlo-hamalainen.net --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email