<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/doc, branch master</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>DOC: rm see also ref to doc.indexing.</title>
<updated>2020-09-09T21:58:10+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-09-09T21:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e37299b75697531b0abd6992778a05fbe3f1be7d'/>
<id>e37299b75697531b0abd6992778a05fbe3f1be7d</id>
<content type='text'>
Indexing article no longer exists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Indexing article no longer exists
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring cross-referencing</title>
<updated>2020-09-04T18:23:42+00:00</updated>
<author>
<name>Albert Villanova del Moral</name>
<email>8515462+albertvillanova@users.noreply.github.com</email>
</author>
<published>2020-09-04T18:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8599fe0abc88f584ee45b54654833cdccefc3cd0'/>
<id>8599fe0abc88f584ee45b54654833cdccefc3cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, DOC:  move informational files from numpy.doc.*.py to their *.rst counterparts (#17222)</title>
<updated>2020-09-02T18:01:35+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-09-02T18:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1f8ce6341159ebb0731c2c262f4576609210d2c8'/>
<id>1f8ce6341159ebb0731c2c262f4576609210d2c8</id>
<content type='text'>
* DOC: redistribute docstring-only content from numpy/doc

* DOC: post-transition clean-up

* DOC, MAINT: reskip doctests, fix a few easy ones</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: redistribute docstring-only content from numpy/doc

* DOC: post-transition clean-up

* DOC, MAINT: reskip doctests, fix a few easy ones</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Correct error in description of ndarray.base</title>
<updated>2020-08-28T22:52:37+00:00</updated>
<author>
<name>Ryan Soklaski</name>
<email>ryan.soklaski@gmail.com</email>
</author>
<published>2020-08-28T22:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a6c974489b753437dc5929326d4c320d39f26c08'/>
<id>a6c974489b753437dc5929326d4c320d39f26c08</id>
<content type='text'>
Found in subsection of Subclassing ndarray in python: Extra gotchas - custom __del__ methods and ndarray.base</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found in subsection of Subclassing ndarray in python: Extra gotchas - custom __del__ methods and ndarray.base</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Tweak a sentence about broadcasting.</title>
<updated>2020-07-02T21:01:28+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2020-07-02T21:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9de802ab28252b1d1480382db96a917e7f519cfa'/>
<id>9de802ab28252b1d1480382db96a917e7f519cfa</id>
<content type='text'>
* Make clear that "trailing" means the "rightmost" dimensions.
* Instead of saying "works its way forward" (forward?), say
  "works its way left".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make clear that "trailing" means the "rightmost" dimensions.
* Instead of saying "works its way forward" (forward?), say
  "works its way left".
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Use intersphinx for NEP references</title>
<updated>2020-06-04T21:43:38+00:00</updated>
<author>
<name>Ben Nathanson</name>
<email>github@bigriver.xyz</email>
</author>
<published>2020-06-04T21:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7764b5f2bcb6f4188b3e524209672e152226604c'/>
<id>7764b5f2bcb6f4188b3e524209672e152226604c</id>
<content type='text'>
Per #16500 discussion, adds link updates to PR.
Replaces NEP URLs with intersphinx links in these
files:

* doc/HOWTO_RELEASE.rst.txt
* doc/source/dev/howto-docs.rst
* numpy/doc/dispatch.py
* numpy/lib/format.py

and incorporates @rossbar's #16502 change of `config.py`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per #16500 discussion, adds link updates to PR.
Replaces NEP URLs with intersphinx links in these
files:

* doc/HOWTO_RELEASE.rst.txt
* doc/source/dev/howto-docs.rst
* numpy/doc/dispatch.py
* numpy/lib/format.py

and incorporates @rossbar's #16502 change of `config.py`.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix spelling typo - homogenous to homogeneous. (#16324)</title>
<updated>2020-05-21T20:40:26+00:00</updated>
<author>
<name>Kevin Moore</name>
<email>k.james.moore@gmail.com</email>
</author>
<published>2020-05-21T20:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6dfce7f498a9ee7f4cb396105270793ddc828e80'/>
<id>6dfce7f498a9ee7f4cb396105270793ddc828e80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Unify casting error creation (outside the iterator)</title>
<updated>2020-05-02T13:27:35+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2020-05-01T00:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ffe76ac8df65c8e7831df9924a782276e060f3e6'/>
<id>ffe76ac8df65c8e7831df9924a782276e060f3e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add missing bracket (gh-16051)</title>
<updated>2020-04-25T15:33:48+00:00</updated>
<author>
<name>Chunlin</name>
<email>fangchunlin@huawei.com</email>
</author>
<published>2020-04-25T15:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6ee49178517088966e63c2aedf6a8a5779ad5384'/>
<id>6ee49178517088966e63c2aedf6a8a5779ad5384</id>
<content type='text'>
Add missing closing brackets, script to generate the list in the PR gh-16051.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing closing brackets, script to generate the list in the PR gh-16051.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Clarify docs on mixed advanced indexing and slicing (gh-15891)</title>
<updated>2020-04-20T20:41:30+00:00</updated>
<author>
<name>Paul Rougieux</name>
<email>paul.rougieux@gmail.com</email>
</author>
<published>2020-04-20T20:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9eb7560e77c43af561f5242cf30df6b1d7442e83'/>
<id>9eb7560e77c43af561f5242cf30df6b1d7442e83</id>
<content type='text'>
It was not clear how to reproduce the slice example with multi dimensional array indexing. I hope the additional example clarifies the equivalence between slice and multi array for new users.

Co-Authored-By: Eric Wieser &lt;wieser.eric@gmail.com&gt;
Co-Authored-By: Anirudh Subramanian &lt;anirudh2290@apache.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was not clear how to reproduce the slice example with multi dimensional array indexing. I hope the additional example clarifies the equivalence between slice and multi array for new users.

Co-Authored-By: Eric Wieser &lt;wieser.eric@gmail.com&gt;
Co-Authored-By: Anirudh Subramanian &lt;anirudh2290@apache.org&gt;</pre>
</div>
</content>
</entry>
</feed>
