Re: [Cython] wiki.cython.org is down

2011-05-31 Thread William Stein
. > > > -- > vitja. > ___ > cython-devel mailing list > cython-devel@python.org > http://mail.python.org/mailman/listinfo/cython-devel > -- William Stein Professor of Mathematics University of Washington http://wstein.org

Re: [Cython] NumFOCUS

2012-03-05 Thread William Stein
On Mar 5, 2012 11:02 AM, "Dag Sverre Seljebotn" wrote: > > To whoever hasn't heard the news already, there's now a NumPy Foundation for Open Code for Usable Science: > > http://numfocus.org/ > > Cython is on the "looking for representatives" list (my English fails me as to what exactly that means

Re: [Cython] Jenkins down

2012-03-14 Thread William Stein
s should be the case about 24 hours from right now, once I am back in Seattle. William > > Stefan > ___ > cython-devel mailing list > cython-devel@python.org > http://mail.python.org/mailman/listinfo/cython-devel -- William Stein

Re: [Cython] Jenkins down

2012-03-21 Thread William Stein
//www.jetbrains.com/teamcity/, which is >> supposed to be free for small teams , and it can be used together with >> Amazon's cloud services: >> http://www.jetbrains.com/teamcity/features/amazon_ec2.html . > > I'm quite happy with Jenkins, though. > > Stefan > __

Re: [Cython] sage.math problems?

2012-03-22 Thread William Stein
On Thu, Mar 22, 2012 at 9:04 AM, David Kirkby wrote: > On 22 March 2012 12:33, William Stein wrote: >> The usb device (for /levi) never appeared after I remotely rebooted >> sage.math. >> Physical access is thus probably required.  I've emailed some people who are &

Re: [Cython] sage.math problems?

2012-03-22 Thread William Stein
On Thu, Mar 22, 2012 at 12:03 PM, Stefan Behnel wrote: > William Stein, 22.03.2012 14:11: >> On Thu, Mar 22, 2012 at 9:04 AM, David Kirkby wrote: >>> On 22 March 2012 12:33, William Stein wrote: >>>> The usb device (for /levi) never appeared after I rem

Re: [Cython] Jenkins down

2012-03-22 Thread William Stein
s >> from your home directory Stefan? e.g. restart_dead_hudson.sh or >> starthudson.sh? >> ___ >> cython-devel mailing list >> cython-devel@python.org >> http://mail.python.org/mailman/listinfo/cython-devel -- William

Re: [Cython] funding (Re: sage.math problems?)

2012-03-22 Thread William Stein
That *is* a feature, but it also takes up additional (paid) time. We >> wouldn't have to run continuous tests on it, though, just trigger tests >> manually when we want them. > > > And it's in beta so far. But it's a feature sage.math will never get. Well, I could

Re: [Cython] Jenkins down

2012-03-22 Thread William Stein
Hi, /levi is back on sage.math. If you use it, I encourage you to continue doing so. However, please setup a crontab'd rsync backup of anything important on there to your /home directory. -- William On Thu, Mar 22, 2012 at 2:11 PM, William Stein wrote: > On Thu, Mar 22, 2012 at

Re: [Cython] Jenkins down

2012-03-22 Thread William Stein
disk! > > - Robert > > > On Thu, Mar 22, 2012 at 11:38 AM, William Stein wrote: >> Hi, >> >> /levi is back on sage.math. >> >> If you use it, I encourage you to continue doing so.  However, please >> setup a crontab'd rsync backup of >>

Re: [Cython] Wacky idea: proper macros

2012-04-30 Thread William Stein
s purpose tomorrow if you are interested). Can you point us to a good example of you using jinja2 for this purpose? I'm a big fan of Jinja2 in general (e.g., for HTML)... > > Dag > >>___ >>cython-devel mailing list >>cython-devel@python.org >>http://m

Re: [Cython] Jenkins down

2013-03-24 Thread William Stein
er than on sage.math, because we no longer > have a ramdisk to put the workspaces into. But I think it's most important > to have it back alive at all. > > Stefan > > ___ > cython-devel mailing list > cython-devel@python.org

[Cython] cython wiki

2013-09-25 Thread William Stein
code, bitbucket, etc., please send me an email and I will make the complete tarball of the wiki available to you. (wst...@gmail.com) -- William -- William Stein Professor of Mathematics University of Washington http://wstein.org ___ cython-devel mailing

Re: [Cython] IPython with Cython support on Android

2015-01-27 Thread William Stein
f what happened with licensing 7 years ago is admittedly hazy. William > > From your point of view, is the Pyrex licence GPL v3 compatible ? > > Thanks for your help. > > Apps Embedded team. > > ___ > cython-devel mailing l

Re: [Cython] can we deprecate for-from loops?

2015-10-11 Thread William Stein
On Sun, Oct 11, 2015 at 1:01 PM, Jeroen Demeyer wrote: > On 2015-10-11 16:30, Stefan Behnel wrote: >> >> Hi! >> >> The syntax construct "for i from 0 <= i < 10" has been silently outdated >> for years. Can we start issuing a warning that normal range() loops are >> preferred? > > > Is there anythi

[Cython] cython.org

2016-06-05 Thread William Stein
Hi Cython devs, Unfortunately, cython.org is down, since it was hosted at UW, and pretty much all UW math computing infrastructure I have is dead. I don't know why, though I suspect an attack of some sort. I don't know whether there are any backups of cython.org as it was hosted on hardware that

Re: [Cython] cython.org

2016-07-15 Thread William Stein
On Fri, Jul 15, 2016 at 2:46 AM, Jeroen Demeyer wrote: > On 2016-06-06 07:43, Robert Bradshaw wrote: >> >> trac - UW - the big loss (not sure how old any backup is) > > > Has there been any attempt to restart the Cython trac? Is the data still > there? It's probably up now (i.e., the actual compu

Re: [Cython] Cython infrastructure

2016-07-20 Thread William Stein
On Tue, Jul 19, 2016 at 11:01 PM, Robert Bradshaw wrote: > Since the inception of the Cython project, William Stein's generously > allowed us to share Sage's hardware to host Cython's infrastructure, > which has been a great help. However, I think the time has come to > re-evaluate our options, wh

Re: [Cython] RFC: an inline_ function that dumps c/c++ code to the code emitter

2016-08-19 Thread William Stein
On Fri, Aug 19, 2016 at 8:19 AM, Jason Newton wrote: > You must realize that almost any other python driven way to compile c-code > in the spirit these projects do is deprecated/dead. Cython has absorbed all > the reputation and users that didn't go to pure-c/boost.python - pybind11 is > the new