Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@lianghai lianghai released this 08 Mar 02:23

Breaking changes:

  • Revised naming of glyph-related parameters and a class. 04122a2
  • “@” and “ ” (space) are no longer allowed in glyph names. aa2cf3d
  • Merged .contextualSub() into .sub(). ede610c
    • Rendered moot: MultipleSubstStatement couldn’t be composed with .contextualSub(), which was first fixed with 708b773.
    • Static type checking based on function overloading is no longer available.

IgnoreSubstStatement can now be composed:

c.sub("a", c.input("d"), ignore=True)  # ignore sub a d';