<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core, branch treddy_issue_18273</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>MAINT: Updated annotations</title>
<updated>2021-02-01T11:35:15+00:00</updated>
<author>
<name>Mitchell Faas</name>
<email>Faas.Mitchell@gmail.com</email>
</author>
<published>2021-02-01T11:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=472e5e01be709a0b40a727f97208a8222c4b28ef'/>
<id>472e5e01be709a0b40a727f97208a8222c4b28ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: import refactor</title>
<updated>2021-01-31T16:06:57+00:00</updated>
<author>
<name>Mitchell Faas</name>
<email>Faas.Mitchell@gmail.com</email>
</author>
<published>2021-01-31T16:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3e285e43b4e430b29711e53cded86eab00f85db2'/>
<id>3e285e43b4e430b29711e53cded86eab00f85db2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Improved error traceback in set_printoptions</title>
<updated>2021-01-31T15:28:47+00:00</updated>
<author>
<name>Mitchell-Faas</name>
<email>35742861+Mitchell-Faas@users.noreply.github.com</email>
</author>
<published>2021-01-31T15:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c47ddc18e490ae0b1a8422b2ce6e2b7b5781f87e'/>
<id>c47ddc18e490ae0b1a8422b2ce6e2b7b5781f87e</id>
<content type='text'>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Now allows for all integer types</title>
<updated>2021-01-31T15:21:47+00:00</updated>
<author>
<name>Mitchell Faas</name>
<email>Faas.Mitchell@gmail.com</email>
</author>
<published>2021-01-31T15:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da39ec1322f93732b7a80402e3a1f1d0ddcf3a7b'/>
<id>da39ec1322f93732b7a80402e3a1f1d0ddcf3a7b</id>
<content type='text'>
Fixed a bug where precision couldn't be a non-native integer.
See comments on pull request #18263 for more info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed a bug where precision couldn't be a non-native integer.
See comments on pull request #18263 for more info.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Added sanity check to printoptions</title>
<updated>2021-01-30T23:51:28+00:00</updated>
<author>
<name>Mitchell Faas</name>
<email>Faas.Mitchell@gmail.com</email>
</author>
<published>2021-01-30T23:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ef639359f4862762d97c215990f86a7a622c0f0d'/>
<id>ef639359f4862762d97c215990f86a7a622c0f0d</id>
<content type='text'>
See issue #18254
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See issue #18254
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: replace 'this platform' with the actual platform in the scalar type documentation (#18085)</title>
<updated>2021-01-30T16:50:12+00:00</updated>
<author>
<name>Ryan Polley</name>
<email>rypolley+github@gmail.com</email>
</author>
<published>2021-01-30T16:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=48808e1a6a775283b2d482d65f93390ddeb534af'/>
<id>48808e1a6a775283b2d482d65f93390ddeb534af</id>
<content type='text'>
In the scalar documentation it's unclear that 'this platform' refers to
the platform that the doc build job ran on, so replace it with the name
of the platform using python's platform module</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the scalar documentation it's unclear that 'this platform' refers to
the platform that the doc build job ran on, so replace it with the name
of the platform using python's platform module</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18150 from seberg/fix-too-many-boolean-indices</title>
<updated>2021-01-29T21:11:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-01-29T21:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5de64de6dbdf89b1bd8828c59393c4239364755a'/>
<id>5de64de6dbdf89b1bd8828c59393c4239364755a</id>
<content type='text'>
BUG: Ensure too many advanced indices raises an exception</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Ensure too many advanced indices raises an exception</pre>
</div>
</content>
</entry>
<entry>
<title>Update numpy/core/src/multiarray/mapping.c</title>
<updated>2021-01-29T20:17:14+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-01-29T20:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=881dd870c8eb6ac6dd774e2dec78497879971c99'/>
<id>881dd870c8eb6ac6dd774e2dec78497879971c99</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 #18248 from Carreau/see-also-upper</title>
<updated>2021-01-28T05:59:57+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-01-28T05:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7a4e602a1f9e39ec3662e21a12c35c6df0cf9295'/>
<id>7a4e602a1f9e39ec3662e21a12c35c6df0cf9295</id>
<content type='text'>
DOC: See also -&gt; See Also (casing)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: See also -&gt; See Also (casing)</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: See also -&gt; See Also (casing)</title>
<updated>2021-01-28T02:01:12+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2021-01-28T01:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=86228d61f955a648b1e5110d293caadd72f1d6ee'/>
<id>86228d61f955a648b1e5110d293caadd72f1d6ee</id>
<content type='text'>
Numpydoc seem to suggest Also should be uppercase,
and as far as I can tell this is the main spelling found in this code
base:

$ rg '^ +See also$' | wc -l
     109
$ rg '^ +See Also$' | wc -l
     814

This commit update one offending file that contain ~90 lowercase `See also`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numpydoc seem to suggest Also should be uppercase,
and as far as I can tell this is the main spelling found in this code
base:

$ rg '^ +See also$' | wc -l
     109
$ rg '^ +See Also$' | wc -l
     814

This commit update one offending file that contain ~90 lowercase `See also`.
</pre>
</div>
</content>
</entry>
</feed>
