File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
+ 1.0.8 (2016-08-30)
5
+ ==================
6
+
7
+ * API changes:
8
+ * cisstDataGenerator: use std::vector instead of std::list for possible enum values/strings
9
+ * Deprecated features:
10
+ * None
11
+ * New features:
12
+ * cisstNumerical: nmrRegistrationRigid Python wrapper
13
+ * Bug fixes:
14
+ * cisstVector: fixed bug in RowPointers methods for dynamic matrices
15
+ * cisstOSAbstraction: fix serial port name on Windows when number greater than 9
16
+ * CMake: fixed configure_file @ONLY
17
+ * CMake: set messages as STATUS for informational messages
18
+ * CMake: cisstStereoVision looks explicitly for OpenCV 2
19
+
4
20
1.0.7 (2016-05-16)
5
21
==================
6
22
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ endif (CISST_BUILD_SHARED_LIBS)
70
70
# Set the version number
71
71
set (CISST_VERSION_MAJOR "1" )
72
72
set (CISST_VERSION_MINOR "0" )
73
- set (CISST_VERSION_PATCH "7 " )
73
+ set (CISST_VERSION_PATCH "8 " )
74
74
set (CISST_VERSION "${CISST_VERSION_MAJOR} .${CISST_VERSION_MINOR} .${CISST_VERSION_PATCH} " )
75
75
76
76
# To compile examples within this project
Original file line number Diff line number Diff line change 1
1
<package >
2
2
<name >cisst</name >
3
- <version >1.0.7 </version >
3
+ <version >1.0.8 </version >
4
4
<description >
5
5
This package provides the cisst libraries
6
6
</description >
You can’t perform that action at this time.
0 commit comments