<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source/reference/random/new-or-different.rst, 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>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://91.123.203.49/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>
<entry>
<title>Merge pull request #16078 from rossbar/doc/axis_to_new_or_different</title>
<updated>2020-05-07T08:22:07+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-05-07T08:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=666b17976e1ee7bb2079259831ccba41d37cf078'/>
<id>666b17976e1ee7bb2079259831ccba41d37cf078</id>
<content type='text'>
DOC: Add axis to random module "new or different" docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Add axis to random module "new or different" docs</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Moved timeit examples under relevant bullet point.</title>
<updated>2020-04-26T00:22:09+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-04-26T00:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=2817f1aacc6f64de6a2a88aca35141748d306546'/>
<id>2817f1aacc6f64de6a2a88aca35141748d306546</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC,BLD: Limit timeit iterations in random docs.</title>
<updated>2020-04-25T20:19:22+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-04-25T18:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b751304ec2d1781256d53e1c2faa0908b398240d'/>
<id>b751304ec2d1781256d53e1c2faa0908b398240d</id>
<content type='text'>
Limiting the number of loops performed in the %timeit evaluation
results in a ~20% speedup in the time it takes to build the
documentation.

The results of the "benchmarking" are less accurate from the limited
number of evaluations, but the relationship between the timing
between the legacy and Generator sampling methods is preserved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Limiting the number of loops performed in the %timeit evaluation
results in a ~20% speedup in the time it takes to build the
documentation.

The results of the "benchmarking" are less accurate from the limited
number of evaluations, but the relationship between the timing
between the legacy and Generator sampling methods is preserved.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Added `permutation` to methods with axis kwarg.</title>
<updated>2020-04-25T20:06:51+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-04-25T19:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=63673a81d910c42aae60d6489674cdbd8c7b664e'/>
<id>63673a81d910c42aae60d6489674cdbd8c7b664e</id>
<content type='text'>
Added `permutation` to `choice` and `shuffle` in the list of
highlighted methods with an `axis` kwarg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added `permutation` to `choice` and `shuffle` in the list of
highlighted methods with an `axis` kwarg.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Added bullet about axis kwarg to rng overview docs.</title>
<updated>2020-04-25T19:35:37+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-04-25T19:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=228e1931703c8fe720a0e40116bf9c48a2337151'/>
<id>228e1931703c8fe720a0e40116bf9c48a2337151</id>
<content type='text'>
Modified the introductory/overview documentation for the random
module to highlight the addition of the `axis` kwarg to
methods like `shuffle` and `choice` for dealing with
multi-dimensional arrays.

Related to gh-16075
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified the introductory/overview documentation for the random
module to highlight the addition of the `axis` kwarg to
methods like `shuffle` and `choice` for dealing with
multi-dimensional arrays.

Related to gh-16075
</pre>
</div>
</content>
</entry>
<entry>
<title>TEST, DOC: fixes from review</title>
<updated>2019-10-17T05:57:59+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-10-17T05:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=09708c976876ee6fa58c615df277b47264bcdc26'/>
<id>09708c976876ee6fa58c615df277b47264bcdc26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: clean up for moved references, remove ISeedSequence</title>
<updated>2019-10-13T06:13:05+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-10-13T06:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=185efe1bb746ad5b6ac23d106df12ad35a207d49'/>
<id>185efe1bb746ad5b6ac23d106df12ad35a207d49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: move bit_generator and generator to be private</title>
<updated>2019-10-11T12:08:46+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-10-02T19:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=260bf67640724915ffefd0a5a7133318ece149da'/>
<id>260bf67640724915ffefd0a5a7133318ece149da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: remove random.entropy from docs</title>
<updated>2019-09-14T10:20:34+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-09-14T10:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=62e384a7329a5ed11d536ae24522fbab264c6683'/>
<id>62e384a7329a5ed11d536ae24522fbab264c6683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
