Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 22, 2022
1 parent ac00793 commit a230ae0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.3.0 (2022-05-22)
### Feature
* Adding a helper to trim unnecessary padding chars for faster training / generation ([#1](https://github.com/chanind/frame-semantic-transformer/issues/1)) ([`58e58a8`](https://github.com/chanind/frame-semantic-transformer/commit/58e58a8ee19da5a57b24d6aa8ab0a440fc9e1c93))

## v0.2.1 (2022-05-22)
### Fix
* Reverting to older lock file for mypy ([`08f0c63`](https://github.com/chanind/frame-semantic-transformer/commit/08f0c638f02d7b2dfd0589b8ace2232dfd3e9fb8))
Expand Down
2 changes: 1 addition & 1 deletion frame_semantic_transformer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.3.0"

from .FrameSemanticTransformer import (
FrameSemanticTransformer,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "frame-semantic-transformer"
version = "0.2.1"
version = "0.3.0"
description = "Frame Semantic Parser based on T5 and FrameNet"
repository = "https://github.com/chanind/frame-semantic-transformer"
authors = ["David Chanin <[email protected]>"]
Expand Down

0 comments on commit a230ae0

Please sign in to comment.