Skip to content

Commit

Permalink
Bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilina Rajapakse committed Sep 6, 2020
1 parent 4db5164 commit cdcaf1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.48.0] - 2020-09-06

### Added

- Added dynamic quantization support for all models.
- Added ConvAI docs to documentation website. [@pablonm3](https://github.com/pablonm3)

## [0.47.6] - 2020-09-01

### Fixed

- Fixed missig `padding_strategy` argument in `squad_convert_example_to_features()` [cahya-wirawan](https://github.com/cahya-wirawan)
- Fixed missing `padding_strategy` argument in `squad_convert_example_to_features()` [cahya-wirawan](https://github.com/cahya-wirawan)

## [0.47.5] - 2020-09-01

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="simpletransformers",
version="0.47.7",
version="0.48.0",
author="Thilina Rajapakse",
author_email="chaturangarajapakshe@gmail.com",
description="An easy-to-use wrapper library for the Transformers library.",
Expand Down
2 changes: 1 addition & 1 deletion simpletransformers/conv_ai/conv_ai_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def interact_single(self, message, history, personality=None, encode_history=Tru
The history will be tokenized and encoded.
Returns:
out_text: the response generated by the model based on the personality, history and message.
out_text: The response generated by the model based on the personality, history and message.
history: The updated history of the conversation. If encode_history is True, this will be in text form.
If not, it will be in encoded form.
"""
Expand Down

0 comments on commit cdcaf1a

Please sign in to comment.