[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

[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

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 ralf.gomm...@googlemail.com wrote: Not all of them are listed in one place. For general advice, see the Parameters section of

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 ralf.gomm...@googlemail.com 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

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 ralf.gomm...@googlemail.com wrote: That section looks much better now. Except for the word back-tics :) Thanks, Ralf ___ NumPy-Discussion mailing list

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
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 list Numpy-discussion

[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:

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 Core 2

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 Hall, UC Berkeley phone: 510.643.4014 http

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

2008-07-18 Thread Christopher Burns
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: I've been using bdist_mpkg to build the OSX Installer. I'd like to update the requirement documentation

Re: [Numpy-discussion] Cookbook/Documentation

2008-06-10 Thread Christopher Burns
/numpy-discussion -- 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

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 reference below. Are there plans to auto-generate the content

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

2008-06-03 Thread Christopher Burns
-- 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/listinfo

Re: [Numpy-discussion] NumpyTest problem

2008-06-03 Thread Christopher Burns
() takes exactly 2 arguments (0 given) -- 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

[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 Labs 10

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 for Research Labs 10

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

2008-05-21 Thread Christopher Burns
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 candidate with those fixes at some point. Anyway

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

2008-05-20 Thread Christopher Burns
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 it from: https://cirl.berkeley.edu/numpy/numpy

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 from python.org We already discovered a couple

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

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, Does ActiveState install python in the same location

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

2008-05-19 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-19 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://cirl.berkeley.edu

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

2008-04-25 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://cirl.berkeley.edu

[Numpy-discussion] OSX installer: please test

2008-04-16 Thread Christopher Burns
-- 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/listinfo/numpy

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

2008-02-28 Thread Christopher Burns
and numpy.test. Regards, -- LB ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion -- Christopher Burns, Software Engineer Computational Infrastructure for Research Labs 10

[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

[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 phone