Skip to content

Commit

Permalink
Release minor version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimGus committed Apr 24, 2019
1 parent 6cb2d7d commit 33e4aa8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.4.2] - 2019-04-24
### Fixed
- Computation of the maximum number of examples that a choice could generate was 1 off. It could lead to a "sample larger than population" error.
- Entity marker not being removed from the generated text when the slot starts and ends with whitespaces
- Computation of the maximum number of examples that a choice could generate was 1 off. It could lead to a "sample larger than population" error

## [1.4.1] - 2019-03-07
### Changed
Expand Down Expand Up @@ -247,7 +250,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for slot value names
- Generator able to generate an output file in *Rasa NLU* format (without support for synonyms or regex features)

[Unreleased]: https://github.com/SimGus/Chatette/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/SimGus/Chatette/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/SimGus/Chatette/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/SimGus/Chatette/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/SimGus/Chatette/compare/v1.3.2...v1.4.0
[1.3.2]: https://github.com/SimGus/Chatette/compare/v1.3.1...v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="chatette",
version="1.4.1",
version="1.4.2",
description="A dataset generator for Rasa NLU",
author="SimGus",
license="MIT",
Expand Down

0 comments on commit 33e4aa8

Please sign in to comment.