<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source, branch v1.11.0</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Merge pull request #6453 from shoyer/naive-datetime64</title>
<updated>2016-01-17T04:02:14+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-17T04:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=865c3e375a598e5a0f7d9e690eda4702de8658af'/>
<id>865c3e375a598e5a0f7d9e690eda4702de8658af</id>
<content type='text'>
API: Make datetime64 timezone naive</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API: Make datetime64 timezone naive</pre>
</div>
</content>
</entry>
<entry>
<title>DOC/BUG: textual improvements in install docs, and fix a typo in setup.py</title>
<updated>2016-01-16T14:24:13+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2016-01-16T14:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ab5c6d01da88c05255427a8b6db72c66f67c849a'/>
<id>ab5c6d01da88c05255427a8b6db72c66f67c849a</id>
<content type='text'>
Address comments of @charris on gh-6895.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address comments of @charris on gh-6895.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: some tweaks to the install and build info in the user guide.</title>
<updated>2016-01-16T11:18:27+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2016-01-16T11:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=88ffedf439b25c567503e74d9f67935a6af55aff'/>
<id>88ffedf439b25c567503e74d9f67935a6af55aff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add NumpyVersion to the docs, and mention it in version.py</title>
<updated>2016-01-16T11:18:27+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2015-12-29T20:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=105a498fcc987f9592b7a8a632f50544fe23ff31'/>
<id>105a498fcc987f9592b7a8a632f50544fe23ff31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add Cython to list of dependencies in INSTALL.txt.  Closes gh-6682.</title>
<updated>2016-01-16T11:18:26+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2015-12-29T19:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4aa9d578b85889530baec8a79a5570435eb0d5e1'/>
<id>4aa9d578b85889530baec8a79a5570435eb0d5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix TravisCI test issues when using setuptools unconditionally.</title>
<updated>2016-01-16T11:18:26+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2015-12-29T16:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4b43d20fec0eda4a8f02e843b3e6e454bb243f49'/>
<id>4b43d20fec0eda4a8f02e843b3e6e454bb243f49</id>
<content type='text'>
Also remove all mentions of setupegg.py from the documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove all mentions of setupegg.py from the documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Make datetime64 timezone naive</title>
<updated>2016-01-16T00:18:46+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@climate.com</email>
</author>
<published>2016-01-15T07:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=426114879da49bf9a586b1991dcaf38ce594c4b6'/>
<id>426114879da49bf9a586b1991dcaf38ce594c4b6</id>
<content type='text'>
Fixes GH3290

With apologies to mwiebe, this rips out most of the time zone parsing from
the datetime64 type.

I think we mostly sorted out the API design in discussions last year, but
I'll be posting this to the mailing list shortly to get feedback.

Old behavior:

	# string parsing and printing defaults to your local timezone :(
    &gt;&gt;&gt; np.datetime64('2000-01-01T00')
    numpy.datetime64('2000-01-01T00:00-0800','h')

New behavior:

    # datetime64 is parsed and printed as timezone naive
    &gt;&gt;&gt; np.datetime64('2000-01-01T00')
    numpy.datetime64('2000-01-01T00','h')

    # you can still supply a timezone, but you get a deprecation warning
    &gt;&gt;&gt; np.datetime64('2000-01-01T00Z')
    DeprecationWarning: parsing timezone aware datetimes is deprecated; this
    will raise an error in the future
    numpy.datetime64('2000-01-01T00','h')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes GH3290

With apologies to mwiebe, this rips out most of the time zone parsing from
the datetime64 type.

I think we mostly sorted out the API design in discussions last year, but
I'll be posting this to the mailing list shortly to get feedback.

Old behavior:

	# string parsing and printing defaults to your local timezone :(
    &gt;&gt;&gt; np.datetime64('2000-01-01T00')
    numpy.datetime64('2000-01-01T00:00-0800','h')

New behavior:

    # datetime64 is parsed and printed as timezone naive
    &gt;&gt;&gt; np.datetime64('2000-01-01T00')
    numpy.datetime64('2000-01-01T00','h')

    # you can still supply a timezone, but you get a deprecation warning
    &gt;&gt;&gt; np.datetime64('2000-01-01T00Z')
    DeprecationWarning: parsing timezone aware datetimes is deprecated; this
    will raise an error in the future
    numpy.datetime64('2000-01-01T00','h')
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Clean up/fix several references to the "future" 1.10 release</title>
<updated>2016-01-15T01:27:40+00:00</updated>
<author>
<name>Nathaniel J. Smith</name>
<email>njs@pobox.com</email>
</author>
<published>2016-01-15T01:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c0f6c3744ff6a54d4e9be5a98aa2d4253f537f49'/>
<id>c0f6c3744ff6a54d4e9be5a98aa2d4253f537f49</id>
<content type='text'>
Fixes gh-7010
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes gh-7010
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: moveaxis function</title>
<updated>2016-01-09T23:56:13+00:00</updated>
<author>
<name>Stephan Hoyer</name>
<email>shoyer@climate.com</email>
</author>
<published>2015-11-05T04:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8ffde7f488eb583ed2a200702e85a6518c4f94ec'/>
<id>8ffde7f488eb583ed2a200702e85a6518c4f94ec</id>
<content type='text'>
Fixes GH2039

This function provides a much more intuitive interface than `np.rollaxis`,
which has a confusing behavior with the position of the `start` argument:
http://stackoverflow.com/questions/29891583/reason-why-numpy-rollaxis-is-so-confusing

It was independently suggested several times over the years after discussions
on the mailing list and GitHub (GH2039), but never made it into a pull request:
https://mail.scipy.org/pipermail/numpy-discussion/2010-September/052882.html

My version adds support for a sequence of axis arguments. I find this behavior
to be very useful. It is often more intuitive than supplying a list of
arguments to `transpose` and also nicely generalizes NumPy's existing axis
manipulation routines, e.g.,

    def transpose(a, order=None):
        if order is None:
            order = reversed(range(a.ndim))
        return moveaxes(a, order, range(a.ndim))

    def swapaxes(a, axis1, axis2):
        return moveaxes(a, [axis1, axis2], [axis2, axis1])

    def rollaxis(a, axis, start=0):
        if axis &lt; start:
            start -= 1
        return moveaxes(a, axis, start)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes GH2039

This function provides a much more intuitive interface than `np.rollaxis`,
which has a confusing behavior with the position of the `start` argument:
http://stackoverflow.com/questions/29891583/reason-why-numpy-rollaxis-is-so-confusing

It was independently suggested several times over the years after discussions
on the mailing list and GitHub (GH2039), but never made it into a pull request:
https://mail.scipy.org/pipermail/numpy-discussion/2010-September/052882.html

My version adds support for a sequence of axis arguments. I find this behavior
to be very useful. It is often more intuitive than supplying a list of
arguments to `transpose` and also nicely generalizes NumPy's existing axis
manipulation routines, e.g.,

    def transpose(a, order=None):
        if order is None:
            order = reversed(range(a.ndim))
        return moveaxes(a, order, range(a.ndim))

    def swapaxes(a, axis1, axis2):
        return moveaxes(a, [axis1, axis2], [axis2, axis1])

    def rollaxis(a, axis, start=0):
        if axis &lt; start:
            start -= 1
        return moveaxes(a, axis, start)
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Sync 1.10.3 and 1.10.4 release notes, update reference doc.</title>
<updated>2016-01-07T05:27:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-07T05:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b8f9418f4324b08be78bd80ea8ca45fe91579ecd'/>
<id>b8f9418f4324b08be78bd80ea8ca45fe91579ecd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
