Skip to content

Commit

Permalink
Updated version to v0.98.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Feb 11, 2019
1 parent 12d2477 commit dfc75d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif ()

set(LBANN_VERSION_MAJOR 0)
set(LBANN_VERSION_MINOR 98)
set(LBANN_VERSION_PATCH 0)
set(LBANN_VERSION_PATCH 1)

set(LBANN_VERSION "${LBANN_VERSION_MAJOR}.${LBANN_VERSION_MINOR}.${LBANN_VERSION_PATCH}")

Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ I/O & data readers:
Build system:

Retired features:

============================== Release Notes: v0.98.1 ==============================
Bug Fixes:
- Added missing header

============================== Release Notes: v0.98 ==============================
Support for new training algorithms:
- Hyperparameter exploration with Adam optimizers
Expand Down

0 comments on commit dfc75d6

Please sign in to comment.