Re: [Numpy-discussion] [SciPy-dev] [matplotlib-devel] Announcing toydist, improving distribution and packaging situation

2009-12-28 Thread David Cournapeau
On Tue, Dec 29, 2009 at 8:02 AM, Gael Varoquaux wrote: > On Mon, Dec 28, 2009 at 02:29:24PM -0500, Neal Becker wrote: >> Perhaps this could be useful: >> http://checkinstall.izto.org/ > > Yes, checkinstall is really cool. However, I tend to prefer things with > no magic that I don't have to sandbo

Re: [Numpy-discussion] [matplotlib-devel] [SciPy-dev] Announcing toydist, improving distribution and packaging situation

2009-12-28 Thread Gael Varoquaux
On Mon, Dec 28, 2009 at 02:29:24PM -0500, Neal Becker wrote: > Perhaps this could be useful: > http://checkinstall.izto.org/ Yes, checkinstall is really cool. However, I tend to prefer things with no magic that I don't have to sandbox to know what they are doing. This is why I am also happy to hea

Re: [Numpy-discussion] [ANN] numpy 1.4.0 rc2

2009-12-28 Thread Charles R Harris
On Mon, Dec 28, 2009 at 2:30 PM, Gökhan Sever wrote: > > > On Mon, Dec 28, 2009 at 12:15 PM, Gökhan Sever wrote: > >> >> >> On Mon, Dec 28, 2009 at 11:16 AM, Gökhan Sever wrote: >> >>> >>> >>> On Mon, Dec 28, 2009 at 11:07 AM, Robert Kern wrote: >>> On Mon, Dec 28, 2009 at 11:00, Gökhan Seve

Re: [Numpy-discussion] [ANN] numpy 1.4.0 rc2

2009-12-28 Thread Gökhan Sever
On Mon, Dec 28, 2009 at 12:15 PM, Gökhan Sever wrote: > > > On Mon, Dec 28, 2009 at 11:16 AM, Gökhan Sever wrote: > >> >> >> On Mon, Dec 28, 2009 at 11:07 AM, Robert Kern wrote: >> >>> On Mon, Dec 28, 2009 at 11:00, Gökhan Sever >>> wrote: >>> >>> > One interesting thing I have noticed while inst

[Numpy-discussion] [ANN] PyDSTool 0.88 -- dynamical systems modeling tools

2009-12-28 Thread Rob Clewley
A new release of the dynamical systems modeling toolbox PyDSTool is available from Sourceforge: http://www.sourceforge.net/projects/pydstool/ Highlights from the release notes: * Cleanup of global imports, especially: entire numpy.random and linalg namespaces no longer imported by default * Add

Re: [Numpy-discussion] [ANN] Numpy 1.4.0 release

2009-12-28 Thread David Cournapeau
On Mon, Dec 28, 2009 at 3:28 PM, Charles R Harris wrote: > > > On Sun, Dec 27, 2009 at 6:34 PM, David Cournapeau > wrote: >> >> Hi, >> >> I am pleased to announce the release of numpy 1.4.0. The highlights of >> this release are: >> > > > > The new files aren't up on sourceforge yet, although I

Re: [Numpy-discussion] [SciPy-dev] Announcing toydist, improving distribution and packaging situation

2009-12-28 Thread Dag Sverre Seljebotn
> On Tue, Dec 29, 2009 at 3:49 AM, Dag Sverre Seljebotn > wrote: > >> >> Do you here mean automatic generation of Ubuntu debs, Debian debs, >> Windows >> MSI installer, Windows EXE installer, and so on? (If so then great!) > > Yes (although this is not yet implemented). In particular on windows, >

