You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the possibility to render truth tables with the TruthTable class (in the semantics sub-module). This functionality uses the tabulate library, which is now a new dependency.
Renamed as_latex() method of Formula objects to to_latex()