Nathaniel Smith | 16 Jul 2012 15:27
Picon
Favicon

py3 datetime woes (was Re: Code Freeze for NumPy 1.7)

On Sun, Jul 15, 2012 at 5:32 PM, Ralf Gommers
<ralf.gommers <at> googlemail.com> wrote:
>
>
> On Sun, Jul 15, 2012 at 5:57 PM, Nathaniel Smith <njs <at> pobox.com> wrote:
>>
>> On Sun, Jul 15, 2012 at 1:08 PM, Ralf Gommers
>> <ralf.gommers <at> googlemail.com> wrote:
>> >
>> >
>> > On Sun, Jul 15, 2012 at 12:45 AM, Travis Oliphant <travis <at> continuum.io>
>> > wrote:
>> >>
>> >>
>> >> Hey all,
>> >>
>> >> We are nearing a code-freeze for NumPy 1.7.   Are there any last-minute
>> >> changes people are wanting to push into NumPy 1.7?  We should discuss
>> >> them
>> >> as soon as possible.
>> >>
>> >> I'm proposing a code-freeze at midnight UTC on July 18th (7:00pm CDT on
>> >> July 17th).   This will allow the creation of beta releases of NumPy on
>> >> the
>> >> 18th of July. This is a few days later than originally hoped for ---
>> >> largely
>> >> due to unexpected travel schedules of Ondrej and I, but it does give
>> >> people
>> >> a few more days to get patches in.  Of course, we will be able to apply
>> >> bug-fixes to the 1.7.x branch once the tag is made.
(Continue reading)

Ralf Gommers | 17 Jul 2012 22:05
Gravatar

Re: py3 datetime woes (was Re: Code Freeze for NumPy 1.7)



On Mon, Jul 16, 2012 at 3:27 PM, Nathaniel Smith <njs <at> pobox.com> wrote:
On Sun, Jul 15, 2012 at 5:32 PM, Ralf Gommers
<ralf.gommers <at> googlemail.com> wrote:
> Current issues can be seen from the last test log on our Windows XP buildbot
> (June 29,
> http://buildbot.scipy.org/builders/Windows_XP_x86/builds/1124/steps/shell_1/logs/stdio):
>
> ======================================================================
> ERROR: test_datetime_arange (test_datetime.TestDateTime)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "C:\buildbot\numpy\b11\numpy-install\Lib\site-packages\numpy\core\tests\test_datetime.py",
> line 1351, in test_datetime_arange
>     assert_raises(ValueError, np.arange, np.datetime64('today'),
> OSError: Failed to use '_localtime64_s' to convert to a local time

...I don't understand how this is even building if the functions are missing.

Because of the build magic added in https://github.com/numpy/numpy/pull/156

Ralf

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion <at> scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Gmane