Skip to content

Commit 162aba3

Browse files
Increase minor version number and update the changelog
1 parent c6b1017 commit 162aba3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# 📜 BayesFilters changelog
22

3+
## Version 0.7.0.0
4+
##### `Filtering classes`
5+
- Remove PFVisualCorrection::getVisualObservationModel() and PFVisualCorrection::setVisualObservationModel().
6+
7+
##### `Bugfix`
8+
- Fix PF prediction and correction move constructor (minor fix).
9+
10+
###### `CMake`
11+
- Threads is now a dependency of the exported library. This will solve a CMake error during configuration in CMake projects linking BayesFilters.
12+
- BayesFilters is now fully relocatable.
13+
14+
315
## Version 0.6.2.0
416

517
### Updates

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif()
66

77
project(BayesFilters
88
LANGUAGES CXX
9-
VERSION 0.6.2.0)
9+
VERSION 0.7.0.0)
1010

1111
set(CMAKE_CXX_STANDARD 11)
1212

0 commit comments

Comments
 (0)