<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib, branch v1.9.2</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 #5619 from jaimefrio/unique_docstring</title>
<updated>2015-03-01T12:31:08+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-03-01T12:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d685309b388ad1f92a443be4e262343ca26efd44'/>
<id>d685309b388ad1f92a443be4e262343ca26efd44</id>
<content type='text'>
DOC: Describe return_counts keyword in np.unique docstring
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Describe return_counts keyword in np.unique docstring
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Describe return_counts keyword in np.unique docstring</title>
<updated>2015-03-01T12:29:30+00:00</updated>
<author>
<name>Jaime Fernandez</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2015-03-01T03:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da3c6a28f651877dfb4cfdbbbe76dab985669252'/>
<id>da3c6a28f651877dfb4cfdbbbe76dab985669252</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add test for loadtxt with None as string type.</title>
<updated>2015-01-25T16:02:17+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-01-23T16:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4ea05b043d7d1a3e291d6b8895a4ee0d3410a895'/>
<id>4ea05b043d7d1a3e291d6b8895a4ee0d3410a895</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 loadtxt with comments=None and a string None data.</title>
<updated>2015-01-25T16:02:17+00:00</updated>
<author>
<name>Leonardo Donelli</name>
<email>learts92@gmail.com</email>
</author>
<published>2014-10-05T14:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=79ac5766255e54ea5206e44972beb3563eb4676f'/>
<id>79ac5766255e54ea5206e44972beb3563eb4676f</id>
<content type='text'>
Current loadtxt with `comments=None` considers the string `'None'` as a
comment symbol. Fixed by making split_line method check if comments is
None.

Closes #5155.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current loadtxt with `comments=None` considers the string `'None'` as a
comment symbol. Fixed by making split_line method check if comments is
None.

Closes #5155.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5203 from njsmith/master</title>
<updated>2014-10-26T14:16:40+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-26T14:16:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=69707322db207b503fb6be8227071b2231cc7a25'/>
<id>69707322db207b503fb6be8227071b2231cc7a25</id>
<content type='text'>
BUG: copy inherited masks in MaskedArray.__array_finalize__
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: copy inherited masks in MaskedArray.__array_finalize__
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixes #5184 gradient calculation behavior at boundaries</title>
<updated>2014-10-26T11:54:10+00:00</updated>
<author>
<name>David M Fobes</name>
<email>pseudocubic@gmail.com</email>
</author>
<published>2014-10-14T17:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=079fcfc7b3f997a88d1f36f37adb4ccfc61f9526'/>
<id>079fcfc7b3f997a88d1f36f37adb4ccfc61f9526</id>
<content type='text'>
* Previous expected behavior was that the gradient is computed using central
  differences in the interior and first differences at the boundaries.

* gradient was updated in v1.9.0 so that second-order accurate calculations are
  done at the boundaries, but this breaks expected behavior with old code, so
  `edge_order` keyword (Default: 1) is added to specify whether first or second
  order calculations at the boundaries should be used.

* Since the second argument is *varargs, in order to maintain compatibility
  with old code and compatibility with python 2.6 &amp; 2.7, **kwargs is used, and
  all kwargs that are not `edge_order` raise an error, listing the offending
  kwargs.

* Tests and documentation updated to reflect this change.

* Added `.. versionadded:: 1.9.1` to the new optional kwarg `edge_order`
  documentation, and specified supported `edge_order` kwarg values.

* Clarified documentation for `varargs`.

* Made indentation in docstring consistent with other docstring styles.

* Examples corrected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Previous expected behavior was that the gradient is computed using central
  differences in the interior and first differences at the boundaries.

* gradient was updated in v1.9.0 so that second-order accurate calculations are
  done at the boundaries, but this breaks expected behavior with old code, so
  `edge_order` keyword (Default: 1) is added to specify whether first or second
  order calculations at the boundaries should be used.

* Since the second argument is *varargs, in order to maintain compatibility
  with old code and compatibility with python 2.6 &amp; 2.7, **kwargs is used, and
  all kwargs that are not `edge_order` raise an error, listing the offending
  kwargs.

* Tests and documentation updated to reflect this change.

* Added `.. versionadded:: 1.9.1` to the new optional kwarg `edge_order`
  documentation, and specified supported `edge_order` kwarg values.

* Clarified documentation for `varargs`.

* Made indentation in docstring consistent with other docstring styles.

* Examples corrected
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: io: genfromtxt did not handle filling_values=0 correctly. Closes gh-2317.</title>
<updated>2014-10-26T11:54:08+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2014-08-15T23:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8b58d982d481fc362c8dbe81daf47bd7719095e3'/>
<id>8b58d982d481fc362c8dbe81daf47bd7719095e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: copy inherited masks in MaskedArray.__array_finalize__</title>
<updated>2014-10-21T01:48:32+00:00</updated>
<author>
<name>Nathaniel J. Smith</name>
<email>njs@pobox.com</email>
</author>
<published>2014-10-18T02:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3205c89ad3090c26fef8fd060117ee468c1b6c97'/>
<id>3205c89ad3090c26fef8fd060117ee468c1b6c97</id>
<content type='text'>
Previously, operations which created a new masked array from an old
masked array -- e.g., np.empty_like -- would tend to result in the new
and old arrays sharing the same .mask attribute. This leads to
horrible brokenness in which writes to one array affect the other. In
particular this was responsible for part of the brokenness that
@jenshnielsen reported in gh-5184 in which np.gradient on masked
arrays would modify the original array's mask.

This fixes the worst part of the issues addressed in gh-3404, though
there's still an argument that we ought to deprecate the mask-copying
behaviour entirely so that empty_like returns an array with an empty
mask. That can wait until we find someone who cares though.

I also applied a small speedup to np.gradient (avoiding one copy);
previously this inefficiency was masking (heh) some of the problems
with masked arrays, so removing it is both an optimization and makes
it easier to test that things are working now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, operations which created a new masked array from an old
masked array -- e.g., np.empty_like -- would tend to result in the new
and old arrays sharing the same .mask attribute. This leads to
horrible brokenness in which writes to one array affect the other. In
particular this was responsible for part of the brokenness that
@jenshnielsen reported in gh-5184 in which np.gradient on masked
arrays would modify the original array's mask.

This fixes the worst part of the issues addressed in gh-3404, though
there's still an argument that we ought to deprecate the mask-copying
behaviour entirely so that empty_like returns an array with an empty
mask. That can wait until we find someone who cares though.

I also applied a small speedup to np.gradient (avoiding one copy);
previously this inefficiency was masking (heh) some of the problems
with masked arrays, so removing it is both an optimization and makes
it easier to test that things are working now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5182 from juliantaylor/nanmedian-inf</title>
<updated>2014-10-16T23:20:29+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-16T23:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d310ff9720fe1cde7fbce94e50f6c1878a43cf4f'/>
<id>d310ff9720fe1cde7fbce94e50f6c1878a43cf4f</id>
<content type='text'>
BUG: fix nanmedian on arrays containing inf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: fix nanmedian on arrays containing inf
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5183 from charris/fix-npy-header-write</title>
<updated>2014-10-15T18:56:13+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-15T18:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fb6ff9653168841ca49946e729537eee158ffc13'/>
<id>fb6ff9653168841ca49946e729537eee158ffc13</id>
<content type='text'>
BUG: Fix writing of intrinsic long integers in python2 npy files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix writing of intrinsic long integers in python2 npy files.
</pre>
</div>
</content>
</entry>
</feed>
