<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, branch v1.11.0b1</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>DOC: Update `norm` docstring examples to include floating point values.</title>
<updated>2016-01-23T01:57:47+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-22T22:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f9fc1a8832baf74e32f58cf9424a474600104f65'/>
<id>f9fc1a8832baf74e32f58cf9424a474600104f65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Make sure that the `ord=0` case returns a float.</title>
<updated>2016-01-23T01:56:56+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-22T22:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0d6f1cca11debdb08ca9beef7a3f12426561e26e'/>
<id>0d6f1cca11debdb08ca9beef7a3f12426561e26e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Verify that `norm` is properly casting values to floats as needed.</title>
<updated>2016-01-23T01:56:56+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-22T18:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5a763ce81b55301d55b314789e8f3fcad477a217'/>
<id>5a763ce81b55301d55b314789e8f3fcad477a217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: In `norm`, always cast non-floating point arrays to 64-bit floats.</title>
<updated>2016-01-23T01:56:13+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-21T18:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6febef796423f7dda50227cfea30786208305b23'/>
<id>6febef796423f7dda50227cfea30786208305b23</id>
<content type='text'>
Otherwise, weird integer roundoff errors giving faulty results in some
cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, weird integer roundoff errors giving faulty results in some
cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: fix compilation on non glibc-Linuxes</title>
<updated>2016-01-22T05:01:12+00:00</updated>
<author>
<name>Dmitry Odzerikho</name>
<email>dmitry.odzerikho@gmail.com</email>
</author>
<published>2016-01-21T21:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e3e00ba5edb8cf41b2210a0054b582694546919f'/>
<id>e3e00ba5edb8cf41b2210a0054b582694546919f</id>
<content type='text'>
Non-glibc Linuxes dont have the __GLIBC_PREREQ function and compilation of numpy
fails on such platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Non-glibc Linuxes dont have the __GLIBC_PREREQ function and compilation of numpy
fails on such platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.11 releases.</title>
<updated>2016-01-20T18:57:00+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-06-21T22:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=115b6a43b6e3ca1759c1ebc1d6d4c669a6eb1abd'/>
<id>115b6a43b6e3ca1759c1ebc1d6d4c669a6eb1abd</id>
<content type='text'>
Strides in some cases are set to NPY_MAX_INTP to smoke out illegal usage
in packages that use Numpy. We don't want that for the releases, so fix
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Strides in some cases are set to NPY_MAX_INTP to smoke out illegal usage
in packages that use Numpy. We don't want that for the releases, so fix
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Make no relaxed stride checking the default for 1.11.</title>
<updated>2016-01-20T15:11:15+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-11-24T17:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c45d54ebfd95c3ebf837957583bbbce976d2d019'/>
<id>c45d54ebfd95c3ebf837957583bbbce976d2d019</id>
<content type='text'>
Because of various back compatibility problems with relaxed stride
checking, make NPY_RELAXED_STRIDE_CHECKING=0 the default for the v1.11.0
release. See pull request #6684 and issue #6678 for discussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because of various back compatibility problems with relaxed stride
checking, make NPY_RELAXED_STRIDE_CHECKING=0 the default for the v1.11.0
release. See pull request #6684 and issue #6678 for discussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>REL: Prepare for 1.10.x branch.</title>
<updated>2016-01-20T01:42:23+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-20T01:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=70350f4e2ca3afe5362a8b565f1d101221c4e6a8'/>
<id>70350f4e2ca3afe5362a8b565f1d101221c4e6a8</id>
<content type='text'>
* Add comment to cversions.txt (no change)
* Add comment to setup_common.py (no change)
* Nothing done for numpy/core/include/numpy/numpyconfig.h
* Update log start to 1.10.0 in pavement.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add comment to cversions.txt (no change)
* Add comment to setup_common.py (no change)
* Nothing done for numpy/core/include/numpy/numpyconfig.h
* Update log start to 1.10.0 in pavement.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7027 from gfyoung/test_fromnumeric_expand</title>
<updated>2016-01-19T20:54:55+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-19T20:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=275fa79351e5fb30c19d78f29513a5be646ca1c8'/>
<id>275fa79351e5fb30c19d78f29513a5be646ca1c8</id>
<content type='text'>
TST, MAINT: Lots of new tests for fromnumeric.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST, MAINT: Lots of new tests for fromnumeric.py</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7052 from charris/fixup-polynomials</title>
<updated>2016-01-19T18:46:11+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-19T18:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5a36018eda95da0ecc10033c3301c11f038ed5ac'/>
<id>5a36018eda95da0ecc10033c3301c11f038ed5ac</id>
<content type='text'>
Refactor functionality added to the numpy.polynomial package in #6360.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor functionality added to the numpy.polynomial package in #6360.</pre>
</div>
</content>
</entry>
</feed>
