Releases: isaacphysics/inequality
Releases · isaacphysics/inequality
v0.9.13
Fix a stray *
sign in python code generation.
v0.9.11
Properly support logic syntax via constructor.
v0.9.10
Add abortPotentialSymbol()
to make it easier to abort a potential symbol :)
v0.9.8
Apparently, @types/p5
needs to be a runtime dependency.
v0.9.7
Bundle size vastly reduced by removing the source map from production builds.
v0.9.6
Exports WidgetSpec
and provides actually usable source maps.
v0.9.5
This release adds TypeScript typings for Inequality
and makeInequality
.
v0.9.4
This release includes a bug fix for boolean logic where ORs followed by a symbol would generate a * sign inappropriately in the SymPy rendered string.