[Numpy-discussion] testoob and numpy

2007-01-21 Thread Jarrod Millman
ago: http://projects.scipy.org/scipy/numpy/changeset/2425 There is also a mention of testoob in the DISTUTILS.txt file. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu

[Numpy-discussion] Fwd: [Rpy] status of numpy version of rpy

2007-02-05 Thread Jarrod Millman
week. -Greg On Feb 3, 2007, at 3:03 AM, Jarrod Millman wrote: > Hello, > > Thanks for all the great work. I am involved with the Neuroimaging in > Python project, which uses numpy. Numpy is very stable and much > better than Numeric. The problem is that some of us are also usin

[Numpy-discussion] NumPy compatible version of ScientificPython

2007-02-05 Thread Jarrod Millman
The current development release of ScientificPython (2.7.3) supports NumPy. The release notes are here: http://sourcesup.cru.fr/frs/shownotes.php?release_id=634 I updated the "Porting to NumPy" wiki page: http://www.scipy.org/Porting_to_NumPy -- Jarrod Millman Computational Infrastr

[Numpy-discussion] removing references to Scipy Core

2007-05-21 Thread Jarrod Millman
for "scipy" on PyPi the highest score is scipy_core: http://cheeseshop.python.org/pypi/scipy_core/0.8.4 I am not that familiar with the cheeseshop, but if possible I think it would be a good idea to remove this page. Thanks, -- Jarrod Millman Computational Infrastructure for Research L

Re: [Numpy-discussion] NumPy 1.0.3 released

2007-05-24 Thread Jarrod Millman
; upgrade to scipy svn? You can safely ignore it. It is just a warning; the code still works as before. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ _

Re: [Numpy-discussion] scipy.test() warnings, errors and failures

2007-07-09 Thread Jarrod Millman
You can safely ignore the "ScipyTest is now called NumpyTest" warnings. To get rid of the errors you could try installing scipy from svn or user an older version of numpy. Good luck, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berk

[Numpy-discussion] I am volunteering to be the release manager for NumPy 1.0.3.1 and SciPy 0.5.2

2007-08-09 Thread Jarrod Millman
at he is willing to help get a new release of SciPy out. He has already been busy at work squashing bugs. Sincerely, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berk

[Numpy-discussion] NumPy-1.0.3.x

2007-08-10 Thread Jarrod Millman
(scipy.integrate.tests.test_quadpack.test_quad)Illegal instruction If anyone has any ideas as to what is wrong, please let me know. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu

[Numpy-discussion] NumPy 1.0.3.x and SciPy 0.5.2.x

2007-08-15 Thread Jarrod Millman
x27;void *' Thanks, -- Jarrod Millman 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/mai

[Numpy-discussion] NumPy 1.0.3.1 released

2007-08-20 Thread Jarrod Millman
I'm pleased to announce the release of NumPy 1.0.3.1 This a minor bug fix release, which enables the latest release of SciPy to build. Bug-fixes === * Add back get_path to numpy.distutils.misc_utils * Fix 64-bit zgeqrf * Add parenthesis around GETPTR macros Thank you to everybody who

[Numpy-discussion] Branch and Tag Maintenance

2007-08-22 Thread Jarrod Millman
they were committed on. You can also view the changes using the trac site: http://projects.scipy.org/scipy/numpy/timeline Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ NumPy Branch Maintenance

Re: [Numpy-discussion] Requesting svn write access to numpy ?

2007-09-14 Thread Jarrod Millman
Hey Travis (and David), Since you (Travis) approved, I went ahead and gave David (cdavid) svn commit access to numpy. If you (David) have any difficulties, feel free to email me directly and I will take care of it. Cheers, -- Jarrod Millman Computational Infrastructure for Research Labs 10

[Numpy-discussion] New scipy 0.6.0 uploads

2007-09-22 Thread Jarrod Millman
There is a new scipy-0.6.0.tar.gz on the sourceforge page, which contains the missing scipy/linalg/src/fblaswrap_veclib_c.c. There is also now a scipy-0.6.0-py2.4-win32.egg and scipy-0.6.0-py2.5-win32.egg. Enjoy, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall

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 Mil

[Numpy-discussion] adopting Python Style Guide for classes

2007-10-01 Thread Jarrod Millman
to worry about the exact details of this conversion at this time. I just would like to get a sense whether, in general, this seems like a good direction to move in. If so, then after we get steps 1 and 2 completed we can start discussing how to handle step 3. Cheers, -- Jarrod Millman Comput

Re: [Numpy-discussion] [SciPy-dev] adopting Python Style Guide for classes

2007-10-03 Thread Jarrod Millman
gt; change back again? This cannot be seriously considered. I think that the general consensus is that we should keep int32, rather than switch to Int32. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu

Re: [Numpy-discussion] indexing bug?

2007-10-03 Thread Jarrod Millman
essential to fix in the 1.0.x series, but 1.1 is still several months away. And the longer this "bug" is out there, the greater the chance that people will write code that depends on it. So I would tentatively vote to fix it sooner rather than later. -- Jarrod Millman Computational Inf

[Numpy-discussion] Support universal gfortran compiler on OS X

2007-10-19 Thread Jarrod Millman
Hello, Could someone confirm whether this ticket can be closed: http://projects.scipy.org/scipy/numpy/ticket/571 Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu

[Numpy-discussion] NumPy 1.0.4 release

2007-10-18 Thread Jarrod Millman
Announced. Thanks, -- Jarrod Millman 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/mailma

[Numpy-discussion] anyone compiling on IRIX 6.5

2007-10-23 Thread Jarrod Millman
Hello, I am hoping to close a few of the remaining tickets for the upcoming NumPy 1.0.4 release. Is anyone using NumPy on IRIX? Or have access to IRIX? If so, could you please take a look at this ticket: http://projects.scipy.org/scipy/numpy/ticket/417 Thanks, -- Jarrod Millman

[Numpy-discussion] Fwd: Support universal gfortran compiler on OS X

2007-10-23 Thread Jarrod Millman
Hello, If someone could confirm whether we can close this ticket, I would appreciate it. Thanks, -- Forwarded message -- From: Jarrod Millman <[EMAIL PROTECTED]> Date: Oct 19, 2007 1:49 AM Subject: Support universal gfortran compiler on OS X To: Discussion of Numerical

[Numpy-discussion] NumPy 1.0.4 release

2007-10-28 Thread Jarrod Millman
scipy/numpy/milestone/1.0.4 Thanks, -- Jarrod Millman 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

[Numpy-discussion] numpy distutils patch

2007-10-29 Thread Jarrod Millman
upstream? If not, is there any reason that a patch shouldn't be submitted? Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discu

[Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-03 Thread Jarrod Millman
install python import numpy numpy.test(10,10) Thanks, -- Jarrod Millman 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

Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-04 Thread Jarrod Millman
p-shell_2/0 Hello, Can someone take a look at the problem with NumPy on Windows XP? Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discu

Re: [Numpy-discussion] NumPy trunk is frozen for upcoming 1.0.4 release

2007-11-04 Thread Jarrod Millman
ding from source? If so, have you tried the most recent development code? Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing l

[Numpy-discussion] ANN: NumPy 1.0.4

2007-11-07 Thread Jarrod Millman
contributed to the recent release. Enjoy, -- Jarrod Millman 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://p

[Numpy-discussion] [ANN] CFP: SciPy India 2012 -- Dec 27-29 -- IIT Bombay

2012-10-14 Thread Jarrod Millman
Hello, The CFP for SciPy India 2012, to be held in IIT Bombay from December 27-29 is open. Please spread the word! Scipy.in is a conference providing opportunities to spread the use of the Python programming language in the Scientific Computing community in India. It provides a unique opportunit

[Numpy-discussion] [ANN] SciPy India 2011 Call for Presentations

2011-10-02 Thread Jarrod Millman
4-5, 2011, Sunday-Monday: Conference December 6-7 2011, Tuesday-Wednesday: Tutorials/Sprints Organizers ------ * Jarrod Millman, Neuroscience Institute, UC Berkeley, USA (Conference Co-Chair) * Prabhu Ramachandran, Department of Aerospace Engineering, IIT Bombay, India (Conference Co-Cha

[Numpy-discussion] [ANN] SciPy India 2011 Abstracts due November 2nd

2011-10-28 Thread Jarrod Millman
Organizers ====== * Jarrod Millman, Neuroscience Institute, UC Berkeley, USA (Conference Co-Chair) * Prabhu Ramachandran, Department of Aerospace Engineering, IIT Bombay, India (Conference Co-Chair) * FOSSEE Team ___ NumPy-Discussion mailing list NumP

Re: [Numpy-discussion] scipy.org still says source in some subversion repo -- should be git !?

2011-12-01 Thread Jarrod Millman
On Mon, Nov 28, 2011 at 1:19 PM, Matthew Brett wrote: > Maybe the content could be put in > http://github.com/scipy/scipy.github.com so we can make pull requests > there? > The source is here: https://github.com/scipy/scipy.org-new ___ NumPy-Discussio

Re: [Numpy-discussion] proposing a "beware of [as]matrix()" warning

2010-05-01 Thread Jarrod Millman
On Wed, Apr 28, 2010 at 2:46 PM, David Warde-Farley wrote: > Would it be acceptable to retain the matrix class but not have it imported in > the default namespace, and have to import e.g. numpy.matlib to get at them? +1 Jarrod ___ NumPy-Discussion mai

Re: [Numpy-discussion] Introduction to Scott, Jason, and (possibly) others from Enthought

2010-05-26 Thread Jarrod Millman
2010/5/25 Stéfan van der Walt : > Awesome! Since github now supports SVN interaction, and all the core > devs use Git, now might be a good time to move the entire numpy source > tree?  It will certainly make it easier to merge the refactor changes! I would love to move numpy to github as well. Al

[Numpy-discussion] curious about how people would feel about moving to github

2010-05-26 Thread Jarrod Millman
Hello, I changed the subject line for this thread, since I didn't want to hijack another thread. Anyway, I am not proposing that we actually decide whether to move to git and github now, but I am just curious how people would feel. We had a conversation about this a few years ago and it was quit

Re: [Numpy-discussion] curious about how people would feel about moving to github

2010-05-26 Thread Jarrod Millman
On Wed, May 26, 2010 at 4:12 PM, Travis Oliphant wrote: > I think we are ready for such a move.    Someone should think about the > implications, though (with Trac integration, check-in mailings, etc.) and > make sure we get something we all like.   Somebody probably has thought > through all of t

Re: [Numpy-discussion] Introduction to Scott, Jason, and (possibly) others from Enthought

2010-05-26 Thread Jarrod Millman
ems to be interest (which there currently seems to be). So for now just keep sending emails with issues you want addressed in any actual proposal for this transition. Let's move this discussion to the git thread and use the thread for the discussion related directly to the subject line. Thank

Re: [Numpy-discussion] curious about how people would feel about moving to github

2010-05-26 Thread Jarrod Millman
On Wed, May 26, 2010 at 6:37 PM, Bruce Southey wrote: > All that I ask is that there is one official place to do 'git clone' > or 'git pull' from a single official branch. I do not think that it is > good to tell users to pull from different branches especially if these > branches have conflicts.

Re: [Numpy-discussion] curious about how people would feel about moving to github

2010-05-26 Thread Jarrod Millman
On Wed, May 26, 2010 at 8:08 PM, Matthew Brett wrote: > That's the model we've gone for in nipy and ipython too.  We wrote it > up in a workflow doc project.  Here are the example docs giving the > git workflow for ipython: > > https://cirl.berkeley.edu/mb312/gitwash/ > > and in particular: > > ht

Re: [Numpy-discussion] curious about how people would feel about moving to github

2010-05-26 Thread Jarrod Millman
On Wed, May 26, 2010 at 7:38 PM, Benjamin Root wrote: > I wouldn't call myself a developer, but I have been wanting to contribute > recently.  I learned source control with svn, so I am much more comfortable > with it.  My one attempt at using git for a personal project ended in > failure. > > The

Re: [Numpy-discussion] curious about how people would feel about moving to github

2010-05-27 Thread Jarrod Millman
On Thu, May 27, 2010 at 2:28 AM, Anne Archibald wrote: > To get back to the original point of the thread: nobody has yet > objected to git, and all we have are some debates about the ultimate > workflow that don't make much difference to whether or how git should > be adopted. Is this a fair descr

Re: [Numpy-discussion] curious about how people would feel about moving to github

2010-05-27 Thread Jarrod Millman
On Thu, May 27, 2010 at 2:28 AM, Anne Archibald wrote: > * Set up a git repository somewhere on scipy.org. It's a minor point, but setting up and maintaining our own git repository will require extra work without gaining anything useful. Github has a number of very useful features and is gaining

Re: [Numpy-discussion] Technicalities of the SVN -> GIT transition

2010-06-02 Thread Jarrod Millman
On Wed, Jun 2, 2010 at 10:08 AM, Matthew Brett wrote: > Do y'all think opt-in?  Or opt-out?    If it's opt-in I guess you'll > catch most of the current committers, and most of the others you'll > lose, but maybe that's good enough. I think it should be opt-in. How would opt-out work? Would som

[Numpy-discussion] update on the transition to git/github

2010-07-13 Thread Jarrod Millman
Hello all, On May 26th, I sent an email titled "curious about how people would feel about moving to github." While there were a few concerns raised, everyone was generally positive and were mainly concerned that this transition would need to be done carefully with clear workflow instructions and

Re: [Numpy-discussion] update on the transition to git/github

2010-07-13 Thread Jarrod Millman
On Tue, Jul 13, 2010 at 8:15 PM, Charles R Harris wrote: > How should we handle commits during the next week or two? I have a few > things I want to get in before 1.5 is tagged. Just keep committing as normal using svn for now. Once we are ready to make the transition (which includes having docu

[Numpy-discussion] sf.net export controls for numpy/scipy

2010-09-14 Thread Jarrod Millman
Hello, I plan to update the export controls settings for both numpy and scipy to: "This project does NOT incorporate, access, call upon, or otherwise use encryption of any kind, including, but not limited to, open source algorithms and/or calls to encryption in the operating system or underlying

[Numpy-discussion] [ANN] SciPy India 2010 Call for Presentations

2010-09-21 Thread Jarrod Millman
ials/Sprints Saturday, Dec. 18: Sprints Organizers ====== * Jarrod Millman, Neuroscience Institute, UC Berkeley, USA (Conference Co-Chair) * Prabhu Ramachandran, Department of Aerospace Engineering, IIT Bombay, India (Conference Co-Chair) *

Re: [Numpy-discussion] Question regarding submitting patches

2011-01-05 Thread Jarrod Millman
On Tue, Jan 4, 2011 at 7:49 PM, Justin Peel wrote: > I've been submitting some patches recently just by putting them on > Trac. However, I noticed in the Numpy Developer Guide that it says: > >   The recommended way to proceed is either to attach these files to > an enhancement ticket in the Numpy

[Numpy-discussion] Call for GSoC 2011 NumPy mentors

2011-03-12 Thread Jarrod Millman
Hi, It is time to start preparing for the 2011 Google Summer of Code (SoC). As in the past, we will participate in SoC with the Python Software Foundation (PSF) as our mentoring organization. The PSF has requested that every project, which wishes to participate in the SoC, provide a list of at l

[Numpy-discussion] ATTENTION: 1.2.0b1 tagged tomorrow

2008-08-08 Thread Jarrod Millman
Just a reminder: I will be tagging 1.2.0b1 tomorrow evening. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing list Numpy

Re: [Numpy-discussion] C-API change for 1.2

2008-08-08 Thread Jarrod Millman
ture instead of using the macros. +1 I am going to hold off on tagging 1.2.0b1 until Monday. This way if anyone has any objections to this change, they will have a few days to discuss this. If there are no major objections by Monday, go ahead and make the change and I will tag the beta release.

[Numpy-discussion] ATTENTION: 1.2.0b1 tagged tomorrow

2008-08-10 Thread Jarrod Millman
if I am missing anything. I will be tagging the 1.2.0b1 tomorrow. The beta release will be followed by a release candidate at the beginning of the SciPy conference with the final release planned for the end of the conference. Thanks, -- Jarrod Millman Computational Infrastructure for Research

Re: [Numpy-discussion] ATTENTION: 1.2.0b1 tagged tomorrow

2008-08-12 Thread Jarrod Millman
I am pushing back the beta release for another day. Stefan is looking into one thing I would like to get into the beta. Cheers, On Sun, Aug 10, 2008 at 6:48 PM, Jarrod Millman <[EMAIL PROTECTED]> wrote: > Hello, > > The C-API change was committed in revision 5626: > http://sci

[Numpy-discussion] NumPy 1.2.0b2 released

2008-08-14 Thread Jarrod Millman
-1.2.0b2-win32.zip Source tarball: https://cirl.berkeley.edu/numpy/numpy-1.2.0b2.tar.gz Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion

Re: [Numpy-discussion] Generalized ufuncs?

2008-08-14 Thread Jarrod Millman
release. Sorry. This was handled poorly. But I think this would still be very useful and I would like to see it get in. We were planning on releasing a 1.2.0b3 early next week. But this is it, I promise. How about we work on it and see where we are early next week. If it doesn't

Re: [Numpy-discussion] Generalized ufuncs?

2008-08-15 Thread Jarrod Millman
On Thu, Aug 14, 2008 at 9:05 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > Can we fix the ticket notification mailings some day? It's been almost four > months now. It should work now. Let me know if you aren't getting them now. -- Jarrod Millman Computational Infra

Re: [Numpy-discussion] Generalized ufuncs?

2008-08-15 Thread Jarrod Millman
On Fri, Aug 15, 2008 at 12:09 AM, Charles R Harris <[EMAIL PROTECTED]> wrote: > Thanks, it seems to be working now. What did you do? It was an incorrect spam filter in mailman. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510

Re: [Numpy-discussion] NumPy 1.2.0b2 released

2008-08-15 Thread Jarrod Millman
appy. Yes, the new release requires a recompile. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing list Numpy-discussion

Re: [Numpy-discussion] C-API change for 1.2

2008-08-19 Thread Jarrod Millman
nge the C-API, and if we do need to change the C-API (either now or in the future) how we should handle these sort of changes. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ _

Re: [Numpy-discussion] The "NumPy" Cython release + tutorial

2008-08-21 Thread Jarrod Millman
On Wed, Aug 20, 2008 at 1:18 PM, Dag Sverre Seljebotn <[EMAIL PROTECTED]> wrote: > Cython just had a release, and amongst the new features are efficient > NumPy array indexing for integers, real floats and Python objects. Excellent. Thanks for working on this. -- Jarrod Millman C

Re: [Numpy-discussion] Remove ParametricTestCase from numpy.testing

2008-08-24 Thread Jarrod Millman
e it > can just be deleted without any issues, I think. Could you through a deprecation warning in? Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___

Re: [Numpy-discussion] Remove ParametricTestCase from numpy.testing

2008-08-24 Thread Jarrod Millman
On Sun, Aug 24, 2008 at 3:20 PM, Jarrod Millman <[EMAIL PROTECTED]> wrote: > On Sat, Aug 23, 2008 at 10:23 PM, Alan McIntyre <[EMAIL PROTECTED]> wrote: >> Actually, it was removed right after the nose framework was working, >> but I think a decision was made to keep

Re: [Numpy-discussion] [SciPy08] Documentation BoF

2008-08-25 Thread Jarrod Millman
l Gellner is working on this and is pretty far along. He is traveling at the moment, but should be checking something in later this week. Cheers, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 h

Re: [Numpy-discussion] Can't get to numpy.org or scipy.org today...

2008-08-26 Thread Jarrod Millman
On Tue, Aug 26, 2008 at 6:52 AM, SimonPalmer <[EMAIL PROTECTED]> wrote: > ...are they down? They are back up now. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.ber

Re: [Numpy-discussion] rc1 update

2008-08-28 Thread Jarrod Millman
something). I won't bring this up again, so if no one else finds this compelling consider it dropped. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy

[Numpy-discussion] numpy failures for rc1

2008-09-01 Thread Jarrod Millman
other issues that need to be resolved before tagging the rc? Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing list Numpy

[Numpy-discussion] NumPy 1.2.0rc1 to be tagged in 5 hours

2008-09-02 Thread Jarrod Millman
lease blockers, please let me know ASAP. Thanks, -- Jarrod Millman 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

[Numpy-discussion] 1.2.0rc1 tagged!

2008-09-02 Thread Jarrod Millman
1.2.0 Please test this release ASAP and let us know if there are any problems. If there are no show stoppers, this will likely become the 1.2.0 release. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkele

Re: [Numpy-discussion] 1.2.0rc1 tagged!

2008-09-03 Thread Jarrod Millman
that effect and possibly point to a bug ticket. Thanks for the suggestion. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing list N

Re: [Numpy-discussion] distance matrix and (weighted) p-norm

2008-09-07 Thread Jarrod Millman
s talking about pulling Damian's distance code out of scipy.cluster and into its own scipy subpackage. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/

[Numpy-discussion] mixed-EOL problems w/

2008-09-08 Thread Jarrod Millman
d-EOL issue: https://bugs.launchpad.net/launchpad-cscvs/+bug/256050 Colin Watson has recently volunteered to look into fixing this issue and was asking if anyone had a preference about how this should be solved. Please let me know if you see any reason for one solution over another. Thanks, -- J

[Numpy-discussion] upcoming 1.2.0rc2 (1.2.0 final soon to follow)!

2008-09-08 Thread Jarrod Millman
notes and let me know if anything needs to be changed or added: http://projects.scipy.org/scipy/numpy/milestone/1.2.0 Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkele

[Numpy-discussion] planning for numpy 1.3.0 release

2008-09-08 Thread Jarrod Millman
keep the trunk as stable as possible; if you wish to work on a major new feature or an significant refactoring of the codebase, please work in a branch. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http

Re: [Numpy-discussion] upcoming 1.2.0rc2 (1.2.0 final soon to follow)!

2008-09-09 Thread Jarrod Millman
45 PM, Jarrod Millman <[EMAIL PROTECTED]> wrote: > Hello, > > There have been a few updates to the 1.2.x branch that resolve some > issues with the last release candidate: > - a loadtxt regression: http://projects.scipy.org/scipy/numpy/changeset/5790 > - a knownfailurei

Re: [Numpy-discussion] F2py errors still

2008-09-12 Thread Jarrod Millman
But since you are building yourself, here are the links: The 1.2.0rc2 svn tag: http://svn.scipy.org/svn/numpy/tags/1.2.0rc2 The source tarball: https://cirl.berkeley.edu/numpy/numpy-1.2.0rc2.tar.gz -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone:

[Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-13 Thread Jarrod Millman
1.2.0 Please test this release ASAP and let us know if there are any problems. If there are no show stoppers, this will become the 1.2.0 release. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkele

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-15 Thread Jarrod Millman
Hey, I would like to release 1.2.0 final soon, but I need to know whether anyone is having any problems with the rc2 binaries. Please test them and let me know whether or not you have any problems with them. Thanks, Jarrod On Sat, Sep 13, 2008 at 4:00 PM, Jarrod Millman <[EMAIL PROTEC

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-15 Thread Jarrod Millman
ooks like you have some old files sitting around (e.g., numpy\core\tests\test_ma.py). Could you delete C:\Python25\lib\site-packages\numpy and reinstall 1.2.0rc2? Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http:/

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-15 Thread Jarrod Millman
On Mon, Sep 15, 2008 at 11:10 AM, Mark Miller <[EMAIL PROTECTED]> wrote: > OK..thanks. That did the trick. All clear now, save for 3 known failures. Excellent. Thanks for testing this. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berke

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-16 Thread Jarrod Millman
Which version of gcc are you using? Do I remember correctly that you had the same failure with numpy 1.1.1 when using gcc 3.3 and that the problem went away when you used gcc 4.1. If you are using 3.3, could you try with 4.1 and let us know if you run into the same problem? Thanks, -- Jarrod

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-16 Thread Jarrod Millman
Glad to hear it is a "known" issue. By the way, does anyone know what version of gcc we require? Where is that documented? The only occurrence of a recommended gcc version is here: http://scipy.org/Installing_SciPy/BuildingGeneral And it states "gcc 3.x compilers are recommended.

[Numpy-discussion] ready to tag 1.2.0

2008-09-18 Thread Jarrod Millman
in preparation for a 1.2.1 release. Thanks, -- Jarrod Millman 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

Re: [Numpy-discussion] python 2.4 incompatibility in numpy.lookfor in numpy 1.2.0rc2

2008-09-23 Thread Jarrod Millman
the docstring stating it currently works for 2.5 and make it raise a more informative exception. lookfor is in 1.1.x as well. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ __

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-24 Thread Jarrod Millman
not: http://projects.scipy.org/scipy/numpy/changeset/5862 Either way, I plan to tag later today. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-d

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-09-25 Thread Jarrod Millman
o wait until 1.2.1, which we will put out shortly. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing list Numpy-

[Numpy-discussion] ANN: NumPy 1.2.0

2008-09-25 Thread Jarrod Millman
k you to everybody who contributed to this release. Enjoy, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing list Numpy-discuss

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-10-02 Thread Jarrod Millman
> And I still got 1.1 I updated the page to point to the sourceforge page. Thanks for catching that. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ __

Re: [Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

2008-10-03 Thread Jarrod Millman
On Fri, Oct 3, 2008 at 12:35 AM, Francesc Alted <[EMAIL PROTECTED]> wrote: > It would be nice if you can update the PYPI package index too. Perhaps > having a list of places on where to announce NumPy on every release > would be handy. Done. Thanks, -- Jarrod Millma

Re: [Numpy-discussion] Merged clean_math_config branch

2008-10-05 Thread Jarrod Millman
ng > version of numscons is about to be released. Excellent. Thanks for working on this. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy

[Numpy-discussion] Please backport fixes to the 1.2.x branch

2008-10-05 Thread Jarrod Millman
, I would like to freeze the branch for the 1.2.1 release in about 1 week. Please let me know if you need more time or if there is something in particular that you would like to see backported. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley

Re: [Numpy-discussion] Merge of generalised ufuncs branch

2008-10-07 Thread Jarrod Millman
er comments from the > community, I propose that we merge it. +1 -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ ___ Numpy-discussion mailing list Numpy-di

Re: [Numpy-discussion] Please backport fixes to the 1.2.x branch

2008-10-09 Thread Jarrod Millman
On Sun, Oct 5, 2008 at 7:59 PM, Jarrod Millman <[EMAIL PROTECTED]> wrote: > I would like to get a 1.2.1 release out ASAP. There are several > bug-fixes on the trunk that need to be backported. If you have made a > bug-fix to the trunk that you have been waiting to backport to the

Re: [Numpy-discussion] Please backport fixes to the 1.2.x branch

2008-10-09 Thread Jarrod Millman
I would also like to back port revision 5833: http://projects.scipy.org/scipy/numpy/changeset/5833 Are there any other fixes that should be back ported? -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu

Re: [Numpy-discussion] windows install problem for 1.2

2008-10-21 Thread Jarrod Millman
d somehow embed the checksum in the URL. Maybe something like this: https://wiki.mozilla.org/Firefox/Feature_Brainstorming:Downloads#MD5_Checksum -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 51

Re: [Numpy-discussion] windows install problem for 1.2

2008-10-21 Thread Jarrod Millman
ht be useful: Releaseforge: http://releaseforge.sourceforge.net/ Sourceforge Utilities: http://sfutils.sourceforge.net/ Has anyone found a good way of scripting sourceforge? Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.6

Re: [Numpy-discussion] windows install problem for 1.2

2008-10-21 Thread Jarrod Millman
a script to upload release files and notes? Can you script making the announcement? It looks like they md5 support builtin: https://code.launchpad.net/numpy.scons.support/+download Ideas? Comments? -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC B

[Numpy-discussion] NumPy 1.2.1 to be tagged 10/28/08

2008-10-26 Thread Jarrod Millman
2.4 compatible lookfor: http://projects.scipy.org/scipy/numpy/changeset/5945 Setuptools fix: http://projects.scipy.org/scipy/numpy/changeset/5956 Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu

Re: [Numpy-discussion] docs.scipy.org -- new site for the documentation marathon

2008-10-26 Thread Jarrod Millman
e numpy list, but let's have this discussion on the scipy developer's list going forward. Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ __

Re: [Numpy-discussion] docs.scipy.org -- new site for the documentation marathon

2008-10-26 Thread Jarrod Millman
Packages/Sparse removed and all the content merged into http://docs.scipy.org/doc/scipy/reference/sparse.html I have cross-posted my response to the numpy list, but let's have this discussion on the scipy developer's list going forward. Thanks, -- Jarrod Millman Computational Infrastr

[Numpy-discussion] ANN: NumPy 1.2.1

2008-10-29 Thread Jarrod Millman
u can download the release from here: https://sourceforge.net/project/showfiles.php?group_id=1369 Thank you to everybody who contributed to this release. Enjoy, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cir

Re: [Numpy-discussion] Simplifying compiler optimization flags logic (fortran compilers)

2008-11-01 Thread Jarrod Millman
ortran -O3 ? > > You're probably right. I think it is probably best to take out some of the magic in fcompilers as well. -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ _

  1   2   3   4   >