[Numpy-discussion] Procedure for doing documentation reviews

2009-10-25 Thread Christopher Burns
When a documents status is "Needs Review" and when reviewing it we feel it needs edits, should we add comments regarding the edits, or should we feel free to edit it directly? Chris ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail

Re: [Numpy-discussion] parameter types for documentation

2009-10-24 Thread Christopher Burns
Just committed a change to 'backticks'. ;) On Sat, Oct 24, 2009 at 4:17 PM, Ralf Gommers wrote: > That section looks much better now. Except for the word "back-tics" :) > > Thanks, > Ralf ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org htt

Re: [Numpy-discussion] parameter types for documentation

2009-10-24 Thread Christopher Burns
Done. On Sat, Oct 24, 2009 at 3:52 PM, Ralf Gommers wrote: > Sure, that would be useful. While you're at it, could you get rid of the > {True, False}? ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/nu

Re: [Numpy-discussion] parameter types for documentation

2009-10-24 Thread Christopher Burns
Cool, thanks. Mind if I update the HOWTO_DOCUMENT adding in the partial list below? Chris On Sat, Oct 24, 2009 at 3:19 PM, Ralf Gommers wrote: > Not all of them are listed in one place. For general advice, see the > Parameters section of > http://projects.scipy.org/numpy/wiki/CodingStyleGuideli

[Numpy-discussion] parameter types for documentation

2009-10-24 Thread Christopher Burns
Are the appropriate parameter types for the docstrings, listed somewhere? In particular, in reviewing some docs I see both 'str' and 'string' used. Which one is correct? Chris ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.sci

Re: [Numpy-discussion] Leopard install

2009-04-19 Thread Christopher Burns
When I built the numpy binary last year I used the svn trunk of bdist_mpkg and changed the module that builds the info.plist (diff below). This was much easier then modifying the package after it's built. Chris Index: bdist_mpkg/plists.py =

[Numpy-discussion] np.test() Bus error on OSX. Reopened Ticket 816

2008-08-29 Thread Christopher Burns
I reopened Ticket 816: http://scipy.org/scipy/numpy/ticket/816 Running numpy.test() causes a bus error on OSX. -- Christopher Burns Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu

Re: [Numpy-discussion] NumPy 1.2.0b2 released

2008-08-14 Thread Christopher Burns
is dmg install on 10.4 if py2.5 is available? It should. Let us know otherwise. -- Christopher Burns Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing

Re: [Numpy-discussion] patches to reduce import costs

2008-07-31 Thread Christopher Burns
Kevin, Do you mean add a file on the Wiki or in the source tree somewhere? Chris On Thu, Jul 31, 2008 at 2:14 PM, Kevin Jacobs <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > For the help of freeze packages, it would be great if you could add a file > that lists all of the deferred imports that

Re: [Numpy-discussion] numpy-1.1.1rc2 Mac binary - Please Test.

2008-07-25 Thread Christopher Burns
Excellent! Thanks for testing Bob. On Fri, Jul 25, 2008 at 9:39 PM, Robert Pyle <[EMAIL PROTECTED]> wrote: > > Okay, all is well after all. 1300 tests, no errors. > > Bob > > -- Christopher Burns Computational Infrastructure for Research Labs 10 Giannini

Re: [Numpy-discussion] numpy-1.1.1rc2 Mac binary - Please Test.

2008-07-25 Thread Christopher Burns
Robert, numpy/core/tests/test_ma.py is an old file from a previous install. You need to remove the numpy directory and reinstall. Unfortunately the installer does not cleanup old installs. Chris On Fri, Jul 25, 2008 at 1:13 PM, Robert Pyle <[EMAIL PROTECTED]> wrote: > > MacBook Pro, Intel Cor

[Numpy-discussion] numpy-1.1.1rc2 Mac binary - Please Test.

