Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Charles R Harris
On Thu, Aug 15, 2013 at 4:26 PM, Chris Barker - NOAA Federal <
chris.bar...@noaa.gov> wrote:

> On Thu, Aug 15, 2013 at 12:31 PM, Matthew Brett 
> wrote:
>
> >>> I'm afraid I don't understand the discussion on timezones in
> >>> datetime64, but I have the impression that those who do think it needs
> >>> an urgent decision and some action for the short term.  Is that right,
> >>> datetimers?
> >>>
> >>> If that's so, and there are worthwhile changes that are practical in
> >>> the next few weeks, it seems reasonable to wait.
>
> Well, it's only "urgent" in the sense that there are indeed a couple
> small changes that would really help, and if we don't use a release to
> motivate us, when will we it ever get done?
>
> But it'll still take someone to do it -- I'm afraid it's out of my
> depth to do so.
>
> There is a chance that Mark W. or Travis O. could do it, but it does
> seem unlikely that they'll find the time in the next week or two, so I
> guess we'll put it off, and keep the "experimental" label on there.
>
>
I think your best bet might be to cultivate Mark by testing and reviewing
his current work in dynd ;)



Chuck
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Chris Barker - NOAA Federal
On Thu, Aug 15, 2013 at 3:16 PM, Matthew Brett  wrote:
> Chris B - are you the point man on this one?  What do you think?

Only the point man in the sense that I'm poking at people to try to
get what I want ;-)

But see my other note.

-Chris


-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

chris.bar...@noaa.gov
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Chris Barker - NOAA Federal
On Thu, Aug 15, 2013 at 12:31 PM, Matthew Brett  wrote:

>>> I'm afraid I don't understand the discussion on timezones in
>>> datetime64, but I have the impression that those who do think it needs
>>> an urgent decision and some action for the short term.  Is that right,
>>> datetimers?
>>>
>>> If that's so, and there are worthwhile changes that are practical in
>>> the next few weeks, it seems reasonable to wait.

Well, it's only "urgent" in the sense that there are indeed a couple
small changes that would really help, and if we don't use a release to
motivate us, when will we it ever get done?

But it'll still take someone to do it -- I'm afraid it's out of my
depth to do so.

There is a chance that Mark W. or Travis O. could do it, but it does
seem unlikely that they'll find the time in the next week or two, so I
guess we'll put it off, and keep the "experimental" label on there.

>> My impression is that we will have something for 1.9. If it comes in for
>> 1.8, fine.

I sure hope we can at least get the "rip out the ugly default I/O TZ
behavior" fix in time for 1.9. Whether something more ambitious can be
done, we'll have to see.

> OK - then I guess you are saying it is up you, our datetimer friends,
> to make a proposal and timetable and implementation, if y'all think it
> can be done in the next few weeks,

Yup -- if anyone wants to pipe up and offer to do it, speak now or
forever hold your piece.

-Chris

-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

chris.bar...@noaa.gov
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Matthew Brett
Hi,

On Thu, Aug 15, 2013 at 1:04 PM, Ralf Gommers  wrote:
>
>
>
> On Thu, Aug 15, 2013 at 9:31 PM, Matthew Brett 
> wrote:
>>
>> Hi,
>>
>> On Thu, Aug 15, 2013 at 12:28 PM, Charles R Harris
>>  wrote:
>> >
>> >
>> >
>> > On Thu, Aug 15, 2013 at 1:22 PM, Matthew Brett 
>> > wrote:
>> >>
>> >> Hi,
>> >>
>> >> On Thu, Aug 15, 2013 at 12:10 PM, Ralf Gommers 
>> >> wrote:
>> >> >
>> >> >
>> >> >
>> >> > On Thu, Aug 15, 2013 at 3:42 PM, Charles R Harris
>> >> >  wrote:
>> >> >>
>> >> >> Hi All,
>> >> >>
>> >> >> I'm thinking of making the 1.8.x branch next Sunday. Any complaints,
>> >> >> thoughts?
>> >> >
>> >> >
>> >> > First thought: thanks a lot for doing this.
>> >>
>> >> I'm afraid I don't understand the discussion on timezones in
>> >> datetime64, but I have the impression that those who do think it needs
>> >> an urgent decision and some action for the short term.  Is that right,
>> >> datetimers?
>> >>
>> >> If that's so, and there are worthwhile changes that are practical in
>> >> the next few weeks, it seems reasonable to wait.
>> >>
>> >
>> > My impression is that we will have something for 1.9. If it comes in for
>> > 1.8, fine. But I think it is still under development. Hopefully the 1.9
>> > release will come out next spring.
>>
>> OK - then I guess you are saying it is up you, our datetimer friends,
>> to make a proposal and timetable and implementation, if y'all think it
>> can be done in the next few weeks,
>
>
> My impression: there's a reasonable amount of agreement on what has to be
> done, but no one has stepped up to do the work. It doesn't look like
> something that should block a release, because there's not a huge amount of
> interest and the API is already labeled 'experimental'. So I don't really
> see an issue in releasing 1.8 with the same behavior as 1.7.

