<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, branch enable_separate_by_default</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>FEAT: use separate build by default.</title>
<updated>2013-01-21T19:38:09+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2013-01-21T19:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e8dcd4d3c91cd1362dfa54bed15aa3d9b8da88be'/>
<id>e8dcd4d3c91cd1362dfa54bed15aa3d9b8da88be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>REF: make the separate compilation env handling a tad simpler.</title>
<updated>2013-01-21T19:33:11+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2013-01-21T19:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=56ec43524e76589ac52cd65ebaea88e9d7f648ff'/>
<id>56ec43524e76589ac52cd65ebaea88e9d7f648ff</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 separate compilation mode for bento build.</title>
<updated>2013-01-21T19:32:27+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2013-01-21T19:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=963c4e46dc56020ebea05bee10ceaa0feb61f022'/>
<id>963c4e46dc56020ebea05bee10ceaa0feb61f022</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 inclusion of private hader in #d2122ea1f458e9429b692111238f7b9f4a852db2</title>
<updated>2013-01-21T18:41:46+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2013-01-21T18:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=26b2fc62cc46f1b7c4405fa17be82bbd5453aff7'/>
<id>26b2fc62cc46f1b7c4405fa17be82bbd5453aff7</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 printing of scalar values.</title>
<updated>2013-01-20T20:27:12+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-01-20T20:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d55b5aa49d2ba1c98d568660b1a91b4b552872f0'/>
<id>d55b5aa49d2ba1c98d568660b1a91b4b552872f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: gh-2935, fix printing of scalar float -0.0.</title>
<updated>2013-01-20T20:27:12+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-01-20T20:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e5f4f8283e7721b0a72b621b765c42d7d7866f4f'/>
<id>e5f4f8283e7721b0a72b621b765c42d7d7866f4f</id>
<content type='text'>
The issue was that the string value of scalar floating types equal to -0.0
lacked a trailing ".0".

    &gt;&gt;&gt; print np.float64(-0.0)
    -0

The problem resulted from using val &lt; 0 to check for a leading negative
sign. That expression evaluates false when val = -0.0, and the need to
append ".0" was not detected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The issue was that the string value of scalar floating types equal to -0.0
lacked a trailing ".0".

    &gt;&gt;&gt; print np.float64(-0.0)
    -0

The problem resulted from using val &lt; 0 to check for a leading negative
sign. That expression evaluates false when val = -0.0, and the need to
append ".0" was not detected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2933 from seberg/result_type-segfault</title>
<updated>2013-01-20T00:54:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-01-20T00:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=56b06fe5bf20d11ca8188a00333ddf69ed8b2e42'/>
<id>56b06fe5bf20d11ca8188a00333ddf69ed8b2e42</id>
<content type='text'>
BUG: Fix segfault in np.result_type for None input.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix segfault in np.result_type for None input.</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix segfault in np.result_type for None input.</title>
<updated>2013-01-19T22:33:16+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2013-01-19T22:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=51495ffc5d56d33d15a80f250c7d36038783af3e'/>
<id>51495ffc5d56d33d15a80f250c7d36038783af3e</id>
<content type='text'>
Makes behavior identical to np.dtype(None), which fits to how
the function works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes behavior identical to np.dtype(None), which fits to how
the function works.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix memory leak in ndarray construction from strings (gh-2927)</title>
<updated>2013-01-17T18:59:24+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2013-01-17T18:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1539b711871ae8b949da90eabc18d7fc3a4d1170'/>
<id>1539b711871ae8b949da90eabc18d7fc3a4d1170</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 #2914 from charris/remove-scons-support</title>
<updated>2013-01-15T23:30:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-01-15T23:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=27690e33fa2202ecb1bca338ff38320de84b27ea'/>
<id>27690e33fa2202ecb1bca338ff38320de84b27ea</id>
<content type='text'>
Remove scons support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove scons support</pre>
</div>
</content>
</entry>
</feed>
