Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 't530' into 'master'
Browse files Browse the repository at this point in the history
Bump to 5.3

See merge request algorithm/taiyaki!381
  • Loading branch information
tmassingham-ont committed Nov 13, 2020
2 parents d04b340 + 22b1e46 commit 9672c66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Version numbers: major.minor.patch
* Minor version bump indicates a change in functionality that may affect users.
* Patch version bump indicates bug-fixes or minor improvements not expected to affect users.

## Unreleased
## v5.3.0
* Based on pytorch version 1.5
* Acceleration loss function lead to signifcant performance improvement
* Many bug fixes

## v5.0.0
* Based on pytorch version 1.2
Expand Down
2 changes: 1 addition & 1 deletion taiyaki/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Custard owns my heart!"""
__version_info__ = {
'major': 5,
'minor': 1,
'minor': 3,
'revision': 0,
}
__version__ = "{major}.{minor}.{revision}".format(**__version_info__)

0 comments on commit 9672c66

Please sign in to comment.