anydyce release notes
0.4.6
- Relaxed
ipywidgetsdependency to>=7.5,<9to 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
Noneas an acceptable item value forhistogram_specsparameter toHPlotterChooserinitializer,HPlotterChooser.update_hs, andjupyter_visualize.
0.4.3
- Restored rich display hook methods accidentally removed from
anydyce.viz.Imagein 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
HPlotterChooserimplementation and substantially refactorsjupyter_visualizein 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_scmtoversioningitfor more flexible version number formatting. - Allows deployments to PyPI from CI based on tags.
0.1.6
ipywidgetsandmatplotlibare 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_typefunction and exposes new “at least” and “at most” graph types viajupyter_visualizeinterface.
0.1.3
- Turns data limiting off by default in
jupyter_visualize.
0.1.2
- Adds
limit_for_displayand updatesjupyter_visualize.
0.1.1
- Removes use of
numerary.types.…SCUtypes. - 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.