We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26881df commit 06a7f88Copy full SHA for 06a7f88
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# 📜 BayesFilters changelog
2
3
+## Version 0.7.1.0
4
+##### `Bugfix`
5
+ - Fix WhiteNoiseAcceleration implementation.
6
+
7
8
## Version 0.7.0.0
9
##### `Filtering classes`
10
- Remove PFVisualCorrection::getVisualObservationModel() and PFVisualCorrection::setVisualObservationModel().
CMakeLists.txt
@@ -6,7 +6,7 @@ endif()
project(BayesFilters
LANGUAGES CXX
- VERSION 0.7.0.0)
+ VERSION 0.7.1.0)
11
set(CMAKE_CXX_STANDARD 11)
12
0 commit comments