Skip to content

Commit 7c36af8

Browse files
committed
Merge branch 'hotfix-v0.97.1'
2 parents 51d0c7f + 5e9025a commit 7c36af8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ endif ()
4949

5050
set(LBANN_VERSION_MAJOR 0)
5151
set(LBANN_VERSION_MINOR 97)
52+
set(LBANN_VERSION_PATCH 1)
5253

53-
set(LBANN_VERSION "${LBANN_VERSION_MAJOR}.${LBANN_VERSION_MINOR}")
54+
set(LBANN_VERSION "${LBANN_VERSION_MAJOR}.${LBANN_VERSION_MINOR}.${LBANN_VERSION_PATCH}")
5455

5556
# Check to see if we are in a git repo
5657
find_program(__GIT_EXECUTABLE git)

ReleaseNotes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Build system:
1717

1818
Retired features:
1919

20+
============================== Release Notes: v0.97.1 ==============================
21+
Bug Fixes:
22+
- Removed deprecated header file include
23+
2024
============================== Release Notes: v0.97 ==============================
2125
Support for new layers:
2226
- Mean absolute error and L1 norm

src/callbacks/callback_ltfb.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
#include "lbann/callbacks/callback_ltfb.hpp"
2828
#include "lbann/callbacks/callback_imcomm.hpp"
29-
#include "lbann/metrics/categorical_accuracy.hpp"
3029
#include "lbann/utils/random.hpp"
3130
#include <typeinfo>
3231
#include <typeindex>

0 commit comments

Comments
 (0)