This release is mainly due to a single incompatible change: renaming
tableau_form -> lp_form in the simplex_visual function. This was chosen to more
accurately reflect the meaning of the parameter. In addition, instead of being
set to "canonical" or "dictionary", it can be set to "tableau" or "dictionary".
Also worth noting is that the Plotly dependency noe requires 5.0.0 or higher.
This is to avoid an issue with rendering on Safari 13. The docs were updated to
avoid this rendering issue on 3D plots as well. Lastly, not providing an
initial solution first defaults to trying an all zero solution before falling
back to the Phase I algorithm. This was done to avoid setting the parameter in
examples for students.