anydyce
release notes
0.4.6
- Relaxed
ipywidgets
dependency to>=7.5,<9
to better accommodate JupyterLite after prior version crashed and burned
0.4.5
- Stablized Jupyter Lite installation
- Adjusted typing slightly
- Defaulted to collapsed installation cells
- Acknowledged removal of PyPy support (beartype/beartype#324)
0.4.4
- Added
SettingsDict["burst_columns"]
and related widget. - Added
None
as an acceptable item value forhistogram_specs
parameter toHPlotterChooser
initializer,HPlotterChooser.update_hs
, andjupyter_visualize
.
0.4.3
- Restored rich display hook methods accidentally removed from
anydyce.viz.Image
in v0.4.2.
0.4.2
Bug
Do not use!
This release inadvertently removed rich display hook methods from anydyce.viz.Image
.
That broke the ability to display interactive plots.
(Fixed in v0.4.3.)
- Allows true cutoff disablement (not merely a small default).
0.4.1
- Adds transparency as well as PNG and SVG output and download selections.
- Fixes display inconsistencies between Jupyter Lab and Jupyter Lite.
0.4.0
- Adds
HPlotterChooser
implementation and substantially refactorsjupyter_visualize
in terms thereof.
0.3.2
- Works around jupyterlite/jupyterlite#838 to fix docs.
0.3.1
- Fixes badges in docs.
- Migrates to
jupyterlite==0.1.0b13
. - Un-breaks 0.3.0 in JupyterLite.
0.3.0
- Migrates to
ipywidgets~=8.0
.
0.2.0
- Completes update to
dyce~=0.6
. - Migrates from
setuptools_scm
toversioningit
for more flexible version number formatting. - Allows deployments to PyPI from CI based on tags.
0.1.6
ipywidgets
andmatplotlib
are now required dependencies.- Minor corrections to required Python version.
0.1.4
- Prepares for breaking changes in future release of
dyce~=0.6
. - Adds experimental
values_xy_for_graph_type
function and exposes new “at least” and “at most” graph types viajupyter_visualize
interface.
0.1.3
- Turns data limiting off by default in
jupyter_visualize
.
0.1.2
- Adds
limit_for_display
and updatesjupyter_visualize
.
0.1.1
- Removes use of
numerary.types.…SCU
types. - Links to an external (Gist) repository for example notebook.
- Adds comparison table to AnyDice to
README.md
.
0.1.0
anydyce
goes live!
Non-experimental features should be considered stable.