Skip to content

Commit

Permalink
Github Actions doc build after commit ccbc5df
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Sep 20, 2023
1 parent 5e872f7 commit 9eda49c
Show file tree
Hide file tree
Showing 234 changed files with 1,174 additions and 1,159 deletions.
10 changes: 5 additions & 5 deletions devel/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>Overview: module code - RandomGen v1.23.2 (+49)</title>
<title>Overview: module code - RandomGen v1.23.2 (+53)</title>



Expand Down Expand Up @@ -75,7 +75,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
Expand All @@ -85,7 +85,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down Expand Up @@ -172,10 +172,10 @@

<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</label>

<div class="md-nav__source">
Expand Down
12 changes: 10 additions & 2 deletions devel/_sources/change-log.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,21 @@ Change Log

<p class="admonition-title"> Deprecated </p>

``Generator`` and ``RandomState`` have been **REMOVED** in 1.23.
``Generator`` and ``RandomState`` were **REMOVED** in 1.23.
You should be using :class:`numpy.random.Generator` or
:class:`numpy.random.RandomState` which are maintained.

v1.26.0
=======
- This is place holder for the coming release.
- Fixed a bug that affected the :meth:`randomgen.xoroshiro128.Xoroshiro128.jumped`
method of :class:`randomgen.xoroshiro128.Xoroshiro128` where the ** version was
swapped with the standard version.
- Fixed a bug where :class:`numpy.random.SeedSequence` was not copied when advancing
generators using ``jumped``.
- Small compatibility fixes for change in NumPy.
- Changes the documentation theme to `sphinx-immaterial <https://jbms.github.io/sphinx-immaterial/>`_.
- Added builds for Python 3.11.
- Increased the minimum Python to 3.8.

v1.23.1
=======
Expand Down
4 changes: 2 additions & 2 deletions devel/_sources/evolution.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Evolution of randomgen

Changes in 1.23
---------------
``Generator`` and ``RandomState`` have been **removed**.
``Generator`` and ``RandomState`` were **removed** in 1.23.0.

Use :class:`numpy.random.Generator` if possible, or :class:`numpy.random.RandomState`
if you face legacy constraints.
Expand Down Expand Up @@ -48,5 +48,5 @@ The main changes are
* Change ``jump`` which operated in-place to ``jumped`` which returns a new ``BitGenerator``.
* Rename Basic RNG to bit generator, which impacts the API in multiple places where names
like ``brng`` and ``basic_rng`` have been replaced by ``bitgen`` or ``bit_generator``.
* Support for :class:`~randomgen.seed_sequence.SeedSequences` (also support NumPy ``SeedSequence`` instances)
* Support for :class:`~randomgen.seed_sequence.SeedSequence` (also support NumPy ``SeedSequence`` instances)
* Removed support for Python 2.7
5 changes: 2 additions & 3 deletions devel/_sources/testing.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ members of the Mersenne Twister family which commonly fail ``BRank`` tests.

Sequential Seeds
~~~~~~~~~~~~~~~~
The recommended practice for constructing multiple :class:`~numpy.random.Generator`s
is to use :class:`~numpy.random.SeedSequence`'s :func:`~numpy.random.SeedSequence.spawn`
method.
The recommended practice for constructing multiple :class:`~numpy.random.Generator` objects
is to use the :meth:`~numpy.random.SeedSequence.spawn` method of :class:`~numpy.random.SeedSequence`.

::

Expand Down
10 changes: 5 additions & 5 deletions devel/bit_generators/aesctr.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>AES Counter-based RNG - RandomGen v1.23.2 (+49)</title>
<title>AES Counter-based RNG - RandomGen v1.23.2 (+53)</title>



Expand Down Expand Up @@ -80,7 +80,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
Expand All @@ -90,7 +90,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down Expand Up @@ -177,10 +177,10 @@

<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</label>

<div class="md-nav__source">
Expand Down
10 changes: 5 additions & 5 deletions devel/bit_generators/chacha.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>ChaCha Cipher-based RNG - RandomGen v1.23.2 (+49)</title>
<title>ChaCha Cipher-based RNG - RandomGen v1.23.2 (+53)</title>



