Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 18:28
42cc9d8

0.4.0 (2023-12-27)

⚠ BREAKING CHANGES

  • remove Token::is_var method
  • improve rendering with fallbacks during parsing (#14)

Features

  • fallback to operator when no expr recognized (7d8c86a)
  • implicitly close grouping expressions (7d8c86a)
  • improve rendering with fallbacks during parsing (#14) (7d8c86a)
  • remove Token::is_var method (7d8c86a)

Bug Fixes

  • add fallback to Element conversion for Other keyword (7d8c86a)
  • add fallbacks when parsing color binary expr (7d8c86a)
  • correctly handle norm groupings (7d8c86a)
  • correctly lex set minus operators (7d8c86a)
  • correctly lex the divide symbol -: (7d8c86a)
  • correctly parse cdots, ldots etc (7d8c86a)
  • correctly render and and or logicals (7d8c86a)
  • fallback to default expression when parsing unary (7d8c86a)
  • fallback to operator when lexing unknown symbol (7d8c86a)
  • handle dots as operators instead of idents (7d8c86a)
  • improve handling of cdots etc (7d8c86a)
  • improve handling of matrix groupings (7d8c86a)
  • render groupings in a mrow element (7d8c86a)
  • simplify handling of groupings (7d8c86a)
  • simplify ungroup_map by direct conversion (7d8c86a)
  • use more operator constructors (7d8c86a)
  • use more pre-defined operator constructors (7d8c86a)

Miscellaneous Chores

  • remove release-please manifest. (95cdecd)