Skip to content

Commit

Permalink
Tag v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klarh committed Jun 2, 2021
1 parent 7614687 commit 3df56bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.1.0 - 2021/06/02

Added:

- Add `group` argument to `Trajectory`

Fixed:

- Removed explicit dependency on tensorflow
- Don't attempt to reshape size-0 weight arrays
- Recursively find layers when searching for custom objects to save

# v1.0 - 2020/05/29

Changed:
Expand Down
2 changes: 1 addition & 1 deletion keras_gtar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit 3df56bf

Please sign in to comment.