File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# 📜 BayesFilters changelog
22
3+ ## Version 0.6.2.0
4+
5+ ### Updates
6+ ##### ` Filtering classes `
7+ - Add ResamplingWithPrior class.
8+ - Add HistoryBuffer and EstimatesExtraction classes.
9+
10+ ##### ` Filtering Features `
11+ - Add 'all' option to skip() method of particle filters. This option is particularly useful to reset the internal status of the filters.
12+
13+ ##### ` Dependencies `
14+ - Removed Eigen::NullaryExpr() calls. Now the library can be compiled with any Eigen 3.3 version.
15+
16+ ##### ` Bugfix `
17+ - Windows is now fully supported and tested.
18+
19+ ##### ` Test `
20+ - Add Appveyor and Travis yml files. Tests still need to be improved.
21+
22+ ##### ` CMake `
23+ - Update CMake modules.
24+
25+
326## Version 0.6.1.0
427
528### Updates
629##### ` CMake `
730 - Update installation helper files, which are updated from YCM commit f162fcb.
831
32+
933## Version 0.6.0.1
1034
1135### Bugfixes
Original file line number Diff line number Diff line change 66
77project (BayesFilters
88 LANGUAGES CXX
9- VERSION 0.6.1 .0)
9+ VERSION 0.6.2 .0)
1010
1111set (CMAKE_CXX_STANDARD 11)
1212
You can’t perform that action at this time.
0 commit comments