2008-07-25 Thread Christopher Burns
Reminder, please test the Mac installer for rc2 so we have time to fix any bugs before the release next week. Also, I committed my build script to the trunk/tools/osxbuild. bdist_mpkg 0.4.3 is required. Thank you, Chris On Thu, Jul 24, 2008 at 11:03 AM, Jarrod Millman <[EMAIL PROTECTED]> wrote:

[Numpy-discussion] building a better OSX install for 1.1.1

2008-07-18 Thread Christopher Burns
;m hoping there's a proper solution that I'm missing. Thanks! Chris On Fri, Jul 18, 2008 at 11:59 AM, Russell E. Owen <[EMAIL PROTECTED]> wrote: > In article > <[EMAIL PROTECTED]>, > "Christopher Burns" <[EMAIL PROTECTED]> wrote: > > >

Re: [Numpy-discussion] 1.1.0 OSX Installer Fails Under 10.5.3?

2008-07-17 Thread Christopher Burns
I've been using bdist_mpkg to build the OSX Installer. I'd like to update the requirement documentation for the 1.1.1 release candidate to say "MacPython from python.org" instead of "System Python". bdist_mpkg specifies this, does anyone know how to override it? Chris On Tue, Jun 3, 2008 at 11:

Re: [Numpy-discussion] Cookbook/Documentation

2008-06-10 Thread Christopher Burns
Excellent, thanks Stefan! On Tue, Jun 10, 2008 at 3:31 PM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > Hi Chris > > 2008/6/11 Christopher Burns <[EMAIL PROTECTED]>: >> Where is the "CookBookCategory"? I'm afraid I don't understand that >&g

Re: [Numpy-discussion] Cookbook/Documentation

2008-06-10 Thread Christopher Burns
> Stéfan > ___ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > -- Christopher Burns Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510

Re: [Numpy-discussion] 1.1.0 OSX Installer Fails Under 10.5.3?

2008-06-04 Thread Christopher Burns
> many thanks. Could I suggest that this information be featured > prominently in the Read Me in the Installer, and perhaps also at > http://www.scipy.org/Download where this is given as the official > binary distribution for MacOSX. Good point, I added a note to the scipy download page. >You mig

[Numpy-discussion] get range of numpy type

2008-06-03 Thread Christopher Burns
Is there a way to get the range of a numpy type? I'd like to clamp a parameter to be within the range of a numpy type, np.uint8, np.uint32... Something like: if x > max_value_of(np.uint8): x = max_value_of(np.uint8) -- Christopher Burns Computational Infrastructure for Research

Re: [Numpy-discussion] NumpyTest problem

2008-06-03 Thread Christopher Burns
ast): > File "/usr/lib64/python2.4/site-packages/nose/case.py", line 203, in > runTest >self.test(*self.arg) > TypeError: testta() takes exactly 2 arguments (0 given) > > -- Christopher Burns Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkele

Re: [Numpy-discussion] 1.1.0 OSX Installer Fails Under 10.5.3?

2008-06-03 Thread Christopher Burns
_ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > -- Christopher Burns Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http:

Re: [Numpy-discussion] 1.1.0rc1 OSX Installer - please test

2008-05-21 Thread Christopher Burns
opher Barker <[EMAIL PROTECTED]> wrote: > Christopher Burns wrote: >> Nope. I figured that would be included in the 1.1.1 release. > > It seems a few bugs have been found and fixed. It would be nice to put > out another release cand

Re: [Numpy-discussion] 1.1.0rc1 OSX Installer - please test

2008-05-21 Thread Christopher Burns
On Wed, May 21, 2008 at 10:44 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > Has there been a new build since the endian bug in the tests was fixed? > > -Chris Nope. I figured that would be included in the 1.1.1 release. -- Christopher Burns Computational Infrastructure fo

Re: [Numpy-discussion] 1.1.0rc1 OSX Installer - please test

2008-05-20 Thread Christopher Burns
Good to know. Thanks! On Tue, May 20, 2008 at 11:28 AM, Tommy Grav <[EMAIL PROTECTED]> wrote: > Yes it does put python in that location as it should ;o) > > Cheers > Tommy > > On May 20, 2008, at 2:20 PM, Christopher Burns wrote: > >> Hey Tommy, >> &g

