<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src/scalarmathmodule.c.src, 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>ENH: add scalarmathmodule.h.src with integer overflow functions</title>
<updated>2013-10-14T22:37:50+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-10-14T19:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3f5ef54558e3546134be32edfdc2ed510a9cc6ca'/>
<id>3f5ef54558e3546134be32edfdc2ed510a9cc6ca</id>
<content type='text'>
and use them in scalarmathmodule.c instead of the old (disabled) ones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and use them in scalarmathmodule.c instead of the old (disabled) ones.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #3567 from arinkverma/avoid_conversion"</title>
<updated>2013-09-03T12:41:28+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-09-03T12:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b35728d7858a4c4d46eefd936c33a0ffa6593082'/>
<id>b35728d7858a4c4d46eefd936c33a0ffa6593082</id>
<content type='text'>
This reverts commit de9f1c92d3ca0920bce915438f0406f587aa98db, reversing
changes made to d958dec676beeac218a118fac084fa8b14bc9171.

There is a change of behavior in conversion of signed to unsigned
PyLong that shows up on my machine. For some reason this did not show
up in the travisbot tests. This reverts the merge that led to this
problem until it can be sorted out. Error shows up as

numpy/core/arrayprint.py",
line 653, in __call__
    if _MININT &lt; x &lt; _MAXINT:
OverflowError: can't convert negative int to unsigned
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit de9f1c92d3ca0920bce915438f0406f587aa98db, reversing
changes made to d958dec676beeac218a118fac084fa8b14bc9171.

There is a change of behavior in conversion of signed to unsigned
PyLong that shows up on my machine. For some reason this did not show
up in the travisbot tests. This reverts the merge that led to this
problem until it can be sorted out. Error shows up as

numpy/core/arrayprint.py",
line 653, in __call__
    if _MININT &lt; x &lt; _MAXINT:
OverflowError: can't convert negative int to unsigned
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for error value by PyLong_AsUnsignedLong as (unsigned long)-1</title>
<updated>2013-08-30T21:29:35+00:00</updated>
<author>
<name>Arink Verma</name>
<email>arinkverma@gmail.com</email>
</author>
<published>2013-08-30T21:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7ed2c9bfdcd2eded4c42ec485cce8e6e3a69308c'/>
<id>7ed2c9bfdcd2eded4c42ec485cce8e6e3a69308c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced PyInt_As_Long with PyInt_AsLong and  errorchecking</title>
<updated>2013-08-29T20:44:29+00:00</updated>
<author>
<name>Arink Verma</name>
<email>arinkverma@gmail.com</email>
</author>
<published>2013-08-29T20:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d334dbd400964515bb392f3f9d7978d0ddb2a9a6'/>
<id>d334dbd400964515bb392f3f9d7978d0ddb2a9a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PyInt_CheckExact for python &lt; 3 and error check for PyLong_AsLong</title>
<updated>2013-08-29T20:44:29+00:00</updated>
<author>
<name>Arink Verma</name>
<email>arinkverma@gmail.com</email>
</author>
<published>2013-08-27T16:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7b415b26f4a1d58164a69ef44fb501fbd93e666f'/>
<id>7b415b26f4a1d58164a69ef44fb501fbd93e666f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extracting longlong value without converting it to NyType</title>
<updated>2013-08-29T20:44:29+00:00</updated>
<author>
<name>Arink Verma</name>
<email>arinkverma@gmail.com</email>
</author>
<published>2013-08-03T12:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=79342d5993168a5e43d57924bb3fa75a4fa3ec01'/>
<id>79342d5993168a5e43d57924bb3fa75a4fa3ec01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Avoiding conversion of integer to NumPy Scalar.</title>
<updated>2013-08-29T20:44:29+00:00</updated>
<author>
<name>Arink Verma</name>
<email>arinkverma@gmail.com</email>
</author>
<published>2013-08-02T22:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=70de8aa2b3a3b300c6a858cbdbb9226ce46591e1'/>
<id>70de8aa2b3a3b300c6a858cbdbb9226ce46591e1</id>
<content type='text'>
There is a bottleneck in scalar operations, when trying to extract the
underlying C value from a Python integer/float. I have avoid conversion
for know integer type but extracting its value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a bottleneck in scalar operations, when trying to extract the
underlying C value from a Python integer/float. I have avoid conversion
for know integer type but extracting its value.
</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>
<entry>
<title>Merge pull request #2941 from raulcota/avoid_create-kill_npscalars</title>
<updated>2013-07-29T17:35:43+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-07-29T17:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=32206dd79cafdce87cfb0db91903084c2fe2e473'/>
<id>32206dd79cafdce87cfb0db91903084c2fe2e473</id>
<content type='text'>
Avoid conversion to NumPy Scalar</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid conversion to NumPy Scalar</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove outdated version checks.</title>
<updated>2013-07-11T18:43:18+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-07-11T18:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=28eadc0e31ca7aea5c679023d1e703856f45c879'/>
<id>28eadc0e31ca7aea5c679023d1e703856f45c879</id>
<content type='text'>
Because Numpy 1.8.0 will no longer supports Python versions &lt; 2.6 we
no longer need to check for that and can also remove the code that is
specific to those earlier versions.

To make this a bit safer, the toplevel setup.py file now contains a
check of the Python version number and raises an error when run by an
unsupported version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because Numpy 1.8.0 will no longer supports Python versions &lt; 2.6 we
no longer need to check for that and can also remove the code that is
specific to those earlier versions.

To make this a bit safer, the toplevel setup.py file now contains a
check of the Python version number and raises an error when run by an
unsupported version.
</pre>
</div>
</content>
</entry>
</feed>
