Skip to content

Releases: rhasspy/unicode-rbnf

v2.2.0

31 Dec 17:29
Compare
Choose a tag to compare
  • Fix use of optional sub part with zero remainder
  • Transition to pyproject.toml

v2.0.0

24 Oct 21:46
f51a7f6
Compare
Choose a tag to compare

2.0.0

  • Change format_number to return FormatResult instead of a str
  • Remove RulesetName enum and add FormatPurpose instead
  • Add purpose to format_number, which selects all relevant rulesets
  • Allow multiple ruleset names in format_number (prefer using purpose)
  • Require an RbnfEngine to have a single language

v1.3.0

01 Oct 19:18
Compare
Choose a tag to compare

1.3.0

  • Remove soft hyphens by default (U+00AD)
  • Search for special rules in replacement rules

v1.2.0

10 Jul 16:28
Compare
Choose a tag to compare

1.2.0

  • Fix zero remainder rules

1.1.0

  • Add get_supported_languages method to engine
  • Fix issue with "x,x" improper fraction rule
  • Compute tolerance against rounded value instead of floor
  • Use Decimal for string input
  • Add command-line interface

v1.0.0

05 Feb 21:59
Compare
Choose a tag to compare
  • Initial release