<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src/multiarray, 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>Merge pull request #5616 from juliantaylor/backport-1.9.2</title>
<updated>2015-03-01T13:33:45+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>juliantaylor108@gmail.com</email>
</author>
<published>2015-03-01T13:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1f68813218223ef2f353678eab3bc154a6a905d6'/>
<id>1f68813218223ef2f353678eab3bc154a6a905d6</id>
<content type='text'>
more backports for 1.9.2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more backports for 1.9.2</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5618 from johntyree/arrfill_ulonglong</title>
<updated>2015-03-01T01:07:08+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-03-01T01:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bf6f80d994a154f25eb5e8beca5babdf31b13eca'/>
<id>bf6f80d994a154f25eb5e8beca5babdf31b13eca</id>
<content type='text'>
BUG: Fixes ndarray.fill to accept maximum uint64 value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fixes ndarray.fill to accept maximum uint64 value
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: arr.fill() should accept the max uint64 value</title>
<updated>2015-03-01T00:11:34+00:00</updated>
<author>
<name>John Tyree</name>
<email>johntyree@gmail.com</email>
</author>
<published>2015-02-28T19:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=11dfe938a485500a94de8c01157ea6319afcffd0'/>
<id>11dfe938a485500a94de8c01157ea6319afcffd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: solves complex array clip in issue #5354 and added symmetric regression test</title>
<updated>2015-02-28T13:15:36+00:00</updated>
<author>
<name>Maniteja Nandana</name>
<email>manitejanmt@gmail.com</email>
</author>
<published>2014-12-21T21:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=102ba699b8b259072c2ba635f70bb2937450ada8'/>
<id>102ba699b8b259072c2ba635f70bb2937450ada8</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 #5478 from charris/fix-1.9-alignment</title>
<updated>2015-01-25T16:31:35+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>juliantaylor108@gmail.com</email>
</author>
<published>2015-01-25T16:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1cac77b27d10217aaeb468abb71ed49f241ce469'/>
<id>1cac77b27d10217aaeb468abb71ed49f241ce469</id>
<content type='text'>
Fix too large alignment of complex types</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix too large alignment of complex types</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix astype for structured array fields of different byte order.</title>
<updated>2015-01-22T18:33:55+00:00</updated>
<author>
<name>Darsh P. Ranjan</name>
<email>darsh.ranjan@here.com</email>
</author>
<published>2014-11-10T07:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1bce8d75a7dd8068adc1c1740c7ed03e71a9b5af'/>
<id>1bce8d75a7dd8068adc1c1740c7ed03e71a9b5af</id>
<content type='text'>
The offending commit is c53b0e4, which introduced two regressions:

- using astype to cast a structured array to one with a different byte
  order no longer works;
- comparing structured-array dtypes can give incorrect results if the
  two dtypes have different byte orders.

This pull request should fix both.

One thing I wasn't sure about is reordering struct fields.  In my
implementation, the `equiv`, `same_kind`, and `safe` rules are now
allowed to reorder fields.  If that isn't desired, though, it's a pretty
easy change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The offending commit is c53b0e4, which introduced two regressions:

- using astype to cast a structured array to one with a different byte
  order no longer works;
- comparing structured-array dtypes can give incorrect results if the
  two dtypes have different byte orders.

This pull request should fix both.

One thing I wasn't sure about is reordering struct fields.  In my
implementation, the `equiv`, `same_kind`, and `safe` rules are now
allowed to reorder fields.  If that isn't desired, though, it's a pretty
easy change.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix string arrays not being aligned</title>
<updated>2015-01-22T02:06:24+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-11-26T20:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e0ef28b22a04d1d470e381f1b0cee56aec4349ed'/>
<id>e0ef28b22a04d1d470e381f1b0cee56aec4349ed</id>
<content type='text'>
If itemsize is a power of two use that as the required alignment up to
the maximum provided by the platform. Power of two sizes may be accessed
via larger moves than bytes.
Non-power of two sizes are accessed bytewise and can thus always be
considered aligned.
Closes gh-5293
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If itemsize is a power of two use that as the required alignment up to
the maximum provided by the platform. Power of two sizes may be accessed
via larger moves than bytes.
Non-power of two sizes are accessed bytewise and can thus always be
considered aligned.
Closes gh-5293
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5417 from charris/tests-for-PyArray_AsCArray</title>
<updated>2015-01-02T20:51:08+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-01-02T20:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c9075faa59f823033dca449edce002a0a569a9a5'/>
<id>c9075faa59f823033dca449edce002a0a569a9a5</id>
<content type='text'>
TST: added test for PyArray_AsCArray #5313</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: added test for PyArray_AsCArray #5313</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Closes #5313 PyArray_AsCArray caused segfault</title>
<updated>2015-01-02T19:38:12+00:00</updated>
<author>
<name>Henning Dickten</name>
<email>hdickten@uni-bonn.de</email>
</author>
<published>2014-11-26T16:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9568de1ff8c07a00d87256d8c42ab283adc1cc63'/>
<id>9568de1ff8c07a00d87256d8c42ab283adc1cc63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: added test for PyArray_AsCArray #5313</title>
<updated>2015-01-02T19:24:29+00:00</updated>
<author>
<name>Henning Dickten</name>
<email>hdickten@uni-bonn.de</email>
</author>
<published>2014-11-30T23:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1e052f387fccc0625e423e23b92a590d211e4a10'/>
<id>1e052f387fccc0625e423e23b92a590d211e4a10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