Expand Down Expand Up @@ -80,7 +80,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
Expand All @@ -90,7 +90,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down Expand Up @@ -177,10 +177,10 @@

<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</label>

<div class="md-nav__source">
Expand Down
10 changes: 5 additions & 5 deletions devel/bit_generators/dsfmt.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>Double SIMD Mersenne Twister (dSFMT) - RandomGen v1.23.2 (+49)</title>
<title>Double SIMD Mersenne Twister (dSFMT) - RandomGen v1.23.2 (+53)</title>



Expand Down Expand Up @@ -80,7 +80,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
Expand All @@ -90,7 +90,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down Expand Up @@ -177,10 +177,10 @@

<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</label>

<div class="md-nav__source">
Expand Down
10 changes: 5 additions & 5 deletions devel/bit_generators/efiix64.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>HC-128 Cipher Generator - RandomGen v1.23.2 (+49)</title>
<title>HC-128 Cipher Generator - RandomGen v1.23.2 (+53)</title>



Expand Down Expand Up @@ -80,7 +80,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
Expand All @@ -90,7 +90,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down Expand Up @@ -177,10 +177,10 @@

<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../index.html" title="RandomGen v1.23.2 (+49)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../index.html" title="RandomGen v1.23.2 (+53)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../_static/casino.svg" alt="logo">
</a>
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</label>

<div class="md-nav__source">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>randomgen.aes.AESCounter.advance - RandomGen v1.23.2 (+49)</title>
<title>randomgen.aes.AESCounter.advance - RandomGen v1.23.2 (+53)</title>



Expand Down Expand Up @@ -80,7 +80,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../../index.html" title="RandomGen v1.23.2 (+49)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../../index.html" title="RandomGen v1.23.2 (+53)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../../_static/casino.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
Expand All @@ -90,7 +90,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down Expand Up @@ -177,10 +177,10 @@

<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../../index.html" title="RandomGen v1.23.2 (+49)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../../index.html" title="RandomGen v1.23.2 (+53)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../../_static/casino.svg" alt="logo">
</a>
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</label>

<div class="md-nav__source">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>randomgen.aes.AESCounter.cffi - RandomGen v1.23.2 (+49)</title>
<title>randomgen.aes.AESCounter.cffi - RandomGen v1.23.2 (+53)</title>



Expand Down Expand Up @@ -80,7 +80,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../../index.html" title="RandomGen v1.23.2 (+49)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../../index.html" title="RandomGen v1.23.2 (+53)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../../_static/casino.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
Expand All @@ -90,7 +90,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down Expand Up @@ -177,10 +177,10 @@

<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../../index.html" title="RandomGen v1.23.2 (+49)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../../index.html" title="RandomGen v1.23.2 (+53)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../../_static/casino.svg" alt="logo">
</a>
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</label>

<div class="md-nav__source">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



<title>randomgen.aes.AESCounter.ctypes - RandomGen v1.23.2 (+49)</title>
<title>randomgen.aes.AESCounter.ctypes - RandomGen v1.23.2 (+53)</title>



Expand Down Expand Up @@ -80,7 +80,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../../index.html" title="RandomGen v1.23.2 (+49)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../../index.html" title="RandomGen v1.23.2 (+53)" class="md-header__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../../_static/casino.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
Expand All @@ -90,7 +90,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down Expand Up @@ -177,10 +177,10 @@

<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../../index.html" title="RandomGen v1.23.2 (+49)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+49)" data-md-component="logo">
<a href="../../index.html" title="RandomGen v1.23.2 (+53)" class="md-nav__button md-logo" aria-label="RandomGen v1.23.2 (+53)" data-md-component="logo">
<img src="../../_static/casino.svg" alt="logo">
</a>
RandomGen v1.23.2 (+49)
RandomGen v1.23.2 (+53)
</label>

<div class="md-nav__source">
Expand Down
Loading

0 comments on commit 9eda49c

Please sign in to comment.