v2.0.1 (2026-06-01)¶
Patch release with documentation and Binder-rendering fixes. No behavioural changes to the Python API.
Added¶
voila.jsonat the repo root sets the MathJax endpoint tocdnjs.cloudflare.com/.../mathjax/2.7.7so that$…$/$$…$$math delimiters in markdown cells render correctly under Voila on Binder. Voila’s default MathJax 3 build does not enable$…$as an inline delimiter, which caused the Conventions table and other inline math inLinViscoFit.ipynbto be left as literal text in the rendered dashboard.
Changed¶
README.mdrewritten: CI / Notebooks / Docs / PyPI / Python / DOI badges, explicit Installation section noting the Python ≥ 3.11 requirement, three numbered Usage paths (web app, tutorials, library), a link to thepyvisco-examples.ziprelease asset, the ANSYS 2021 R1 verification reference, and a License section. Binder badge URL pinned to/mainfor more reliable image caching.