<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/random, branch build_test</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Update doc/source/reference/random/c-api.rst</title>
<updated>2020-10-24T11:23:46+00:00</updated>
<author>
<name>Takanori H</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-10-24T11:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=11c57968e98fb881722dffb1a35bd70bea3b422a'/>
<id>11c57968e98fb881722dffb1a35bd70bea3b422a</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>DOC: Fix some references</title>
<updated>2020-10-24T05:00:37+00:00</updated>
<author>
<name>takanori-pskq</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-10-24T04:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=14bb26753df4ca4ef42ecd830699433ed781cf9f'/>
<id>14bb26753df4ca4ef42ecd830699433ed781cf9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix the link to the quick-start in the old API functions</title>
<updated>2020-09-03T14:12:39+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2020-09-03T14:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=577424f085f885500e227605d4472e1941a97644'/>
<id>577424f085f885500e227605d4472e1941a97644</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: random: Add the method `permuted` to Generator. (#15121)</title>
<updated>2020-09-02T17:36:37+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2020-09-02T17:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f1d0378d3735aa97a86af3b87b8a9d9ee4575af7'/>
<id>f1d0378d3735aa97a86af3b87b8a9d9ee4575af7</id>
<content type='text'>
* ENH: random: Make _shuffle_raw and _shuffle_int standalone functions.

* ENH: random: Add the method `permuted` to Generator.

The method permuted(x, axis=None, out=None) shuffles an array.
Unlike the existing shuffle method, it shuffles the slices along
the given axis independently.

Closes gh-5173.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ENH: random: Make _shuffle_raw and _shuffle_int standalone functions.

* ENH: random: Add the method `permuted` to Generator.

The method permuted(x, axis=None, out=None) shuffles an array.
Unlike the existing shuffle method, it shuffles the slices along
the given axis independently.

Closes gh-5173.</pre>
</div>
</content>
</entry>
<entry>
<title>Update doc/source/reference/random/index.rst</title>
<updated>2020-07-13T13:24:20+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-07-13T13:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f986a00c8dfc1501df8a311d421cb016817f4efc'/>
<id>f986a00c8dfc1501df8a311d421cb016817f4efc</id>
<content type='text'>
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: use print() instead of str() for generator object to pass circleci tests</title>
<updated>2020-07-12T22:50:15+00:00</updated>
<author>
<name>Laurie</name>
<email>lastephey@lbl.gov</email>
</author>
<published>2020-07-12T22:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=746b0fcc3eb18d7c6f724d4553536b6fdab38c6e'/>
<id>746b0fcc3eb18d7c6f724d4553536b6fdab38c6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: updates based on mattip's suggestions, add seed to all default_rng so tests will pass, get rid of directly printing generator object</title>
<updated>2020-07-12T22:04:27+00:00</updated>
<author>
<name>Laurie</name>
<email>lastephey@lbl.gov</email>
</author>
<published>2020-07-12T22:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d88f217b26bf300dc0e5ecaf8e59b81f6a1d6e9d'/>
<id>d88f217b26bf300dc0e5ecaf8e59b81f6a1d6e9d</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 examples to random number generator pages</title>
<updated>2020-07-12T20:37:19+00:00</updated>
<author>
<name>Laurie</name>
<email>lastephey@lbl.gov</email>
</author>
<published>2020-07-12T20:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=75824a4f3cca3c3fa98809bba60485d471ab7e88'/>
<id>75824a4f3cca3c3fa98809bba60485d471ab7e88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: reword random c-api introduction, cython is documented in Extending (#16731)</title>
<updated>2020-07-02T20:12:15+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-07-02T20:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=942add94ed3bbe479c2e6f5ca8e2a8a6d4ca4831'/>
<id>942add94ed3bbe479c2e6f5ca8e2a8a6d4ca4831</id>
<content type='text'>
DOC: reword random c-api introduction, cython is documented in Extending</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: reword random c-api introduction, cython is documented in Extending</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fixes for 18 broken links (#16472)</title>
<updated>2020-06-06T15:02:14+00:00</updated>
<author>
<name>bjnath</name>
<email>github@bigriver.xyz</email>
</author>
<published>2020-06-06T15:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9439b56f8762b8c9b48d2f9e54dfb467aaa2b3f9'/>
<id>9439b56f8762b8c9b48d2f9e54dfb467aaa2b3f9</id>
<content type='text'>
* DOC: Fixes for 18 broken links

This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.

* DOC: Update to "Fixes for 18 broken links #16472"

* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958

* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928

* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484

Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824

* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472

Making reference [1] an internal link in function_base.py =&gt; numpy.vectorize.html

* DOC: Redirect 2 link fixes in PR #16472

* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to


per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Fixes for 18 broken links

This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.

* DOC: Update to "Fixes for 18 broken links #16472"

* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958

* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928

* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484

Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824

* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472

Making reference [1] an internal link in function_base.py =&gt; numpy.vectorize.html

* DOC: Redirect 2 link fixes in PR #16472

* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to


per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070</pre>
</div>
</content>
</entry>
</feed>
