Hello,
Under windows, using the latest numpy 1.20 and Swig release, I can't find anymore the numpy.i file. I used to find it in numpy/doc/ in the release 1.04.
I tried to look some info the web without any success.
Thanks for you help,
Cheers, Nicolas.
2008/10/16 Nicolas ROUX nicolas.roux@st.com:
Under windows, using the latest numpy 1.20 and Swig release, I can't find anymore the numpy.i file. I used to find it in numpy/doc/ in the release 1.04.
The docs dir has moved:
http://projects.scipy.org/scipy/numpy/browser/trunk/doc/swig
Cheers Stefan
Thanks for your reply ;-)
In fact, I was talking about the 1.20 release installer, which is not including the numpy.i any more. Is this numpy.i not any more part of the binary delivery/installer ? Should I take it manually/directly from the SVN repository, instead of beeing installed automatically ?
Cheers, Nicolas.
-----Original Message----- From: numpy-discussion-bounces@scipy.org [mailto:numpy-discussion-bounces@scipy.org] On Behalf Of Stefan van der Walt Sent: Thursday, October 16, 2008 3:06 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Missing numpy.i
2008/10/16 Nicolas ROUX nicolas.roux@st.com:
Under windows, using the latest numpy 1.20 and Swig release, I can't find
anymore the numpy.i file.
I used to find it in numpy/doc/ in the release 1.04.
The docs dir has moved:
http://projects.scipy.org/scipy/numpy/browser/trunk/doc/swig
Cheers Stefan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion
2008/10/16 Nicolas ROUX nicolas.roux@st.com:
Thanks for your reply ;-)
In fact, I was talking about the 1.20 release installer, which is not including the numpy.i any more.
This may have been an oversight. The docs directory moved out of the source tree, so it needs to be added to the installer separately. David, could we install the docs dir as well?
You should be able to use the numpy.i from the URL I provided.
Cheers Stefan
On Thu, Oct 16, 2008 at 10:20 PM, Stéfan van der Walt stefan@sun.ac.za wrote:
This may have been an oversight. The docs directory moved out of the source tree, so it needs to be added to the installer separately. David, could we install the docs dir as well?
Yes, as long as it is handled by distutils.
David
Hi,
About the missing doc directory in the windows install in latest numpy release, could you please add it ? (please see below the previous thread)
Thanks,
Cheers, Nicolas.
-----Original Message----- From: numpy-discussion-bounces@scipy.org [mailto:numpy-discussion-bounces@scipy.org] On Behalf Of Stefan van der Walt Sent: Thursday, October 16, 2008 3:20 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Missing numpy.i
2008/10/16 Nicolas ROUX nicolas.roux@st.com:
Thanks for your reply ;-)
In fact, I was talking about the 1.20 release installer, which is not including the numpy.i any more.
This may have been an oversight. The docs directory moved out of the source tree, so it needs to be added to the installer separately. David, could we install the docs dir as well?
You should be able to use the numpy.i from the URL I provided.
Cheers Stefan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion
On Tue, Nov 18, 2008 at 11:42 AM, Nicolas ROUX nicolas.roux@st.com wrote:
Hi,
About the missing doc directory in the windows install in latest numpy release, could you please add it ? (please see below the previous thread)
Well, this is a serious problem, so it should definitely be fixed, see here:
http://projects.scipy.org/pipermail/numpy-discussion/2008-December/039309.ht...
Ondrej