Skip to content

Commit

Permalink
Increase patch version number and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiofantacci committed Jan 24, 2018
1 parent 14d0f1c commit fe4e960
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
# 📜 BayesFilters changelog

## Version 0.6.2.0

### Updates
##### `Filtering classes`
- Add ResamplingWithPrior class.
- Add HistoryBuffer and EstimatesExtraction classes.

##### `Filtering Features`
- Add 'all' option to skip() method of particle filters. This option is particularly useful to reset the internal status of the filters.

##### `Dependencies`
- Removed Eigen::NullaryExpr() calls. Now the library can be compiled with any Eigen 3.3 version.

##### `Bugfix`
- Windows is now fully supported and tested.

##### `Test`
- Add Appveyor and Travis yml files. Tests still need to be improved.

##### `CMake`
- Update CMake modules.


## Version 0.6.1.0

### Updates
##### `CMake`
- Update installation helper files, which are updated from YCM commit f162fcb.


## Version 0.6.0.1

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

project(BayesFilters
LANGUAGES CXX
VERSION 0.6.1.0)
VERSION 0.6.2.0)

set(CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit fe4e960

Please sign in to comment.