Skip to content

v1.3.0: 07 DEC 2021

Compare
Choose a tag to compare
@jeffdyer jeffdyer released this 07 Dec 20:56
· 44 commits to main since this release

HIGHLIGHTS

  • Fix parsing of degrees
  • Consider integers with unary plus to be integers
  • Handle \mu units
  • Make \degree and alias of ^\circ
  • Fix parsing derivatives with leading integer coefficients
  • Other derivative parsing fixes
  • Update dependencies

NOTES

(none)

DEPENDENCIES

(none)

COMMITS

(Merges and other trivial changes elided)

git log --oneline v1.2.0..

7abea6a (HEAD -> main, tag: v1.3.0, origin/main, origin/HEAD) Update dependencies
c41d54d Fix regression not trimming empty braces
8ff2783 (origin/fix-derivatives, fix-derivatives) Fix parsing derivatives
3ad11ee (temp) Fix regression to derivatives with leading numeric coefficient
4205a2a Don't consider unabbreviated units as mu units
1dd73ca (origin/fix-mu, fix-mu) Normalize \mu prefixed units
478d358 (origin/multiplicativeExpr, multiplicativeExpr) Avoid calling negate(), take two
7ca113c Avoid calling negate()
cb8f4aa Parse -2\degree to be an alias of -2^\circ
4f2d5b1 Flatten multiplicative nodes during parsing
80f5829 (origin/integer) Make isInteger accept integers with unary plus
4586d17 Add .gitignore
45071ee (origin/tempDegree) Fix parsing for ^\circ\text{K}
cd56920 Fix parsing \degree\text{C}