Releases: allo-media/text2num
Releases · allo-media/text2num
text2num v3.0.0
Bug fix release v2.5.2
What's Changed
- Modified parser to handle hundred as a multiplier in languages that support it. by @rtxm in #113
- Remove 'cienta' from Spanish-hundred dictionary by @CarlosUriass in #119
- Add tests for female hundreds (200-900) in text2num and alpha2digit functions for Spanish language by @CarlosUriass in #120
- Bug fix release 2.5.2 by @rtxm in #123
New Contributors
- @CarlosUriass made their first contribution in #119
Full Changelog: v2.5.1...v2.5.2
v2.5.1: Bug fix release.
What's Changed
- fixed a bug in German ordinal detection by @fquirin in #89
- [de] fix: False positive ordinal detection by @Kakadus in #90
- Fixed a bug in the handling of the multipliers. Fixes #95 by @rtxm in #96
- Carrying last word context forward in a segment by @skiingpacman in #103
- [DE] fix hundred addition by @Kakadus in #102
- Refined handling of zero. Fixes #105, fixes #106. by @rtxm in #107
- Bug fix release. by @rtxm in #108
- pypi upload updated. by @rtxm in #109
- Added pypi context. by @rtxm in #110
New Contributors
- @Kakadus made their first contribution in #90
- @skiingpacman made their first contribution in #103
Full Changelog: v2.5.0...v2.5.1
v2.5.0: Feature and bugfix release
Features
- Included Brazilian Portuguese support into Portuguese parser
- New language: German
- New language: Catalan
- New language: Russian
Bug fixes
- Improved Spanish
- Improved Portuguese
- Improved French
Feature release: ordinal conversion threshold
Merge pull request #54 from allo-media/master 2.4.0
Portuguese support!
Bugfix release
- Better documentation of Spanish support
- Fixed bug with uppercase text
- Fixed bug with bigger English ordinals
Spanish support
Thanks to @pablorodriper!
Bugfix release
Fix on special "number" « one » in English or « un » in French.
Bug fix release and new behavior
Breaking change
- Don't convert ordinals before the fourth ;
Bug fixes
- Don't convert « one » when it is used as a noun or as a determiner.