Re: [Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2009-12-28 Thread David Cournapeau
On Tue, Dec 29, 2009 at 3:49 AM, Dag Sverre Seljebotn wrote: > > Do you here mean automatic generation of Ubuntu debs, Debian debs, Windows > MSI installer, Windows EXE installer, and so on? (If so then great!) Yes (although this is not yet implemented). In particular on windows, I want to imple

Re: [Numpy-discussion] [SciPy-dev] [matplotlib-devel] Announcing toydist, improving distribution and packaging situation

2009-12-28 Thread David Cournapeau
On Tue, Dec 29, 2009 at 3:03 AM, Neal Becker wrote: > David Cournapeau wrote: > >> On Mon, Dec 28, 2009 at 11:47 PM, Stefan Schwarzburg >> wrote: >>> Hi, >>> I would like to add a comment from the user perspective: >>> >>> - the main reason why I'm not satisfied with pypi/distutils/etc. and why >

Re: [Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2009-12-28 Thread Dag Sverre Seljebotn
David wrote: > Repository > > > The goal here is to have something like CRAN > (http://cran.r-project.org/web/views/), ideally with a build farm so > that whenever anyone submits a package to our repository, it would > automatically be checked, and built for windows/mac os x and maybe a >

Re: [Numpy-discussion] [ANN] numpy 1.4.0 rc2

2009-12-28 Thread Gökhan Sever
On Mon, Dec 28, 2009 at 11:16 AM, Gökhan Sever wrote: > > > On Mon, Dec 28, 2009 at 11:07 AM, Robert Kern wrote: > >> On Mon, Dec 28, 2009 at 11:00, Gökhan Sever >> wrote: >> >> > One interesting thing I have noticed while installing the numpy from the >> > source is that numpy dependent librarie

Re: [Numpy-discussion] [ANN] numpy 1.4.0 rc2

2009-12-28 Thread Gökhan Sever
On Mon, Dec 28, 2009 at 11:07 AM, Robert Kern wrote: > On Mon, Dec 28, 2009 at 11:00, Gökhan Sever wrote: > > > One interesting thing I have noticed while installing the numpy from the > > source is that numpy dependent libraries must be re-installed and this > must > > be a clean re-install. Fo

Re: [Numpy-discussion] [ANN] numpy 1.4.0 rc2

2009-12-28 Thread Robert Kern
On Mon, Dec 28, 2009 at 11:00, Gökhan Sever wrote: > One interesting thing I have noticed while installing the numpy from the > source is that numpy dependent libraries must be re-installed and this must > be a clean re-install. For instance I can't import some matplotlib and scipy > modules with

Re: [Numpy-discussion] [ANN] numpy 1.4.0 rc2

2009-12-28 Thread Gökhan Sever
On Mon, Dec 28, 2009 at 10:31 AM, Gökhan Sever wrote: > > > On Sat, Dec 26, 2009 at 6:09 PM, David Cournapeau wrote: > >> On Sun, Dec 27, 2009 at 6:19 AM, Gökhan Sever >> wrote: >> >> > >> > For the develop, it is one of easiest ways to catch up the bug-fixes >> even >> > though I don't work on t

Re: [Numpy-discussion] [ANN] numpy 1.4.0 rc2

2009-12-28 Thread Gökhan Sever
On Sat, Dec 26, 2009 at 6:09 PM, David Cournapeau wrote: > On Sun, Dec 27, 2009 at 6:19 AM, Gökhan Sever > wrote: > > > > > For the develop, it is one of easiest ways to catch up the bug-fixes even > > though I don't work on the source directly. So far besides a few glitches > it > > was always w

Re: [Numpy-discussion] [matplotlib-devel] Announcing toydist, improving distribution and packaging situation

2009-12-28 Thread David Cournapeau
On Mon, Dec 28, 2009 at 11:47 PM, Stefan Schwarzburg wrote: > Hi, > I would like to add a comment from the user perspective: > > - the main reason why I'm not satisfied with pypi/distutils/etc. and why I > will not be satisfied with toydist (with the features you listed), is that > they break my i

[Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2009-12-28 Thread David Cournapeau
(warning, long post) Hi there, As some of you already know, the packaging and distributions of scientific python packages have been a constant source of frustration. Open source is about making it easy for anyone to use software how they see fit, and I think python packaging infrastructure has

Re: [Numpy-discussion] Error for numpy.test() with doctest environment configs

2009-12-28 Thread Matthew Brett
Hi, > An obvious idea is to allow the testing machinery to parse all > the configs, including the doctest configs, then throw away the native > (non-numpy) doctest plugin before we get to collecting and running the > tests. > > I've attached a patch that does this; it's a little bit magic because