Skip to content

v1.2.0: 29 OCT 2021

Compare
Choose a tag to compare
@jeffdyer jeffdyer released this 29 Oct 20:18
· 64 commits to main since this release

HIGHLIGHTS

  • Support Unicode cent symbol
  • Support Unicode \varepsilon
  • Parse of binomials
  • Make \emptyset and \varnothing aliases (equivLiteral strict)
  • Parse \iiint and \iint
  • isSimpleFraction predicate disallow 0 denominator and multiple signs
  • Allow unary plus in mixed numbers
  • Render TIMES nodes with LaTeX \times
  • Fix isScientific bugs

NOTES

  • make test to test

DEPENDENCIES

(none)

COMMITS

(Merges and other trivial changes elided)

git log --oneline v1.1.0..

20782b4 (HEAD -> main, tag: v1.2.0, origin/main, origin/HEAD) Fix update-dependencies
730dc10 update dependencies
d377731 Bump version
688fbea (origin/unicode) Support unicode for cent symbol
24bdafc Unicode support for \varepsilon and friends
11bef6d Make \emptyset an alias of \varnothing
6a923fd (origin/binomial, binomial) Parse binomials with a Binomial node
f487dc7 Make \emptyset an alias for \varnothing
ce18009 (origin/integrals) Parse \iiint and \iint
32e509e make update-dependencies
a85b436 (origin/fraction) Don't let isSimpleFraction allow 0 in the denominator
7c31af6 Make isSimpleFraction true for fractions with at most one unary sign
da13c34 Recognize mixed numbers with unary plus
1a23a41 (origin/scientific) Render \times operator when translating TIMES nodes to LaTeX
074fe6a Fix bugs in the isScientific flag