Chris B - are you the point man on this one?  What do you think?

Cheers,

Matthew
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Ralf Gommers
On Thu, Aug 15, 2013 at 9:31 PM, Matthew Brett wrote:

> Hi,
>
> On Thu, Aug 15, 2013 at 12:28 PM, Charles R Harris
>  wrote:
> >
> >
> >
> > On Thu, Aug 15, 2013 at 1:22 PM, Matthew Brett 
> > wrote:
> >>
> >> Hi,
> >>
> >> On Thu, Aug 15, 2013 at 12:10 PM, Ralf Gommers 
> >> wrote:
> >> >
> >> >
> >> >
> >> > On Thu, Aug 15, 2013 at 3:42 PM, Charles R Harris
> >> >  wrote:
> >> >>
> >> >> Hi All,
> >> >>
> >> >> I'm thinking of making the 1.8.x branch next Sunday. Any complaints,
> >> >> thoughts?
> >> >
> >> >
> >> > First thought: thanks a lot for doing this.
> >>
> >> I'm afraid I don't understand the discussion on timezones in
> >> datetime64, but I have the impression that those who do think it needs
> >> an urgent decision and some action for the short term.  Is that right,
> >> datetimers?
> >>
> >> If that's so, and there are worthwhile changes that are practical in
> >> the next few weeks, it seems reasonable to wait.
> >>
> >
> > My impression is that we will have something for 1.9. If it comes in for
> > 1.8, fine. But I think it is still under development. Hopefully the 1.9
> > release will come out next spring.
>
> OK - then I guess you are saying it is up you, our datetimer friends,
> to make a proposal and timetable and implementation, if y'all think it
> can be done in the next few weeks,
>

My impression: there's a reasonable amount of agreement on what has to be
done, but no one has stepped up to do the work. It doesn't look like
something that should block a release, because there's not a huge amount of
interest and the API is already labeled 'experimental'. So I don't really
see an issue in releasing 1.8 with the same behavior as 1.7.

Cheers,
Ralf
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Matthew Brett
Hi,

On Thu, Aug 15, 2013 at 12:28 PM, Charles R Harris
 wrote:
>
>
>
> On Thu, Aug 15, 2013 at 1:22 PM, Matthew Brett 
> wrote:
>>
>> Hi,
>>
>> On Thu, Aug 15, 2013 at 12:10 PM, Ralf Gommers 
>> wrote:
>> >
>> >
>> >
>> > On Thu, Aug 15, 2013 at 3:42 PM, Charles R Harris
>> >  wrote:
>> >>
>> >> Hi All,
>> >>
>> >> I'm thinking of making the 1.8.x branch next Sunday. Any complaints,
>> >> thoughts?
>> >
>> >
>> > First thought: thanks a lot for doing this.
>>
>> I'm afraid I don't understand the discussion on timezones in
>> datetime64, but I have the impression that those who do think it needs
>> an urgent decision and some action for the short term.  Is that right,
>> datetimers?
>>
>> If that's so, and there are worthwhile changes that are practical in
>> the next few weeks, it seems reasonable to wait.
>>
>
> My impression is that we will have something for 1.9. If it comes in for
> 1.8, fine. But I think it is still under development. Hopefully the 1.9
> release will come out next spring.

OK - then I guess you are saying it is up you, our datetimer friends,
to make a proposal and timetable and implementation, if y'all think it
can be done in the next few weeks,

Best,

Matthew
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Charles R Harris
On Thu, Aug 15, 2013 at 1:22 PM, Matthew Brett wrote:

> Hi,
>
> On Thu, Aug 15, 2013 at 12:10 PM, Ralf Gommers 
> wrote:
> >
> >
> >
> > On Thu, Aug 15, 2013 at 3:42 PM, Charles R Harris
> >  wrote:
> >>
> >> Hi All,
> >>
> >> I'm thinking of making the 1.8.x branch next Sunday. Any complaints,
> >> thoughts?
> >
> >
> > First thought: thanks a lot for doing this.
>
> I'm afraid I don't understand the discussion on timezones in
> datetime64, but I have the impression that those who do think it needs
> an urgent decision and some action for the short term.  Is that right,
> datetimers?
>
> If that's so, and there are worthwhile changes that are practical in
> the next few weeks, it seems reasonable to wait.
>
>
My impression is that we will have something for 1.9. If it comes in for
1.8, fine. But I think it is still under development. Hopefully the 1.9
release will come out next spring.

Chuck
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Matthew Brett
Hi,

On Thu, Aug 15, 2013 at 12:10 PM, Ralf Gommers  wrote:
>
>
>
> On Thu, Aug 15, 2013 at 3:42 PM, Charles R Harris
>  wrote:
>>
>> Hi All,
>>
>> I'm thinking of making the 1.8.x branch next Sunday. Any complaints,
>> thoughts?
>
>
> First thought: thanks a lot for doing this.

