Skip to content

Commit

Permalink
Merge pull request #2803 from rcurtin/model-no-visitor
Browse files Browse the repository at this point in the history
Remove boost::visitor from `Model` classes
  • Loading branch information
jeffin143 committed Feb 7, 2021
2 parents 3b74b94 + b7f614a commit f96934d
Show file tree
Hide file tree
Showing 32 changed files with 3,450 additions and 3,458 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT.txt
Expand Up @@ -7,7 +7,7 @@ Source:

Files: *
Copyright:
Copyright 2008-2020, Ryan Curtin <ryan@ratml.org>
Copyright 2008-2021, Ryan Curtin <ryan@ratml.org>
Copyright 2008-2013, Bill March <march@gatech.edu>
Copyright 2008-2012, Dongryeol Lee <dongryel@cc.gatech.edu>
Copyright 2008-2013, Nishant Mehta <niche@cc.gatech.edu>
Expand Down
5 changes: 4 additions & 1 deletion HISTORY.md
Expand Up @@ -19,11 +19,14 @@
* HMM: add functions to calculate likelihood for data stream with/without
pre-calculated emission probability (#2142).

* Replace Boost serialization library by Cereal (#2458).
* Replace Boost serialization library with Cereal (#2458).

* Add `PYTHON_INSTALL_PREFIX` CMake option to specify installation root for
Python bindings (#2797).

* Removed `boost::visitor` from model classes for `knn`, `kfn`, `cf`,
`range_search`, `krann`, and `kde` bindings (#2803).

* Add k-means++ initialization strategy (#2813).

* `NegativeLogLikelihood<>` now expects classes in the range `0` to
Expand Down
1 change: 1 addition & 0 deletions src/mlpack/methods/cf/CMakeLists.txt
Expand Up @@ -5,6 +5,7 @@ set(SOURCES
cf_impl.hpp
cf_model.hpp
cf_model_impl.hpp
cf_model.cpp
svd_wrapper.hpp
svd_wrapper_impl.hpp
)
Expand Down

0 comments on commit f96934d

Please sign in to comment.