Re: [Numpy-discussion] MD5 signature for Numpy distro file

2007-09-25 Thread David E. Sallis
Jarrod Millman said the following on 9/25/2007 3:40 PM: > Hey David, > > I have added checksums to the release notes for NumPy 1.0.3.1: > https://sourceforge.net/project/shownotes.php?group_id=1369&release_id=533615 > > Please let me know if this works. I will add checksums to the release > note

Re: [Numpy-discussion] MD5 signature for Numpy distro file

2007-09-25 Thread Jarrod Millman
Hey David, I have added checksums to the release notes for NumPy 1.0.3.1: https://sourceforge.net/project/shownotes.php?group_id=1369&release_id=533615 Please let me know if this works. I will add checksums to the release notes of SciPy 0.6.0 later today. Thanks, -- Jarrod Millman Computation

[Numpy-discussion] MD5 signature for Numpy distro file

2007-09-25 Thread David E. Sallis
I originally posted this to the list without joining and the moderator bounced it (I know it may still be posted, so sorry for the repetition). My security officer and sysadmins require MD5 checksums (or some other digital signature) for every piece of software that we request for installation

Re: [Numpy-discussion] As seen on PyPI -- a new bindings generator

2007-09-25 Thread David Cournapeau
> Looks interesting, esp. for C++ wrappers that Pyrex can't do. > Also, it uses Waf (http://code.google.com/p/waf/) instead of distutils, > which looks like an interesting alternative. Note that waf is more or less a fork of scons, which I suggested using inside distutils a few days ago :) Waf was

Re: [Numpy-discussion] Using the numpy buildbot for svn branches ?

2007-09-25 Thread David Cournapeau
On 9/24/07, Stefan van der Walt <[EMAIL PROTECTED]> wrote: > > It is numpy's buildmaster, so nothing is set in stone :) I modified > the configuration file; looks like it is working. > Great, thank you. David ___ Numpy-discussion mailing list Numpy-disc

[Numpy-discussion] As seen on PyPI -- a new bindings generator

2007-09-25 Thread David M. Cooke
Just saw this come up on PyPI: https://launchpad.net/pybindgen/ """ Python Bindings Generator PyBindGen is a Python module that is geared to generating C/C++ code that binds a C/C++ library for Python. It does so without extensive use of either C++ templates or C pre-processor macros. It has modu

Re: [Numpy-discussion] C-API Documentation?

2007-09-25 Thread David M. Cooke
On Mon, Sep 24, 2007 at 06:07:29PM +0300, dmitrey wrote: > I don't know anything about C API, but scipy documentation from the website > http://www.scipy.org/doc/api_docs/ > is dated 14 August 2007, so scipy 0.6.0 doc differs significantly. > D. I was confused until I checked that page -- you mean