Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Sep 18, 2018
1 parent 8ce8e31 commit cd3434c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [0.2.2] - 2018-09-18
### Added
- The default_for_key metric decorator can now be used to pass arguments to the init of the inner metric
- The default metric for the key 'top_10_acc' is now the TopKCategoricalAccuracy metric with k set to 10
Expand Down
2 changes: 1 addition & 1 deletion torchbearer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.2.dev'
__version__ = '0.2.2'

0 comments on commit cd3434c

Please sign in to comment.