0.7.1 (March 09, 2024)#

Changed#

  • Heuristic functions that accept a plural_to_singular-argument now also accept a custom transformer.

  • Expose read-only attributes Translator.fmt and default_fmt.

Fixed#

  • Fixed an issue which sometimes caused a crash when verifying translations.

  • Fixed an issue which sometimes caused a crash when one or more names were empty (zero IDs).

  • Fixed plural-to-singular (NounTransformer) transforms of nouns such as ‘languages’, ‘states’, and many others.

  • Fixed a performance issue for large pandas.Series and Index objects.