Skip to content

Commit

Permalink
Merge branch 'hotfix-v0.97.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanessen committed Nov 30, 2018
2 parents 51d0c7f + 5e9025a commit 7c36af8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ endif ()

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

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

# Check to see if we are in a git repo
find_program(__GIT_EXECUTABLE git)
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Build system:

Retired features:

============================== Release Notes: v0.97.1 ==============================
Bug Fixes:
- Removed deprecated header file include

============================== Release Notes: v0.97 ==============================
Support for new layers:
- Mean absolute error and L1 norm
Expand Down
1 change: 0 additions & 1 deletion src/callbacks/callback_ltfb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

#include "lbann/callbacks/callback_ltfb.hpp"
#include "lbann/callbacks/callback_imcomm.hpp"
#include "lbann/metrics/categorical_accuracy.hpp"
#include "lbann/utils/random.hpp"
#include <typeinfo>
#include <typeindex>
Expand Down

0 comments on commit 7c36af8

Please sign in to comment.