Skip to content

Commit

Permalink
Release commit r1.1.0 (#217)
Browse files Browse the repository at this point in the history
* Release commit

Signed-off-by: Travis Bartley <[email protected]>

* updating changelog

Signed-off-by: Travis Bartley <[email protected]>

---------

Signed-off-by: Travis Bartley <[email protected]>
  • Loading branch information
tbartley94 authored Aug 21, 2024
1 parent e23f6e1 commit 8b47f36
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [r1.1.0] - 2024-08-20

### Added

- DE TN Electronic recognizes social media handles `@Nvidia` (#177)
- Japanese ITN Cardinal, Date, Decimal, Fraction, Ordinal, Time and Whitelist coverage (#141)

### Fixed

- Fixed Fr TN Electronic processing issue from (#166) (#181)
- Fixed En TN Electronic processing issue from (#166) (#185) (#206) (#207)
- Fixed It TN Electronic processing issue from (#166) (#183)
- Fixed Hu TN Electronic processing issue from (#166) (#184)


### Changed

- De TN Time coverage allows full stop delineation (e.g. `2.10h`) (#177)
- Es-En TN weights and data updated for unified (PnC) asr models (#143)
- En TN Expands coverage for technical terms for TTS processing (#167)
- En TN Money supports 'per unit' demarcation (e.g. `$20 per anum`) (#213)


## [r1.0.2] - 2024-05-03

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

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


4 changes: 2 additions & 2 deletions nemo_text_processing/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@


MAJOR = 1
MINOR = 0
PATCH = 2
MINOR = 1
PATCH = 0
PRE_RELEASE = ''

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

0 comments on commit 8b47f36

Please sign in to comment.