<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/tests, branch v1.12.0rc1</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>BUG: numpy.ndarray.tofile creates a corrupt file for large arrays in append file mode</title>
<updated>2016-12-05T00:02:34+00:00</updated>
<author>
<name>Pavel Potocek</name>
<email>pavelpotocek@gmail.com</email>
</author>
<published>2016-12-03T16:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8bc0ed191edc5743dd156b9a9d1364d3863f2898'/>
<id>8bc0ed191edc5743dd156b9a9d1364d3863f2898</id>
<content type='text'>
Fixes by using the flag `FALLOC_FL_KEEP_SIZE` (=1) in the `fappend` call.

Fixes #8329
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes by using the flag `FALLOC_FL_KEEP_SIZE` (=1) in the `fappend` call.

Fixes #8329
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix test_api test that fails intermittently in python 3</title>
<updated>2016-12-04T02:19:05+00:00</updated>
<author>
<name>James Sanders</name>
<email>J-Sand@users.noreply.github.com</email>
</author>
<published>2016-12-04T00:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1387daf075c0aa1e089015110ba486870c4ef1c8'/>
<id>1387daf075c0aa1e089015110ba486870c4ef1c8</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 iteration over reversed subspaces in mapiter_@name@.</title>
<updated>2016-11-22T19:47:08+00:00</updated>
<author>
<name>Yu Feng</name>
<email>rainwoodman@gmail.com</email>
</author>
<published>2016-11-16T22:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2cb0ddfcc6d83e68c45a9fd9bb99357c0ba8b7ac'/>
<id>2cb0ddfcc6d83e68c45a9fd9bb99357c0ba8b7ac</id>
<content type='text'>
As stated in #8264, before this patch numpy crashes when the
subspace of iterator has negative strides on the faster
resetting branch for trivially iterable subspaces in mapiter_@name@.

Noticing the offset between ptr and first item in subspace is
constant, we calculate the offset from the first iteration and use
it onwards.

Fixes #8264
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As stated in #8264, before this patch numpy crashes when the
subspace of iterator has negative strides on the faster
resetting branch for trivially iterable subspaces in mapiter_@name@.

Noticing the offset between ptr and first item in subspace is
constant, we calculate the offset from the first iteration and use
it onwards.

Fixes #8264
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Path test should resolve symlinks when comparing</title>
<updated>2016-11-13T20:13:19+00:00</updated>
<author>
<name>Wendell Smith</name>
<email>wackywendell@gmail.com</email>
</author>
<published>2016-11-13T17:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f8b319453c28969f3a6743a582a3f2a0451b2856'/>
<id>f8b319453c28969f3a6743a582a3f2a0451b2856</id>
<content type='text'>
Addresses #8077, a test failure on OS X.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #8077, a test failure on OS X.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Update operator `**` tests for new behavior.</title>
<updated>2016-11-05T21:05:23+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-11-05T21:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5da51cba3367432cdb6ae3ee3834509c306b737d'/>
<id>5da51cba3367432cdb6ae3ee3834509c306b737d</id>
<content type='text'>
I forgot to keep the test fixes when the scalar `**` operator
was refactored the second time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I forgot to keep the test fixes when the scalar `**` operator
was refactored the second time.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8190 from charris/add-fpower-ufunc</title>
<updated>2016-11-05T16:23:13+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-11-05T16:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=62046aa1f3b4666519cbd7d5481dae836e34bbd3'/>
<id>62046aa1f3b4666519cbd7d5481dae836e34bbd3</id>
<content type='text'>
ENH: Add a float_power function with at least float64 precision.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add a float_power function with at least float64 precision.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8222 from nouiz/mean_float16</title>
<updated>2016-11-04T01:33:06+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-11-04T01:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6bb5a22ac873a76f4e80988469fe84c1067a7d58'/>
<id>6bb5a22ac873a76f4e80988469fe84c1067a7d58</id>
<content type='text'>
ENH: Make numpy.mean() do more precise computation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Make numpy.mean() do more precise computation</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add a float_power function with at least float64 precision.</title>
<updated>2016-11-03T00:02:02+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-10-21T02:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9451faa445571cf1839e415bb419afa18c0e7ed9'/>
<id>9451faa445571cf1839e415bb419afa18c0e7ed9</id>
<content type='text'>
The new float_power function converts integers and inexact type to
inexact types of minimum precision float64 before computing the power.
The intent is one should not need to worry about overflow or negative
powers when computing a power when type preservation is not a factor. It
also implements the popular proposal on the numpy mailing list that the
`**` operator should always return at least double precision.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new float_power function converts integers and inexact type to
inexact types of minimum precision float64 before computing the power.
The intent is one should not need to worry about overflow or negative
powers when computing a power when type preservation is not a factor. It
also implements the popular proposal on the numpy mailing list that the
`**` operator should always return at least double precision.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8200 from skwbc/structure_format</title>
<updated>2016-11-02T02:05:06+00:00</updated>
<author>
<name>ahaldane</name>
<email>ealloc@gmail.com</email>
</author>
<published>2016-11-02T02:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=94b36b557ce7d88bbfe4091c59aa376764b7047d'/>
<id>94b36b557ce7d88bbfe4091c59aa376764b7047d</id>
<content type='text'>
BUG: Fix structured array format functions </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix structured array format functions </pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Deprecation warnings for `/` integer division when running python -3</title>
<updated>2016-11-01T01:58:36+00:00</updated>
<author>
<name>saurabh</name>
<email>e.samehta@gmail.com</email>
</author>
<published>2016-11-01T01:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f685f1a83de2d8fc1e0f48167a204248b6656a63'/>
<id>f685f1a83de2d8fc1e0f48167a204248b6656a63</id>
<content type='text'>
When python is invoked with switch -3, it emits waring "classic int division"
for strict integer divisions. The same behavior is now implemented to numpy
with this fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When python is invoked with switch -3, it emits waring "classic int division"
for strict integer divisions. The same behavior is now implemented to numpy
with this fix
</pre>
</div>
</content>
</entry>
</feed>
