Skip to content

Commit

Permalink
Release v0.4.5
Browse files Browse the repository at this point in the history
* Stablized Jupyter Lite installation
* Adjusted typing slightly
* Defaulted to collapsed installation cells
* Acknowledged removal of PyPy support ([beartype/beartype#324](beartype/beartype#324))
  • Loading branch information
posita committed Aug 6, 2024
1 parent 7baeafd commit 01d9d1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ All rights not expressly waived or licensed are reserved.
If that file is missing or appears to be modified from its original, then please contact the author before viewing or using this software in any capacity.*

[![Tests](https://github.com/posita/anydyce/actions/workflows/on-push.yaml/badge.svg)](https://github.com/posita/anydyce/actions/workflows/on-push.yaml)
[![Version](https://img.shields.io/pypi/v/anydyce/0.4.4.svg)](https://pypi.org/project/anydyce/0.4.4/)
[![Development Stage](https://img.shields.io/pypi/status/anydyce/0.4.4.svg)](https://pypi.org/project/anydyce/0.4.4/)
[![License](https://img.shields.io/pypi/l/anydyce/0.4.4.svg)](http://opensource.org/licenses/MIT)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/anydyce/0.4.4.svg)](https://pypi.org/project/anydyce/0.4.4/)
[![Supported Python Implementations](https://img.shields.io/pypi/implementation/anydyce/0.4.4.svg)](https://pypi.org/project/anydyce/0.4.4/)
[![Version](https://img.shields.io/pypi/v/anydyce/0.4.5.svg)](https://pypi.org/project/anydyce/0.4.5/)
[![Development Stage](https://img.shields.io/pypi/status/anydyce/0.4.5.svg)](https://pypi.org/project/anydyce/0.4.5/)
[![License](https://img.shields.io/pypi/l/anydyce/0.4.5.svg)](http://opensource.org/licenses/MIT)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/anydyce/0.4.5.svg)](https://pypi.org/project/anydyce/0.4.5/)
[![Supported Python Implementations](https://img.shields.io/pypi/implementation/anydyce/0.4.5.svg)](https://pypi.org/project/anydyce/0.4.5/)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![``dyce``-powered!](https://raw.githubusercontent.com/posita/dyce/latest/docs/dyce-powered.svg)](https://posita.github.io/dyce/)
[![``numerary``-encumbered](https://raw.githubusercontent.com/posita/numerary/latest/docs/numerary-encumbered.svg)](https://posita.github.io/numerary/)
Expand Down Expand Up @@ -79,7 +79,7 @@ If used within Jupyter, ``anydyce`` provides [a high-level, interactive interfac
Probably the _easiest_ way to start tinkering with ``anydyce`` is with [JupyterLite](https://jupyterlite.readthedocs.io/):
[![Try dyce](https://jupyterlite.readthedocs.io/en/latest/_static/badge.svg)](https://posita.github.io/anydyce/0.4/jupyter/lab/?path=anydyce_intro.ipynb)

The [``quickstart-local.sh`` script](https://github.com/posita/anydyce/blob/v0.4.4/quickstart-local.sh) will create a local [virtual environment](https://docs.python.org/3/library/venv.html) to bootstrap a local Jupyter server with ``anydyce`` installed and open a web browser to the [introduction notebook](https://github.com/posita/anydyce/blob/v0.4.4/docs/notebooks/anydyce_intro-ipynb).
The [``quickstart-local.sh`` script](https://github.com/posita/anydyce/blob/v0.4.5/quickstart-local.sh) will create a local [virtual environment](https://docs.python.org/3/library/venv.html) to bootstrap a local Jupyter server with ``anydyce`` installed and open a web browser to the [introduction notebook](https://github.com/posita/anydyce/blob/v0.4.5/docs/notebooks/anydyce_intro-ipynb).

[Binder](https://mybinder.org/) is another great resource that you can use to share notebooks from your Git repositories (including [Gists](https://gist.github.com/)):
[![Try dyce](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/posita/anydyce/HEAD?labpath=docs%2Fnotebooks%2Fanydyce_intro.ipynb)
Expand Down Expand Up @@ -127,12 +127,12 @@ with warnings.catch_warnings():

<!-- Should match any title of the corresponding plot title -->
<picture>
<source srcset="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_1_dark.png" media="(prefers-color-scheme: dark)">
<img alt="Plot: Basic plot_burst example" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_1_light.png#gh-light-mode-only"><span style="display: none"><img alt="Plot: Taking the lowest or highest die of 2d6" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_1_dark.png#gh-dark-mode-only"></span>
<source srcset="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_1_dark.png" media="(prefers-color-scheme: dark)">
<img alt="Plot: Basic plot_burst example" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_1_light.png#gh-light-mode-only"><span style="display: none"><img alt="Plot: Taking the lowest or highest die of 2d6" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_1_dark.png#gh-dark-mode-only"></span>
</picture>

<details>
<summary>Source: <a href="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_1.py"><code>plot_burst_1.py</code></a></summary>
<summary>Source: <a href="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_1.py"><code>plot_burst_1.py</code></a></summary>

``` python
--8<-- "docs/assets/plot_burst_1.py"
Expand Down Expand Up @@ -160,12 +160,12 @@ Well wonder no more!

<!-- Should match any title of the corresponding plot title -->
<picture>
<source srcset="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_2_dark.png" media="(prefers-color-scheme: dark)">
<img alt="Plot: 2d6 vs. 4dF plot_burst example" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_2_light.png#gh-light-mode-only"><span style="display: none"><img alt="Plot: Taking the lowest or highest die of 2d6" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_2_dark.png#gh-dark-mode-only"></span>
<source srcset="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_2_dark.png" media="(prefers-color-scheme: dark)">
<img alt="Plot: 2d6 vs. 4dF plot_burst example" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_2_light.png#gh-light-mode-only"><span style="display: none"><img alt="Plot: Taking the lowest or highest die of 2d6" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_2_dark.png#gh-dark-mode-only"></span>
</picture>

<details>
<summary>Source: <a href="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_2.py"><code>plot_burst_2.py</code></a></summary>
<summary>Source: <a href="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_2.py"><code>plot_burst_2.py</code></a></summary>

``` python
--8<-- "docs/assets/plot_burst_2.py"
Expand Down Expand Up @@ -199,12 +199,12 @@ Overrides apply counter-clockwise, starting from the 12 o’clock position.

<!-- Should match any title of the corresponding plot title -->
<picture>
<source srcset="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_3_dark.png" media="(prefers-color-scheme: dark)">
<img alt="Plot: Advanced plot_burst example" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_3_light.png#gh-light-mode-only"><span style="display: none"><img alt="Plot: Taking the lowest or highest die of 2d6" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_3_dark.png#gh-dark-mode-only"></span>
<source srcset="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_3_dark.png" media="(prefers-color-scheme: dark)">
<img alt="Plot: Advanced plot_burst example" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_3_light.png#gh-light-mode-only"><span style="display: none"><img alt="Plot: Taking the lowest or highest die of 2d6" src="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_3_dark.png#gh-dark-mode-only"></span>
</picture>

<details>
<summary>Source: <a href="https://raw.githubusercontent.com/posita/anydyce/v0.4.4/docs/assets/plot_burst_3.py"><code>plot_burst_3.py</code></a></summary>
<summary>Source: <a href="https://raw.githubusercontent.com/posita/anydyce/v0.4.5/docs/assets/plot_burst_3.py"><code>plot_burst_3.py</code></a></summary>

``` python
--8<-- "docs/assets/plot_burst_3.py"
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nav:
extra:
version:
provider: mike
__vers_str__: 0.4.4
__vers_str__: 0.4.5

extra_javascript:
- js/site.js
Expand Down

0 comments on commit 01d9d1f

Please sign in to comment.