Re: [Numpy-discussion] 1.1.0rc1 OSX Installer - please test

2008-05-20 Thread Christopher Burns
Hey Tommy, Does ActiveState install python in the same location as python.org? [EMAIL PROTECTED] 10:35:05 $ which python /Library/Frameworks/Python.framework/Versions/Current/bin/python On Tue, May 20, 2008 at 11:04 AM, Tommy Grav <[EMAIL PROTECTED]> wrote: > Powerbook G4 with 10.5.2 and Active

Re: [Numpy-discussion] 1.1.0rc1 OSX Installer - please test

2008-05-20 Thread Christopher Burns
Great! I'm glad to see we have several PPC's in testing also. On Tue, May 20, 2008 at 10:42 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > Christopher Burns wrote: >> Reminder to please test the installer. > > Dual G5 PPC mac, OS-X 10.4.11 python2.5

Re: [Numpy-discussion] 1.1.0rc1 OSX Installer - please test

2008-05-20 Thread Christopher Burns
ll of numpy. :) Thank you, Chris On Tue, May 20, 2008 at 7:27 AM, Robert Pyle <[EMAIL PROTECTED]> wrote: > Hi all, > > On May 19, 2008, at 3:39 PM, Christopher Burns wrote: > >> I've built a Mac binary for the 1.1 release candidate. Mac users, >> please test

Re: [Numpy-discussion] 1.1.0rc1 OSX Installer - please test

2008-05-19 Thread Christopher Burns
that someone > will put this in as a ticket if it is warranted :) > > Cheers > Tommy > ___ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > -- C

[Numpy-discussion] 1.1.0rc1 OSX Installer - please test

2008-05-19 Thread Christopher Burns
rch Labs > 10 Giannini Hall, UC Berkeley > phone: 510.643.4014 > http://cirl.berkeley.edu/ > ___ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > -- Christop

[Numpy-discussion] how to use masked arrays

2008-05-13 Thread Christopher Burns
ay([0, 1, 2, 3, 4, 5]) In summary, is there a tutorial that would show how to use masked arrays? Because at this point I'm confused and don't know how to use them. Google yields this out of data doc: http://numpy.scipy.org/numpydoc/numpy-22.html Thanks! -- Christopher Burn

Re: [Numpy-discussion] OSX installer: please test

2008-04-25 Thread Christopher Burns
(206) 526-6329 fax > Seattle, WA 98115 (206) 526-6317 main reception > > [EMAIL PROTECTED] > ___ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion >

[Numpy-discussion] OSX installer: please test

2008-04-16 Thread Christopher Burns
es Thanks -- Christopher Burns Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/list

Re: [Numpy-discussion] Making NumPy accessible to everyone (or no-one) (was Numpy-discussion Digest, Vol 19, Issue 44)

2008-04-11 Thread Christopher Burns
ven if they don't realize it yet. :) I think a lot of researchers would spend less time debugging their code if they were using python with namespaces instead of adding this: addpath(genpath('mydirectory')) in all of their Matlab code! Or other path manipulation. We certainl

Re: [Numpy-discussion] numpy.test() fails if it runs after scipy.test()

2008-02-28 Thread Christopher Burns
've attached the results of scipy.test and > numpy.test. > > Regards, > > -- > LB > > > ___ > Numpy-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > > --

[Numpy-discussion] masked_array/matplotlib issue with memmaps

2008-02-26 Thread Christopher Burns
If I initialize an AxesImage using a np.zeros array and then set the axes data later to a np.memmap array, I get a RuntimeError when matplotlib tries to autoscale the image. The errors continue to fill my console and I'm forced to close the shell. This bug was introduced when I switched from nump

[Numpy-discussion] change memmap.sync function

2008-02-21 Thread Christopher Burns
Would anyone oppose deprecating the memmap.sync function and replacing it with memmap.flush? This would match python's mmap module, and I think be more intuitive. -- Christopher Burns, Software Engineer Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley