Skip to content

1.3.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 10:31
· 18 commits to main since this release

Downloads

Changes

  • Fixed an issue where explicit relations of the form f(x) op y and f(y) op x (but not y op x) were interpreted inversely. 🐞
    • For example, x < y and sin(y) β‰₯ x were interpreted as x > y and sin(y) ≀ x, respectively.