Skip to content

Commit 8b47f36

Browse files
authored
Release commit r1.1.0 (#217)
* Release commit Signed-off-by: Travis Bartley <tbartley@nvidia.com> * updating changelog Signed-off-by: Travis Bartley <tbartley@nvidia.com> --------- Signed-off-by: Travis Bartley <tbartley@nvidia.com>
1 parent e23f6e1 commit 8b47f36

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [r1.1.0] - 2024-08-20
9+
10+
### Added
11+
12+
- DE TN Electronic recognizes social media handles `@Nvidia` (#177)
13+
- Japanese ITN Cardinal, Date, Decimal, Fraction, Ordinal, Time and Whitelist coverage (#141)
14+
15+
### Fixed
16+
17+
- Fixed Fr TN Electronic processing issue from (#166) (#181)
18+
- Fixed En TN Electronic processing issue from (#166) (#185) (#206) (#207)
19+
- Fixed It TN Electronic processing issue from (#166) (#183)
20+
- Fixed Hu TN Electronic processing issue from (#166) (#184)
21+
22+
23+
### Changed
24+
25+
- De TN Time coverage allows full stop delineation (e.g. `2.10h`) (#177)
26+
- Es-En TN weights and data updated for unified (PnC) asr models (#143)
27+
- En TN Expands coverage for technical terms for TTS processing (#167)
28+
- En TN Money supports 'per unit' demarcation (e.g. `$20 per anum`) (#213)
29+
30+
831
## [r1.0.2] - 2024-05-03
932

1033
### Added
@@ -26,4 +49,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2649

2750
- Removed unused function from AR (Arabic) TN decimals (#165)
2851

29-

nemo_text_processing/package_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515

1616
MAJOR = 1
17-
MINOR = 0
18-
PATCH = 2
17+
MINOR = 1
18+
PATCH = 0
1919
PRE_RELEASE = ''
2020

2121
# Use the following formatting: (major, minor, patch, pre-release)

0 commit comments

Comments
 (0)