v0.3.0#

Date

April 04, 2022

Contributors#

A total of 1 people contributed to this release. People with a ‘+’ by their names authored a patch for the first time.

  • Mohammad Al-Fetyani

Pull requests merged#

A total of 13 pull requests were merged for this release.

Breaking changes#

  • #80: Deprecate and remove datasets module and host datasets on Hugging Face instead

Highlights#

  • #92: Add numbers to text functionality

  • #86: Time: Add the ability to parse Hijri dates

  • #75: Add the ability to parse time intervals

New features#

  • #90: Numeral: Add multiplier fraction patterns

  • #85: Ordinal: Add support to بعد in ordinal parsing

  • #83: Numeral: Add support for hierarchical parsing

Enhancements#

  • #78: Improved decimal parsing to cover all numeric values up to trillions

  • #79: Improve start of week parsing and make its value dynamic

  • #81: Simplify TimeInterval to include start/end instead of from_time/to_time

Fixed bugs#

  • #88: Fix tests not passing when order changes due to monkeypatching

Code quality improvements and similar refactors#

  • #89: Add pyupgrade to pre-commit and upgrade to future-style type annotations

Unclassified changes#

  • #84: Add LGTM code quality badge to README file