From c98fb5ace36d67f9c24dc91298142fc6aeb4c973 Mon Sep 17 00:00:00 2001 From: Matt Bogosian Date: Tue, 6 Aug 2024 14:31:31 -0500 Subject: [PATCH] Release v0.4.5 * Stablized Jupyter Lite installation * Adjusted typing slightly * Defaulted to collapsed installation cells * Acknowledged removal of PyPy support ([beartype/beartype#324](https://github.com/beartype/beartype/issues/324)) --- README.md | 30 +++++++++++++++--------------- mkdocs.yml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index fa39aea..6b2f3a3 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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) @@ -127,12 +127,12 @@ with warnings.catch_warnings(): - - Plot: Basic plot_burst examplePlot: Taking the lowest or highest die of 2d6 + + Plot: Basic plot_burst examplePlot: Taking the lowest or highest die of 2d6
-Source: plot_burst_1.py +Source: plot_burst_1.py ``` python --8<-- "docs/assets/plot_burst_1.py" @@ -160,12 +160,12 @@ Well wonder no more! - - Plot: 2d6 vs. 4dF plot_burst examplePlot: Taking the lowest or highest die of 2d6 + + Plot: 2d6 vs. 4dF plot_burst examplePlot: Taking the lowest or highest die of 2d6
-Source: plot_burst_2.py +Source: plot_burst_2.py ``` python --8<-- "docs/assets/plot_burst_2.py" @@ -199,12 +199,12 @@ Overrides apply counter-clockwise, starting from the 12 o’clock position. - - Plot: Advanced plot_burst examplePlot: Taking the lowest or highest die of 2d6 + + Plot: Advanced plot_burst examplePlot: Taking the lowest or highest die of 2d6
-Source: plot_burst_3.py +Source: plot_burst_3.py ``` python --8<-- "docs/assets/plot_burst_3.py" diff --git a/mkdocs.yml b/mkdocs.yml index 272017e..e16df95 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,7 +25,7 @@ nav: extra: version: provider: mike - __vers_str__: 0.4.4 + __vers_str__: 0.4.5 extra_javascript: - js/site.js