AmpForm 0.10.5
Release 0.10.5
See all documentation for this version here.
Final release before v0.11.0.
🐛 Bug fixes
Implemented deep argument in doit instead of the new method (#114)
Fixes a small bug that was introduced by the new function create_expression
, which was introduced in #113. That function allowed handling the deep
argument in doit
, so that expressions containing a BlattWeisskopfSquared
can be called with doit(deep=False)
. The fix was faulty though; this PR is the correct implementation.
Slider descriptions now use HTML math mode (cafddea)
Math mode in ipywidgets doesn't render well when using LaTeX dollar signs for math mode. HTML math mode \(...\)
works well both in Jupyter notebook and in HTML.