<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/random, branch dependabot/pip/gitpython-3.1.14</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>MAINT: Fix typo SeepSequence</title>
<updated>2020-12-19T16:35:05+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-19T16:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=bfbe56caeb056456662309b33510f6b5531d3973'/>
<id>bfbe56caeb056456662309b33510f6b5531d3973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: random: add some examples for SeedSequence</title>
<updated>2020-12-17T15:36:52+00:00</updated>
<author>
<name>Evgeni Burovski</name>
<email>evgeny.burovskiy@gmail.com</email>
</author>
<published>2020-12-17T14:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5109cbbfcbbc1f61607549484aaf10269b87a261'/>
<id>5109cbbfcbbc1f61607549484aaf10269b87a261</id>
<content type='text'>
Based on
https://mail.python.org/pipermail/numpy-discussion/2020-December/081323.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on
https://mail.python.org/pipermail/numpy-discussion/2020-December/081323.html
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix for buildling with sphinx 3</title>
<updated>2020-11-06T01:40:02+00:00</updated>
<author>
<name>takanori-pskq</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-11-06T01:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6c8aa42ce668aa57ddc3347df35998fc32e7240a'/>
<id>6c8aa42ce668aa57ddc3347df35998fc32e7240a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
