<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src, branch main</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>Merge pull request #23505 from cbrt64/fix-2256</title>
<updated>2023-05-17T17:38:41+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2023-05-17T17:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d9b38d687cd513aa6688f7fba805a908c0ac3979'/>
<id>d9b38d687cd513aa6688f7fba805a908c0ac3979</id>
<content type='text'>
BUG: Use 2GiB chunking code for fwrite() on mingw32/64</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Use 2GiB chunking code for fwrite() on mingw32/64</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23763 from seberg/nep50-fixes-part2</title>
<updated>2023-05-16T19:00:16+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2023-05-16T19:00:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0200e4a00c6ea90ab433962479f47a927a13ed3e'/>
<id>0200e4a00c6ea90ab433962479f47a927a13ed3e</id>
<content type='text'>
BUG: Fix weak scalar logic for large ints in ufuncs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fix weak scalar logic for large ints in ufuncs</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23659 from seberg/issue-23029</title>
<updated>2023-05-16T15:28:34+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2023-05-16T15:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6a4abb065afa5cd9967b92476cd8a245edf3dfcd'/>
<id>6a4abb065afa5cd9967b92476cd8a245edf3dfcd</id>
<content type='text'>
ENH: Restore TypeError cleanup in array function dispatching</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Restore TypeError cleanup in array function dispatching</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Use fwrite chunking generally on Windows 64 and size_t as type</title>
<updated>2023-05-16T08:54:57+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-05-16T08:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1c1779490376077b8fef643f65222bb4834567b1'/>
<id>1c1779490376077b8fef643f65222bb4834567b1</id>
<content type='text'>
This is a bit too broad because msys UCRT runtime may actually not
need it.  Changes the type in the loop to `size_t`.  This is not necessary
but the current constants are buggy without it if the branch is accidentally
used on 32bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a bit too broad because msys UCRT runtime may actually not
need it.  Changes the type in the loop to `size_t`.  This is not necessary
but the current constants are buggy without it if the branch is accidentally
used on 32bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix typo in comment</title>
<updated>2023-05-15T19:53:49+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-05-15T19:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ed9b716c89bb6dd3194be1efbfc5fb49ab0214d8'/>
<id>ed9b716c89bb6dd3194be1efbfc5fb49ab0214d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: fix signed/unsigned int comparison warnings</title>
<updated>2023-05-15T16:02:51+00:00</updated>
<author>
<name>Nathan Goldbaum</name>
<email>nathan.goldbaum@gmail.com</email>
</author>
<published>2023-05-15T16:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7a6a867cfb785eca60c6ee0cbd7d7816ece510bd'/>
<id>7a6a867cfb785eca60c6ee0cbd7d7816ece510bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Address Marten's review</title>
<updated>2023-05-15T15:11:06+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-05-15T15:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=626d32fc47a9803e706168ea2d72d3584a4696bd'/>
<id>626d32fc47a9803e706168ea2d72d3584a4696bd</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 #23665 from r-devulap/update-simd-sort</title>
<updated>2023-05-15T13:34:51+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2023-05-15T13:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9bc9ed75fd6ef0127a5027d8b65cfc18052e60e9'/>
<id>9bc9ed75fd6ef0127a5027d8b65cfc18052e60e9</id>
<content type='text'>
ENH: Speed up 64-bit qsort by 1.6x</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Speed up 64-bit qsort by 1.6x</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix weak scalar logic for large ints in ufuncs</title>
<updated>2023-05-15T10:43:30+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-05-10T13:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=21602a8b1673a7b468d032ef19c20c53ac15c0b9'/>
<id>21602a8b1673a7b468d032ef19c20c53ac15c0b9</id>
<content type='text'>
This fixes it, breaks warnings (partially), but most or all of
those paths should be errors anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes it, breaks warnings (partially), but most or all of
those paths should be errors anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23750 from ngoldbaum/replace-copyswapn</title>
<updated>2023-05-15T09:20:38+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-05-15T09:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e794f47859878b77f85e14d448c631d3f2a83796'/>
<id>e794f47859878b77f85e14d448c631d3f2a83796</id>
<content type='text'>
MAINT: do not use copyswapn in array sorting internals</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: do not use copyswapn in array sorting internals</pre>
</div>
</content>
</entry>
</feed>
