<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src/npymath, 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>BUG: fix build error with MSVC 2013 caused by C99 complex support</title>
<updated>2014-10-21T20:08:29+00:00</updated>
<author>
<name>RobberPhex</name>
<email>robberphex@gmail.com</email>
</author>
<published>2014-10-18T02:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a4e68f411e4ec390b9250d9a8c24a8849a95ba9a'/>
<id>a4e68f411e4ec390b9250d9a8c24a8849a95ba9a</id>
<content type='text'>
closes gh-4896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes gh-4896
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: improve log2 windows compiler fallback of log2</title>
<updated>2014-06-08T12:18:34+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-06-07T12:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c73405da8ffef0877c64ff3911d67b071691b0cd'/>
<id>c73405da8ffef0877c64ff3911d67b071691b0cd</id>
<content type='text'>
Fallback (similar to python3.4 math.log2) provides int(log(2**i)) == i
in default rounding mode.
Non-default rounding modes not tested but if it does not work we are at
least not worse than python.
Closes gh-4787
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fallback (similar to python3.4 math.log2) provides int(log(2**i)) == i
in default rounding mode.
Non-default rounding modes not tested but if it does not work we are at
least not worse than python.
Closes gh-4787
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding support of ppc64le architecture</title>
<updated>2014-03-28T12:34:28+00:00</updated>
<author>
<name>William Grant</name>
<email>wgrant@ubuntu.com</email>
</author>
<published>2014-03-20T07:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2ba74c397a5d840665d07f4fc3b2fa00214d1fcd'/>
<id>2ba74c397a5d840665d07f4fc3b2fa00214d1fcd</id>
<content type='text'>
Signed-off-by: William Grant &lt;wgrant@ubuntu.com&gt;
Signed-off-by: Michel Normand &lt;normand@linux.vnet.ibm.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: William Grant &lt;wgrant@ubuntu.com&gt;
Signed-off-by: Michel Normand &lt;normand@linux.vnet.ibm.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Fix build on Windows</title>
<updated>2014-03-17T01:31:46+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwiebe@continuum.io</email>
</author>
<published>2014-03-17T01:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=81428d8e1bbea9dd728f05419010f6a294d0fdc9'/>
<id>81428d8e1bbea9dd728f05419010f6a294d0fdc9</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 non-c99 fallback for np.inf input to log1p/expm1</title>
<updated>2014-03-02T02:07:09+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-03-02T01:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=18cda3b66cfb50396c419cd66ae86e2828d03b32'/>
<id>18cda3b66cfb50396c419cd66ae86e2828d03b32</id>
<content type='text'>
closes gh-4225
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes gh-4225
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: hide symbols that shouldn't be exported</title>
<updated>2014-02-11T20:32:32+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-02-11T17:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6a6d53c962e7455481dcb0899d46217549f76e65'/>
<id>6a6d53c962e7455481dcb0899d46217549f76e65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3974 from juliantaylor/fenv-improve</title>
<updated>2013-11-06T22:32:06+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-11-06T22:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d071d3f9d80886868c5ce790289f2af03bed43b1'/>
<id>d071d3f9d80886868c5ce790289f2af03bed43b1</id>
<content type='text'>
ENH: avoid expensive clears in fenv functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: avoid expensive clears in fenv functions</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: avoid expensive clears in fenv functions</title>
<updated>2013-11-06T19:29:13+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-10-24T21:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dcfe3260e2d6d9de7a2c3fb0022ecf124faa2ae2'/>
<id>dcfe3260e2d6d9de7a2c3fb0022ecf124faa2ae2</id>
<content type='text'>
Clearing is 50-100 times more expensive than checking on x86, so check if there
is anything needs to be cleared first. This speeds up scalar operations
by 10%-20%.
Based on Arink Verma code in #3739.

Implement the functions as new C-API functions npy_get_floatstatus and
npy_clear_floatstatus in npy_math.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clearing is 50-100 times more expensive than checking on x86, so check if there
is anything needs to be cleared first. This speeds up scalar operations
by 10%-20%.
Based on Arink Verma code in #3739.

Implement the functions as new C-API functions npy_get_floatstatus and
npy_clear_floatstatus in npy_math.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix handling of infs in hypot on windows</title>
<updated>2013-10-29T22:40:30+00:00</updated>
<author>
<name>Eric Moore</name>
<email>ewm@redtetrahedron.org</email>
</author>
<published>2013-10-29T22:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=753d611615d4d98c37a207940c8648dc15329f66'/>
<id>753d611615d4d98c37a207940c8648dc15329f66</id>
<content type='text'>
On any platform where we used our own implementation of hypot, (e.g.
windows) there were several issues with infs.

hypot(inf, y) == inf, for all y including nan.  We now check for inf and
handle this case explicitly for all y instead of just y = nan.

Although hypot(inf, 0) was correctly returning inf, it was incorrectly
raising the invalid floating point exception.

Fixes gh-2385
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On any platform where we used our own implementation of hypot, (e.g.
windows) there were several issues with infs.

hypot(inf, y) == inf, for all y including nan.  We now check for inf and
handle this case explicitly for all y instead of just y = nan.

Although hypot(inf, 0) was correctly returning inf, it was incorrectly
raising the invalid floating point exception.

Fixes gh-2385
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant whitespace cleanup.</title>
<updated>2013-08-18T17:20:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8ddb0ce0acafe75d78df528b4d2540dfbf4b364d'/>
<id>8ddb0ce0acafe75d78df528b4d2540dfbf4b364d</id>
<content type='text'>
Now is as good a time as any with open PR's at a low.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now is as good a time as any with open PR's at a low.
</pre>
</div>
</content>
</entry>
</feed>