I'm afraid I don't understand the discussion on timezones in
datetime64, but I have the impression that those who do think it needs
an urgent decision and some action for the short term.  Is that right,
datetimers?

If that's so, and there are worthwhile changes that are practical in
the next few weeks, it seems reasonable to wait.

Best,

Matthew
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Ralf Gommers
On Thu, Aug 15, 2013 at 3:42 PM, Charles R Harris  wrote:

> Hi All,
>
> I'm thinking of making the 1.8.x branch next Sunday. Any complaints,
> thoughts?
>

First thought: thanks a lot for doing this.

Ralf
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Blake Griffith
I think it is nearly complete. Although there are some recent changes that
need review.

I still need to go back and make changes to the original NEP noting the
differences in final implementation.


On Thu, Aug 15, 2013 at 11:52 AM, Charles R Harris <
charlesr.har...@gmail.com> wrote:

>
> On Thu, Aug 15, 2013 at 10:48 AM, Blake Griffith <
> blake.a.griff...@gmail.com> wrote:
>
>> I would like to have the ufunc overrides in 1.8 if it is possible.
>>
>>
>> On Thu, Aug 15, 2013 at 9:21 AM, Charles R Harris <
>> charlesr.har...@gmail.com> wrote:
>>
>>> I don't see any that *have* to go in, but there are a few that could be
>>> included. The most significant is probably the inplace fancy indexing if it
>>> is ready. The nanmean etc. functions are not committed yet, but I think
>>> they are ready. If the Polynomial import fixes show up, they can go in.
>>> There are the usual janitorial things,  the release notes need some clean
>>> up, the docs need merging, and the HOWTO_RELEASE document needs updating.
>>>
>>> For datetime64, I think a comment should be added to the release notes
>>> that it is still experimental and that changes are expected in 1.9.
>>> Hopefully the next release will come out next spring.
>>>
>>> I think we are also about ready for a 1.7.2 release.
>>>
>>>
>>>
> What is the status of that? I've been leaving that commit up the Pauli.
>
> Chuck
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Charles R Harris
On Thu, Aug 15, 2013 at 10:48 AM, Blake Griffith  wrote:

> I would like to have the ufunc overrides in 1.8 if it is possible.
>
>
> On Thu, Aug 15, 2013 at 9:21 AM, Charles R Harris <
> charlesr.har...@gmail.com> wrote:
>
>> I don't see any that *have* to go in, but there are a few that could be
>> included. The most significant is probably the inplace fancy indexing if it
>> is ready. The nanmean etc. functions are not committed yet, but I think
>> they are ready. If the Polynomial import fixes show up, they can go in.
>> There are the usual janitorial things,  the release notes need some clean
>> up, the docs need merging, and the HOWTO_RELEASE document needs updating.
>>
>> For datetime64, I think a comment should be added to the release notes
>> that it is still experimental and that changes are expected in 1.9.
>> Hopefully the next release will come out next spring.
>>
>> I think we are also about ready for a 1.7.2 release.
>>
>>
>>
What is the status of that? I've been leaving that commit up the Pauli.

Chuck
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Blake Griffith
I would like to have the ufunc overrides in 1.8 if it is possible.


On Thu, Aug 15, 2013 at 9:21 AM, Charles R Harris  wrote:

> I don't see any that *have* to go in, but there are a few that could be
> included. The most significant is probably the inplace fancy indexing if it
> is ready. The nanmean etc. functions are not committed yet, but I think
> they are ready. If the Polynomial import fixes show up, they can go in.
> There are the usual janitorial things,  the release notes need some clean
> up, the docs need merging, and the HOWTO_RELEASE document needs updating.
>
> For datetime64, I think a comment should be added to the release notes
> that it is still experimental and that changes are expected in 1.9.
> Hopefully the next release will come out next spring.
>
> I think we are also about ready for a 1.7.2 release.
>
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Charles R Harris
I don't see any that *have* to go in, but there are a few that could be
included. The most significant is probably the inplace fancy indexing if it
is ready. The nanmean etc. functions are not committed yet, but I think
they are ready. If the Polynomial import fixes show up, they can go in.
There are the usual janitorial things,  the release notes need some clean
up, the docs need merging, and the HOWTO_RELEASE document needs updating.

For datetime64, I think a comment should be added to the release notes that
it is still experimental and that changes are expected in 1.9. Hopefully
the next release will come out next spring.

I think we are also about ready for a 1.7.2 release.


___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Stéfan van der Walt
On Thu, Aug 15, 2013 at 3:42 PM, Charles R Harris
 wrote:
>
> I'm thinking of making the 1.8.x branch next Sunday. Any complaints, thoughts?

Thanks, Chuck.  Are there any specific PRs up for review that should
be incorporated into 1.8?

Stéfan
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Upcoming 1.8 release.

2013-08-15 Thread Charles R Harris
Hi All,

I'm thinking of making the 1.8.x branch next Sunday. Any complaints,
thoughts?

Chuck
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion