Re: [Numpy-discussion] Developmental version numbering with git

2010-11-11 Thread Matthew Brett
Hi, On Thu, Nov 11, 2010 at 11:44 AM, Charles R Harris wrote: > On Thu, Nov 11, 2010 at 12:32 PM, Matthew Brett >> Tiny patch for py3k attached. >> >> Should the generated numpy/version.py be in .gitignore?  Is there a >> better name in order to signal the generated nature of the file? >> > > I

Re: [Numpy-discussion] Developmental version numbering with git

2010-11-11 Thread Charles R Harris
On Thu, Nov 11, 2010 at 12:32 PM, Matthew Brett wrote: > Hi, > > On Tue, Nov 9, 2010 at 7:48 AM, Charles R Harris > wrote: > > > > > > On Tue, Nov 9, 2010 at 8:20 AM, Scott Sinclair gmail.com> > > wrote: > >> > >> On 8 November 2010 23:17, Matthew Brett > wrote: > >> >> Since the change to git

Re: [Numpy-discussion] Developmental version numbering with git

2010-11-11 Thread Matthew Brett
Hi, On Tue, Nov 9, 2010 at 7:48 AM, Charles R Harris wrote: > > > On Tue, Nov 9, 2010 at 8:20 AM, Scott Sinclair > wrote: >> >> On 8 November 2010 23:17, Matthew Brett wrote: >> >> Since the change to git the numpy version in setup.py is '2.0.0.dev' >> >> regardless because the prior numbering

Re: [Numpy-discussion] Developmental version numbering with git

2010-11-09 Thread Charles R Harris
On Tue, Nov 9, 2010 at 8:20 AM, Scott Sinclair wrote: > On 8 November 2010 23:17, Matthew Brett wrote: > >> Since the change to git the numpy version in setup.py is '2.0.0.dev' > >> regardless because the prior numbering was determined by svn. > >> > >> Is there a plan to add some numbering syste

Re: [Numpy-discussion] Developmental version numbering with git

2010-11-09 Thread Scott Sinclair
On 8 November 2010 23:17, Matthew Brett wrote: >> Since the change to git the numpy version in setup.py is '2.0.0.dev' >> regardless because the prior numbering was determined by svn. >> >> Is there a plan to add some numbering system to numpy developmental version? >> >> Regardless of the answer,

Re: [Numpy-discussion] Developmental version numbering with git

2010-11-08 Thread Matthew Brett
Hi, > Since the change to git the numpy version in setup.py is '2.0.0.dev' > regardless because the prior numbering was determined by svn. > > Is there a plan to add some numbering system to numpy developmental version? > > Regardless of the answer, the 'numpy/numpy/version.py' will need to > chan

[Numpy-discussion] Developmental version numbering with git

2010-11-08 Thread Bruce Southey
Hi, Since the change to git the numpy version in setup.py is '2.0.0.dev' regardless because the prior numbering was determined by svn. Is there a plan to add some numbering system to numpy developmental version? Regardless of the answer, the 'numpy/numpy/version.py' will need to changed because