[mlpack] 36/40: Update to mlpack 2.0.1.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Feb 15 19:34:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 7d1886ee79dfae56e17523d8b3562455f825cb0e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Feb 4 17:40:30 2016 -0500

    Update to mlpack 2.0.1.
---
 Doxyfile                                                              | 2 +-
 doc/guide/build.hpp                                                   | 4 ++--
 src/mlpack/core.hpp                                                   | 2 +-
 src/mlpack/core/data/dataset_info.hpp                                 | 2 +-
 src/mlpack/core/data/dataset_info_impl.hpp                            | 2 +-
 src/mlpack/core/data/extension.hpp                                    | 2 +-
 src/mlpack/core/data/format.hpp                                       | 2 +-
 src/mlpack/core/data/load.hpp                                         | 2 +-
 src/mlpack/core/data/load_arff.hpp                                    | 2 +-
 src/mlpack/core/data/load_arff_impl.hpp                               | 2 +-
 src/mlpack/core/data/load_impl.hpp                                    | 2 +-
 src/mlpack/core/data/normalize_labels.hpp                             | 2 +-
 src/mlpack/core/data/normalize_labels_impl.hpp                        | 2 +-
 src/mlpack/core/data/save.hpp                                         | 2 +-
 src/mlpack/core/data/save_impl.hpp                                    | 2 +-
 src/mlpack/core/data/serialization_shim.hpp                           | 2 +-
 src/mlpack/core/dists/discrete_distribution.cpp                       | 2 +-
 src/mlpack/core/dists/discrete_distribution.hpp                       | 2 +-
 src/mlpack/core/dists/gaussian_distribution.cpp                       | 2 +-
 src/mlpack/core/dists/gaussian_distribution.hpp                       | 2 +-
 src/mlpack/core/dists/laplace_distribution.cpp                        | 2 +-
 src/mlpack/core/dists/laplace_distribution.hpp                        | 2 +-
 src/mlpack/core/dists/regression_distribution.cpp                     | 2 +-
 src/mlpack/core/dists/regression_distribution.hpp                     | 2 +-
 src/mlpack/core/kernels/cosine_distance.hpp                           | 2 +-
 src/mlpack/core/kernels/cosine_distance_impl.hpp                      | 2 +-
 src/mlpack/core/kernels/epanechnikov_kernel.cpp                       | 2 +-
 src/mlpack/core/kernels/epanechnikov_kernel.hpp                       | 2 +-
 src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp                  | 2 +-
 src/mlpack/core/kernels/example_kernel.hpp                            | 2 +-
 src/mlpack/core/kernels/gaussian_kernel.hpp                           | 2 +-
 src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp                 | 2 +-
 src/mlpack/core/kernels/kernel_traits.hpp                             | 2 +-
 src/mlpack/core/kernels/laplacian_kernel.hpp                          | 2 +-
 src/mlpack/core/kernels/linear_kernel.hpp                             | 2 +-
 src/mlpack/core/kernels/polynomial_kernel.hpp                         | 2 +-
 src/mlpack/core/kernels/pspectrum_string_kernel.cpp                   | 2 +-
 src/mlpack/core/kernels/pspectrum_string_kernel.hpp                   | 2 +-
 src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp              | 2 +-
 src/mlpack/core/kernels/spherical_kernel.hpp                          | 2 +-
 src/mlpack/core/kernels/triangular_kernel.hpp                         | 2 +-
 src/mlpack/core/math/clamp.hpp                                        | 2 +-
 src/mlpack/core/math/columns_to_blocks.cpp                            | 2 +-
 src/mlpack/core/math/columns_to_blocks.hpp                            | 2 +-
 src/mlpack/core/math/lin_alg.cpp                                      | 2 +-
 src/mlpack/core/math/lin_alg.hpp                                      | 2 +-
 src/mlpack/core/math/lin_alg_impl.hpp                                 | 2 +-
 src/mlpack/core/math/random.cpp                                       | 2 +-
 src/mlpack/core/math/random.hpp                                       | 2 +-
 src/mlpack/core/math/random_basis.cpp                                 | 2 +-
 src/mlpack/core/math/random_basis.hpp                                 | 2 +-
 src/mlpack/core/math/range.hpp                                        | 2 +-
 src/mlpack/core/math/range_impl.hpp                                   | 2 +-
 src/mlpack/core/math/round.hpp                                        | 2 +-
 src/mlpack/core/metrics/ip_metric.hpp                                 | 2 +-
 src/mlpack/core/metrics/ip_metric_impl.hpp                            | 2 +-
 src/mlpack/core/metrics/lmetric.hpp                                   | 2 +-
 src/mlpack/core/metrics/lmetric_impl.hpp                              | 2 +-
 src/mlpack/core/metrics/mahalanobis_distance.hpp                      | 2 +-
 src/mlpack/core/metrics/mahalanobis_distance_impl.hpp                 | 2 +-
 src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp          | 2 +-
 src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp | 2 +-
 .../core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp   | 2 +-
 src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp     | 2 +-
 .../core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp  | 2 +-
 .../core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp  | 2 +-
 src/mlpack/core/optimizers/lbfgs/lbfgs.hpp                            | 2 +-
 src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp                       | 2 +-
 src/mlpack/core/optimizers/lbfgs/test_functions.cpp                   | 2 +-
 src/mlpack/core/optimizers/lbfgs/test_functions.hpp                   | 2 +-
 src/mlpack/core/optimizers/sa/exponential_schedule.hpp                | 2 +-
 src/mlpack/core/optimizers/sa/sa.hpp                                  | 2 +-
 src/mlpack/core/optimizers/sa/sa_impl.hpp                             | 2 +-
 src/mlpack/core/optimizers/sdp/lrsdp.hpp                              | 2 +-
 src/mlpack/core/optimizers/sdp/lrsdp_function.hpp                     | 2 +-
 src/mlpack/core/optimizers/sdp/lrsdp_function_impl.hpp                | 2 +-
 src/mlpack/core/optimizers/sdp/lrsdp_impl.hpp                         | 2 +-
 src/mlpack/core/optimizers/sdp/primal_dual.hpp                        | 2 +-
 src/mlpack/core/optimizers/sdp/primal_dual_impl.hpp                   | 2 +-
 src/mlpack/core/optimizers/sdp/sdp.hpp                                | 2 +-
 src/mlpack/core/optimizers/sdp/sdp_impl.hpp                           | 2 +-
 src/mlpack/core/optimizers/sgd/sgd.hpp                                | 2 +-
 src/mlpack/core/optimizers/sgd/sgd_impl.hpp                           | 2 +-
 src/mlpack/core/optimizers/sgd/test_function.cpp                      | 2 +-
 src/mlpack/core/optimizers/sgd/test_function.hpp                      | 2 +-
 src/mlpack/core/tree/ballbound.hpp                                    | 2 +-
 src/mlpack/core/tree/ballbound_impl.hpp                               | 2 +-
 src/mlpack/core/tree/binary_space_tree.hpp                            | 2 +-
 src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp          | 2 +-
 src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp     | 2 +-
 .../core/tree/binary_space_tree/breadth_first_dual_tree_traverser.hpp | 2 +-
 .../tree/binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp | 2 +-
 src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp        | 2 +-
 src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp   | 2 +-
 src/mlpack/core/tree/binary_space_tree/mean_split.hpp                 | 2 +-
 src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp            | 2 +-
 src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp             | 2 +-
 src/mlpack/core/tree/binary_space_tree/midpoint_split_impl.hpp        | 2 +-
 src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp      | 2 +-
 src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp | 2 +-
 src/mlpack/core/tree/binary_space_tree/traits.hpp                     | 2 +-
 src/mlpack/core/tree/binary_space_tree/typedef.hpp                    | 2 +-
 src/mlpack/core/tree/bound_traits.hpp                                 | 2 +-
 src/mlpack/core/tree/bounds.hpp                                       | 2 +-
 src/mlpack/core/tree/cosine_tree/cosine_tree.cpp                      | 2 +-
 src/mlpack/core/tree/cosine_tree/cosine_tree.hpp                      | 2 +-
 src/mlpack/core/tree/cover_tree.hpp                                   | 2 +-
 src/mlpack/core/tree/cover_tree/cover_tree.hpp                        | 2 +-
 src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp                   | 2 +-
 src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp               | 2 +-
 src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp          | 2 +-
 src/mlpack/core/tree/cover_tree/first_point_is_root.hpp               | 2 +-
 src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp             | 2 +-
 src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp        | 2 +-
 src/mlpack/core/tree/cover_tree/traits.hpp                            | 2 +-
 src/mlpack/core/tree/cover_tree/typedef.hpp                           | 2 +-
 src/mlpack/core/tree/example_tree.hpp                                 | 2 +-
 src/mlpack/core/tree/hrectbound.hpp                                   | 2 +-
 src/mlpack/core/tree/hrectbound_impl.hpp                              | 2 +-
 src/mlpack/core/tree/rectangle_tree.hpp                               | 2 +-
 src/mlpack/core/tree/rectangle_tree/dual_tree_traverser.hpp           | 2 +-
 src/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp      | 2 +-
 src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split.hpp          | 2 +-
 src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split_impl.hpp     | 2 +-
 src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic.hpp | 2 +-
 .../core/tree/rectangle_tree/r_star_tree_descent_heuristic_impl.hpp   | 2 +-
 src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp             | 2 +-
 src/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp        | 2 +-
 src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic.hpp      | 2 +-
 src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic_impl.hpp | 2 +-
 src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp                  | 2 +-
 src/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp             | 2 +-
 src/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp                | 2 +-
 src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp           | 2 +-
 src/mlpack/core/tree/rectangle_tree/single_tree_traverser.hpp         | 2 +-
 src/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp    | 2 +-
 src/mlpack/core/tree/rectangle_tree/traits.hpp                        | 2 +-
 src/mlpack/core/tree/rectangle_tree/typedef.hpp                       | 2 +-
 src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp                  | 2 +-
 src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp             | 2 +-
 src/mlpack/core/tree/statistic.hpp                                    | 2 +-
 src/mlpack/core/tree/traversal_info.hpp                               | 2 +-
 src/mlpack/core/tree/tree_traits.hpp                                  | 2 +-
 src/mlpack/core/util/arma_config_check.hpp                            | 2 +-
 src/mlpack/core/util/arma_traits.hpp                                  | 2 +-
 src/mlpack/core/util/cli.cpp                                          | 2 +-
 src/mlpack/core/util/cli.hpp                                          | 2 +-
 src/mlpack/core/util/cli_deleter.cpp                                  | 2 +-
 src/mlpack/core/util/cli_deleter.hpp                                  | 2 +-
 src/mlpack/core/util/cli_impl.hpp                                     | 2 +-
 src/mlpack/core/util/log.cpp                                          | 2 +-
 src/mlpack/core/util/log.hpp                                          | 2 +-
 src/mlpack/core/util/nulloutstream.hpp                                | 2 +-
 src/mlpack/core/util/option.cpp                                       | 2 +-
 src/mlpack/core/util/option.hpp                                       | 2 +-
 src/mlpack/core/util/option_impl.hpp                                  | 2 +-
 src/mlpack/core/util/prefixedoutstream.cpp                            | 2 +-
 src/mlpack/core/util/prefixedoutstream.hpp                            | 2 +-
 src/mlpack/core/util/prefixedoutstream_impl.hpp                       | 2 +-
 src/mlpack/core/util/sfinae_utility.hpp                               | 2 +-
 src/mlpack/core/util/string_util.cpp                                  | 2 +-
 src/mlpack/core/util/string_util.hpp                                  | 2 +-
 src/mlpack/core/util/timers.cpp                                       | 2 +-
 src/mlpack/core/util/timers.hpp                                       | 2 +-
 src/mlpack/core/util/version.cpp                                      | 2 +-
 src/mlpack/core/util/version.hpp                                      | 2 +-
 src/mlpack/methods/adaboost/adaboost.hpp                              | 2 +-
 src/mlpack/methods/adaboost/adaboost_impl.hpp                         | 2 +-
 src/mlpack/methods/adaboost/adaboost_main.cpp                         | 2 +-
 src/mlpack/methods/amf/amf.hpp                                        | 2 +-
 src/mlpack/methods/amf/amf_impl.hpp                                   | 2 +-
 src/mlpack/methods/amf/init_rules/average_init.hpp                    | 2 +-
 src/mlpack/methods/amf/init_rules/random_acol_init.hpp                | 2 +-
 src/mlpack/methods/amf/init_rules/random_init.hpp                     | 2 +-
 .../amf/termination_policies/complete_incremental_termination.hpp     | 2 +-
 .../amf/termination_policies/incomplete_incremental_termination.hpp   | 2 +-
 .../methods/amf/termination_policies/max_iteration_termination.hpp    | 2 +-
 .../methods/amf/termination_policies/simple_residue_termination.hpp   | 2 +-
 .../methods/amf/termination_policies/simple_tolerance_termination.hpp | 2 +-
 .../methods/amf/termination_policies/validation_RMSE_termination.hpp  | 2 +-
 src/mlpack/methods/amf/update_rules/nmf_als.hpp                       | 2 +-
 src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp                 | 2 +-
 src/mlpack/methods/amf/update_rules/nmf_mult_div.hpp                  | 2 +-
 src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp            | 2 +-
 .../methods/amf/update_rules/svd_complete_incremental_learning.hpp    | 2 +-
 .../methods/amf/update_rules/svd_incomplete_incremental_learning.hpp  | 2 +-
 src/mlpack/methods/cf/cf.cpp                                          | 2 +-
 src/mlpack/methods/cf/cf.hpp                                          | 2 +-
 src/mlpack/methods/cf/cf_impl.hpp                                     | 2 +-
 src/mlpack/methods/cf/cf_main.cpp                                     | 2 +-
 src/mlpack/methods/cf/svd_wrapper.hpp                                 | 2 +-
 src/mlpack/methods/cf/svd_wrapper_impl.hpp                            | 2 +-
 src/mlpack/methods/decision_stump/decision_stump.hpp                  | 2 +-
 src/mlpack/methods/decision_stump/decision_stump_impl.hpp             | 2 +-
 src/mlpack/methods/decision_stump/decision_stump_main.cpp             | 2 +-
 src/mlpack/methods/det/det_main.cpp                                   | 2 +-
 src/mlpack/methods/det/dt_utils.cpp                                   | 2 +-
 src/mlpack/methods/det/dt_utils.hpp                                   | 2 +-
 src/mlpack/methods/det/dtree.cpp                                      | 2 +-
 src/mlpack/methods/det/dtree.hpp                                      | 2 +-
 src/mlpack/methods/emst/dtb.hpp                                       | 2 +-
 src/mlpack/methods/emst/dtb_impl.hpp                                  | 2 +-
 src/mlpack/methods/emst/dtb_rules.hpp                                 | 2 +-
 src/mlpack/methods/emst/dtb_rules_impl.hpp                            | 2 +-
 src/mlpack/methods/emst/dtb_stat.hpp                                  | 2 +-
 src/mlpack/methods/emst/edge_pair.hpp                                 | 2 +-
 src/mlpack/methods/emst/emst_main.cpp                                 | 2 +-
 src/mlpack/methods/emst/union_find.hpp                                | 2 +-
 src/mlpack/methods/fastmks/fastmks.hpp                                | 2 +-
 src/mlpack/methods/fastmks/fastmks_impl.hpp                           | 2 +-
 src/mlpack/methods/fastmks/fastmks_main.cpp                           | 2 +-
 src/mlpack/methods/fastmks/fastmks_model.cpp                          | 2 +-
 src/mlpack/methods/fastmks/fastmks_model.hpp                          | 2 +-
 src/mlpack/methods/fastmks/fastmks_model_impl.hpp                     | 2 +-
 src/mlpack/methods/fastmks/fastmks_rules.hpp                          | 2 +-
 src/mlpack/methods/fastmks/fastmks_rules_impl.hpp                     | 2 +-
 src/mlpack/methods/fastmks/fastmks_stat.hpp                           | 2 +-
 src/mlpack/methods/gmm/diagonal_constraint.hpp                        | 2 +-
 src/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp                | 2 +-
 src/mlpack/methods/gmm/em_fit.hpp                                     | 2 +-
 src/mlpack/methods/gmm/em_fit_impl.hpp                                | 2 +-
 src/mlpack/methods/gmm/gmm.cpp                                        | 2 +-
 src/mlpack/methods/gmm/gmm.hpp                                        | 2 +-
 src/mlpack/methods/gmm/gmm_generate_main.cpp                          | 2 +-
 src/mlpack/methods/gmm/gmm_impl.hpp                                   | 2 +-
 src/mlpack/methods/gmm/gmm_probability_main.cpp                       | 2 +-
 src/mlpack/methods/gmm/gmm_train_main.cpp                             | 2 +-
 src/mlpack/methods/gmm/no_constraint.hpp                              | 2 +-
 src/mlpack/methods/gmm/positive_definite_constraint.hpp               | 2 +-
 src/mlpack/methods/hmm/hmm.hpp                                        | 2 +-
 src/mlpack/methods/hmm/hmm_generate_main.cpp                          | 2 +-
 src/mlpack/methods/hmm/hmm_impl.hpp                                   | 2 +-
 src/mlpack/methods/hmm/hmm_loglik_main.cpp                            | 2 +-
 src/mlpack/methods/hmm/hmm_regression.hpp                             | 2 +-
 src/mlpack/methods/hmm/hmm_regression_impl.hpp                        | 2 +-
 src/mlpack/methods/hmm/hmm_train_main.cpp                             | 2 +-
 src/mlpack/methods/hmm/hmm_util.hpp                                   | 2 +-
 src/mlpack/methods/hmm/hmm_util_impl.hpp                              | 2 +-
 src/mlpack/methods/hmm/hmm_viterbi_main.cpp                           | 2 +-
 src/mlpack/methods/hoeffding_trees/binary_numeric_split.hpp           | 2 +-
 src/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp      | 2 +-
 src/mlpack/methods/hoeffding_trees/binary_numeric_split_info.hpp      | 2 +-
 src/mlpack/methods/hoeffding_trees/categorical_split_info.hpp         | 2 +-
 src/mlpack/methods/hoeffding_trees/gini_impurity.hpp                  | 2 +-
 src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split.hpp    | 2 +-
 .../methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp      | 2 +-
 src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split.hpp        | 2 +-
 src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp   | 2 +-
 src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp                 | 2 +-
 src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp            | 2 +-
 src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp            | 2 +-
 src/mlpack/methods/hoeffding_trees/information_gain.hpp               | 2 +-
 src/mlpack/methods/hoeffding_trees/numeric_split_info.hpp             | 2 +-
 src/mlpack/methods/hoeffding_trees/typedef.hpp                        | 2 +-
 src/mlpack/methods/kernel_pca/kernel_pca.hpp                          | 2 +-
 src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp                     | 2 +-
 src/mlpack/methods/kernel_pca/kernel_pca_main.cpp                     | 2 +-
 src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp           | 2 +-
 src/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp        | 2 +-
 src/mlpack/methods/kmeans/allow_empty_clusters.hpp                    | 2 +-
 src/mlpack/methods/kmeans/dual_tree_kmeans.hpp                        | 2 +-
 src/mlpack/methods/kmeans/dual_tree_kmeans_impl.hpp                   | 2 +-
 src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp                  | 2 +-
 src/mlpack/methods/kmeans/dual_tree_kmeans_rules_impl.hpp             | 2 +-
 src/mlpack/methods/kmeans/dual_tree_kmeans_statistic.hpp              | 2 +-
 src/mlpack/methods/kmeans/elkan_kmeans.hpp                            | 2 +-
 src/mlpack/methods/kmeans/elkan_kmeans_impl.hpp                       | 2 +-
 src/mlpack/methods/kmeans/hamerly_kmeans.hpp                          | 2 +-
 src/mlpack/methods/kmeans/hamerly_kmeans_impl.hpp                     | 2 +-
 src/mlpack/methods/kmeans/kmeans.hpp                                  | 2 +-
 src/mlpack/methods/kmeans/kmeans_impl.hpp                             | 2 +-
 src/mlpack/methods/kmeans/kmeans_main.cpp                             | 2 +-
 src/mlpack/methods/kmeans/max_variance_new_cluster.hpp                | 2 +-
 src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp           | 2 +-
 src/mlpack/methods/kmeans/naive_kmeans.hpp                            | 2 +-
 src/mlpack/methods/kmeans/naive_kmeans_impl.hpp                       | 2 +-
 src/mlpack/methods/kmeans/pelleg_moore_kmeans.hpp                     | 2 +-
 src/mlpack/methods/kmeans/pelleg_moore_kmeans_impl.hpp                | 2 +-
 src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules.hpp               | 2 +-
 src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules_impl.hpp          | 2 +-
 src/mlpack/methods/kmeans/pelleg_moore_kmeans_statistic.hpp           | 2 +-
 src/mlpack/methods/kmeans/random_partition.hpp                        | 2 +-
 src/mlpack/methods/kmeans/refined_start.hpp                           | 2 +-
 src/mlpack/methods/kmeans/refined_start_impl.hpp                      | 2 +-
 src/mlpack/methods/lars/lars.cpp                                      | 2 +-
 src/mlpack/methods/lars/lars.hpp                                      | 2 +-
 src/mlpack/methods/lars/lars_impl.hpp                                 | 2 +-
 src/mlpack/methods/lars/lars_main.cpp                                 | 2 +-
 src/mlpack/methods/linear_regression/linear_regression.cpp            | 2 +-
 src/mlpack/methods/linear_regression/linear_regression.hpp            | 2 +-
 src/mlpack/methods/linear_regression/linear_regression_main.cpp       | 2 +-
 src/mlpack/methods/local_coordinate_coding/lcc.cpp                    | 2 +-
 src/mlpack/methods/local_coordinate_coding/lcc.hpp                    | 2 +-
 src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp               | 2 +-
 src/mlpack/methods/local_coordinate_coding/lcc_main.cpp               | 2 +-
 src/mlpack/methods/logistic_regression/logistic_regression.hpp        | 2 +-
 .../methods/logistic_regression/logistic_regression_function.hpp      | 2 +-
 .../methods/logistic_regression/logistic_regression_function_impl.hpp | 2 +-
 src/mlpack/methods/logistic_regression/logistic_regression_impl.hpp   | 2 +-
 src/mlpack/methods/logistic_regression/logistic_regression_main.cpp   | 2 +-
 src/mlpack/methods/lsh/lsh_main.cpp                                   | 2 +-
 src/mlpack/methods/lsh/lsh_search.hpp                                 | 2 +-
 src/mlpack/methods/lsh/lsh_search_impl.hpp                            | 2 +-
 src/mlpack/methods/matrix_completion/matrix_completion.cpp            | 2 +-
 src/mlpack/methods/matrix_completion/matrix_completion.hpp            | 2 +-
 src/mlpack/methods/mean_shift/mean_shift.hpp                          | 2 +-
 src/mlpack/methods/mean_shift/mean_shift_impl.hpp                     | 2 +-
 src/mlpack/methods/mean_shift/mean_shift_main.cpp                     | 2 +-
 src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp             | 2 +-
 src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp        | 2 +-
 src/mlpack/methods/naive_bayes/nbc_main.cpp                           | 2 +-
 src/mlpack/methods/nca/nca.hpp                                        | 2 +-
 src/mlpack/methods/nca/nca_impl.hpp                                   | 2 +-
 src/mlpack/methods/nca/nca_main.cpp                                   | 2 +-
 src/mlpack/methods/nca/nca_softmax_error_function.hpp                 | 2 +-
 src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp            | 2 +-
 src/mlpack/methods/neighbor_search/allkfn_main.cpp                    | 2 +-
 src/mlpack/methods/neighbor_search/allknn_main.cpp                    | 2 +-
 src/mlpack/methods/neighbor_search/neighbor_search.hpp                | 2 +-
 src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp           | 2 +-
 src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp          | 2 +-
 src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp     | 2 +-
 src/mlpack/methods/neighbor_search/neighbor_search_stat.hpp           | 2 +-
 src/mlpack/methods/neighbor_search/ns_model.hpp                       | 2 +-
 src/mlpack/methods/neighbor_search/ns_model_impl.hpp                  | 2 +-
 src/mlpack/methods/neighbor_search/ns_traversal_info.hpp              | 2 +-
 .../methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp  | 2 +-
 .../methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp  | 2 +-
 .../neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp     | 2 +-
 .../methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp   | 2 +-
 .../methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp   | 2 +-
 .../neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp      | 2 +-
 src/mlpack/methods/neighbor_search/typedef.hpp                        | 2 +-
 src/mlpack/methods/neighbor_search/unmap.cpp                          | 2 +-
 src/mlpack/methods/neighbor_search/unmap.hpp                          | 2 +-
 src/mlpack/methods/nmf/nmf_main.cpp                                   | 2 +-
 src/mlpack/methods/nystroem_method/kmeans_selection.hpp               | 2 +-
 src/mlpack/methods/nystroem_method/nystroem_method.hpp                | 2 +-
 src/mlpack/methods/nystroem_method/nystroem_method_impl.hpp           | 2 +-
 src/mlpack/methods/nystroem_method/ordered_selection.hpp              | 2 +-
 src/mlpack/methods/nystroem_method/random_selection.hpp               | 2 +-
 src/mlpack/methods/pca/pca.cpp                                        | 2 +-
 src/mlpack/methods/pca/pca.hpp                                        | 2 +-
 src/mlpack/methods/pca/pca_main.cpp                                   | 2 +-
 src/mlpack/methods/perceptron/initialization_methods/random_init.hpp  | 2 +-
 src/mlpack/methods/perceptron/initialization_methods/zero_init.hpp    | 2 +-
 .../methods/perceptron/learning_policies/simple_weight_update.hpp     | 2 +-
 src/mlpack/methods/perceptron/perceptron.hpp                          | 2 +-
 src/mlpack/methods/perceptron/perceptron_impl.hpp                     | 2 +-
 src/mlpack/methods/perceptron/perceptron_main.cpp                     | 2 +-
 src/mlpack/methods/quic_svd/quic_svd.hpp                              | 2 +-
 src/mlpack/methods/quic_svd/quic_svd_impl.hpp                         | 2 +-
 src/mlpack/methods/radical/radical.cpp                                | 2 +-
 src/mlpack/methods/radical/radical.hpp                                | 2 +-
 src/mlpack/methods/radical/radical_main.cpp                           | 2 +-
 src/mlpack/methods/range_search/range_search.hpp                      | 2 +-
 src/mlpack/methods/range_search/range_search_impl.hpp                 | 2 +-
 src/mlpack/methods/range_search/range_search_main.cpp                 | 2 +-
 src/mlpack/methods/range_search/range_search_rules.hpp                | 2 +-
 src/mlpack/methods/range_search/range_search_rules_impl.hpp           | 2 +-
 src/mlpack/methods/range_search/range_search_stat.hpp                 | 2 +-
 src/mlpack/methods/range_search/rs_model.cpp                          | 2 +-
 src/mlpack/methods/range_search/rs_model.hpp                          | 2 +-
 src/mlpack/methods/range_search/rs_model_impl.hpp                     | 2 +-
 src/mlpack/methods/rann/allkrann_main.cpp                             | 2 +-
 src/mlpack/methods/rann/ra_model.hpp                                  | 2 +-
 src/mlpack/methods/rann/ra_model_impl.hpp                             | 2 +-
 src/mlpack/methods/rann/ra_query_stat.hpp                             | 2 +-
 src/mlpack/methods/rann/ra_search.hpp                                 | 2 +-
 src/mlpack/methods/rann/ra_search_impl.hpp                            | 2 +-
 src/mlpack/methods/rann/ra_search_rules.hpp                           | 2 +-
 src/mlpack/methods/rann/ra_search_rules_impl.hpp                      | 2 +-
 src/mlpack/methods/rann/ra_typedef.hpp                                | 2 +-
 src/mlpack/methods/rann/ra_util.cpp                                   | 2 +-
 src/mlpack/methods/rann/ra_util.hpp                                   | 2 +-
 src/mlpack/methods/regularized_svd/regularized_svd.hpp                | 2 +-
 src/mlpack/methods/regularized_svd/regularized_svd_function.cpp       | 2 +-
 src/mlpack/methods/regularized_svd/regularized_svd_function.hpp       | 2 +-
 src/mlpack/methods/regularized_svd/regularized_svd_impl.hpp           | 2 +-
 src/mlpack/methods/softmax_regression/softmax_regression.hpp          | 2 +-
 src/mlpack/methods/softmax_regression/softmax_regression_function.cpp | 2 +-
 src/mlpack/methods/softmax_regression/softmax_regression_function.hpp | 2 +-
 src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp     | 2 +-
 src/mlpack/methods/softmax_regression/softmax_regression_main.cpp     | 2 +-
 src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp              | 2 +-
 src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp              | 2 +-
 src/mlpack/methods/sparse_autoencoder/sparse_autoencoder.hpp          | 2 +-
 src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.cpp | 2 +-
 src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp | 2 +-
 src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_impl.hpp     | 2 +-
 .../methods/sparse_coding/data_dependent_random_initializer.hpp       | 2 +-
 src/mlpack/methods/sparse_coding/nothing_initializer.hpp              | 2 +-
 src/mlpack/methods/sparse_coding/random_initializer.hpp               | 2 +-
 src/mlpack/methods/sparse_coding/sparse_coding.cpp                    | 2 +-
 src/mlpack/methods/sparse_coding/sparse_coding.hpp                    | 2 +-
 src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp               | 2 +-
 src/mlpack/methods/sparse_coding/sparse_coding_main.cpp               | 2 +-
 src/mlpack/prereqs.hpp                                                | 2 +-
 src/mlpack/tests/adaboost_test.cpp                                    | 2 +-
 src/mlpack/tests/allkfn_test.cpp                                      | 2 +-
 src/mlpack/tests/allknn_test.cpp                                      | 2 +-
 src/mlpack/tests/allkrann_search_test.cpp                             | 2 +-
 src/mlpack/tests/armadillo_svd_test.cpp                               | 2 +-
 src/mlpack/tests/aug_lagrangian_test.cpp                              | 2 +-
 src/mlpack/tests/cf_test.cpp                                          | 2 +-
 src/mlpack/tests/cli_test.cpp                                         | 2 +-
 src/mlpack/tests/cosine_tree_test.cpp                                 | 2 +-
 src/mlpack/tests/decision_stump_test.cpp                              | 2 +-
 src/mlpack/tests/det_test.cpp                                         | 2 +-
 src/mlpack/tests/distribution_test.cpp                                | 2 +-
 src/mlpack/tests/emst_test.cpp                                        | 2 +-
 src/mlpack/tests/fastmks_test.cpp                                     | 2 +-
 src/mlpack/tests/gmm_test.cpp                                         | 2 +-
 src/mlpack/tests/hmm_test.cpp                                         | 2 +-
 src/mlpack/tests/hoeffding_tree_test.cpp                              | 2 +-
 src/mlpack/tests/kernel_pca_test.cpp                                  | 2 +-
 src/mlpack/tests/kernel_test.cpp                                      | 2 +-
 src/mlpack/tests/kernel_traits_test.cpp                               | 2 +-
 src/mlpack/tests/kmeans_test.cpp                                      | 2 +-
 src/mlpack/tests/lars_test.cpp                                        | 2 +-
 src/mlpack/tests/layer_traits_test.cpp                                | 2 +-
 src/mlpack/tests/lbfgs_test.cpp                                       | 2 +-
 src/mlpack/tests/lin_alg_test.cpp                                     | 2 +-
 src/mlpack/tests/linear_regression_test.cpp                           | 2 +-
 src/mlpack/tests/load_save_test.cpp                                   | 2 +-
 src/mlpack/tests/local_coordinate_coding_test.cpp                     | 2 +-
 src/mlpack/tests/log_test.cpp                                         | 2 +-
 src/mlpack/tests/logistic_regression_test.cpp                         | 2 +-
 src/mlpack/tests/lrsdp_test.cpp                                       | 2 +-
 src/mlpack/tests/lsh_test.cpp                                         | 2 +-
 src/mlpack/tests/math_test.cpp                                        | 2 +-
 src/mlpack/tests/matrix_completion_test.cpp                           | 2 +-
 src/mlpack/tests/maximal_inputs_test.cpp                              | 2 +-
 src/mlpack/tests/mean_shift_test.cpp                                  | 2 +-
 src/mlpack/tests/metric_test.cpp                                      | 2 +-
 src/mlpack/tests/mlpack_test.cpp                                      | 2 +-
 src/mlpack/tests/nbc_test.cpp                                         | 2 +-
 src/mlpack/tests/nca_test.cpp                                         | 2 +-
 src/mlpack/tests/nmf_test.cpp                                         | 2 +-
 src/mlpack/tests/nystroem_method_test.cpp                             | 2 +-
 src/mlpack/tests/old_boost_test_definitions.hpp                       | 2 +-
 src/mlpack/tests/pca_test.cpp                                         | 2 +-
 src/mlpack/tests/perceptron_test.cpp                                  | 2 +-
 src/mlpack/tests/quic_svd_test.cpp                                    | 2 +-
 src/mlpack/tests/radical_test.cpp                                     | 2 +-
 src/mlpack/tests/range_search_test.cpp                                | 2 +-
 src/mlpack/tests/rectangle_tree_test.cpp                              | 2 +-
 src/mlpack/tests/regularized_svd_test.cpp                             | 2 +-
 src/mlpack/tests/sa_test.cpp                                          | 2 +-
 src/mlpack/tests/sdp_primal_dual_test.cpp                             | 2 +-
 src/mlpack/tests/serialization.cpp                                    | 2 +-
 src/mlpack/tests/serialization.hpp                                    | 2 +-
 src/mlpack/tests/serialization_test.cpp                               | 2 +-
 src/mlpack/tests/sgd_test.cpp                                         | 2 +-
 src/mlpack/tests/softmax_regression_test.cpp                          | 2 +-
 src/mlpack/tests/sort_policy_test.cpp                                 | 2 +-
 src/mlpack/tests/sparse_autoencoder_test.cpp                          | 2 +-
 src/mlpack/tests/sparse_coding_test.cpp                               | 2 +-
 src/mlpack/tests/svd_batch_test.cpp                                   | 2 +-
 src/mlpack/tests/svd_incremental_test.cpp                             | 2 +-
 src/mlpack/tests/termination_policy_test.cpp                          | 2 +-
 src/mlpack/tests/tree_test.cpp                                        | 2 +-
 src/mlpack/tests/tree_traits_test.cpp                                 | 2 +-
 src/mlpack/tests/union_find_test.cpp                                  | 2 +-
 464 files changed, 465 insertions(+), 465 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 9b96e99..f9baa7d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = mlpack
-PROJECT_NUMBER         = 2.0.0
+PROJECT_NUMBER         = 2.0.1
 OUTPUT_DIRECTORY       = ./doc
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 1bacf27..20f33f8 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -9,14 +9,14 @@ and installed.
 
 @section Download latest mlpack build
 Download latest mlpack build from here: <a
-href="http://www.mlpack.org/files/mlpack-2.0.0.tar.gz">mlpack-2.0.0</a>
+href="http://www.mlpack.org/files/mlpack-2.0.1.tar.gz">mlpack-2.0.1</a>
 
 @section builddir Creating Build Directory
 
 Once the mlpack source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-2.0.0
+$ cd mlpack-2.0.1
 $ mkdir build
 @endcode
 
diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index c226bb6..ee0a5bd 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -4,7 +4,7 @@
  * Include all of the base components required to write MLPACK methods, and the
  * main MLPACK Doxygen documentation.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/dataset_info.hpp b/src/mlpack/core/data/dataset_info.hpp
index e8b14b5..09c6762 100644
--- a/src/mlpack/core/data/dataset_info.hpp
+++ b/src/mlpack/core/data/dataset_info.hpp
@@ -6,7 +6,7 @@
  * is useful when the dataset contains categorical non-numeric features that
  * needs to be mapped to categorical numeric features.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/dataset_info_impl.hpp b/src/mlpack/core/data/dataset_info_impl.hpp
index 2bc4993..20847da 100644
--- a/src/mlpack/core/data/dataset_info_impl.hpp
+++ b/src/mlpack/core/data/dataset_info_impl.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of the DatasetInfo class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/extension.hpp b/src/mlpack/core/data/extension.hpp
index 4e844e2..bb4c06e 100644
--- a/src/mlpack/core/data/extension.hpp
+++ b/src/mlpack/core/data/extension.hpp
@@ -5,7 +5,7 @@
  * Given a filename, extract its extension.  This is used by data::Load() and
  * data::Save().
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/format.hpp b/src/mlpack/core/data/format.hpp
index 3a6c9b1..6ea5bc7 100644
--- a/src/mlpack/core/data/format.hpp
+++ b/src/mlpack/core/data/format.hpp
@@ -5,7 +5,7 @@
  * Define the formats that can be used by mlpack's Load() and Save() mechanisms
  * via boost::serialization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/load.hpp b/src/mlpack/core/data/load.hpp
index 006de9f..8a00f0a 100644
--- a/src/mlpack/core/data/load.hpp
+++ b/src/mlpack/core/data/load.hpp
@@ -6,7 +6,7 @@
  * not transpose matrices on input, and it allows us to give better error
  * output.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/load_arff.hpp b/src/mlpack/core/data/load_arff.hpp
index ab3093b..cd88837 100644
--- a/src/mlpack/core/data/load_arff.hpp
+++ b/src/mlpack/core/data/load_arff.hpp
@@ -4,7 +4,7 @@
  *
  * Load an ARFF dataset.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/load_arff_impl.hpp b/src/mlpack/core/data/load_arff_impl.hpp
index 88e4282..9187049 100644
--- a/src/mlpack/core/data/load_arff_impl.hpp
+++ b/src/mlpack/core/data/load_arff_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Load an ARFF dataset.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/load_impl.hpp b/src/mlpack/core/data/load_impl.hpp
index d662f39..e11b0b2 100644
--- a/src/mlpack/core/data/load_impl.hpp
+++ b/src/mlpack/core/data/load_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of templatized load() function defined in load.hpp.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/normalize_labels.hpp b/src/mlpack/core/data/normalize_labels.hpp
index c508337..cfda0d6 100644
--- a/src/mlpack/core/data/normalize_labels.hpp
+++ b/src/mlpack/core/data/normalize_labels.hpp
@@ -6,7 +6,7 @@
  * {-1, 1} or otherwise.  The purpose of this function is to normalize labels to
  * {0, 1, 2, ...} and provide a mapping back to those labels.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/normalize_labels_impl.hpp b/src/mlpack/core/data/normalize_labels_impl.hpp
index 5e318a8..104b8a3 100644
--- a/src/mlpack/core/data/normalize_labels_impl.hpp
+++ b/src/mlpack/core/data/normalize_labels_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of label normalization functions; these are useful for mapping
  * labels to the range [0, n).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/save.hpp b/src/mlpack/core/data/save.hpp
index 7447ad3..82fd4dd 100644
--- a/src/mlpack/core/data/save.hpp
+++ b/src/mlpack/core/data/save.hpp
@@ -6,7 +6,7 @@
  * not transpose matrices upon saving, and it allows us to give better error
  * output.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/save_impl.hpp b/src/mlpack/core/data/save_impl.hpp
index 7661c94..c37616f 100644
--- a/src/mlpack/core/data/save_impl.hpp
+++ b/src/mlpack/core/data/save_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of save functionality.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/data/serialization_shim.hpp b/src/mlpack/core/data/serialization_shim.hpp
index cf6b403..a28ed6d 100644
--- a/src/mlpack/core/data/serialization_shim.hpp
+++ b/src/mlpack/core/data/serialization_shim.hpp
@@ -8,7 +8,7 @@
  * This allows our mlpack naming conventions to remain intact, and only costs a
  * small amount of ridiculous template metaprogramming.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/dists/discrete_distribution.cpp b/src/mlpack/core/dists/discrete_distribution.cpp
index 9ed5a63..bbf6b6b 100644
--- a/src/mlpack/core/dists/discrete_distribution.cpp
+++ b/src/mlpack/core/dists/discrete_distribution.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of DiscreteDistribution probability distribution.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/dists/discrete_distribution.hpp b/src/mlpack/core/dists/discrete_distribution.hpp
index 4452c87..ccbb81c 100644
--- a/src/mlpack/core/dists/discrete_distribution.hpp
+++ b/src/mlpack/core/dists/discrete_distribution.hpp
@@ -5,7 +5,7 @@
  * Implementation of the discrete distribution, where each discrete observation
  * has a given probability.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/dists/gaussian_distribution.cpp b/src/mlpack/core/dists/gaussian_distribution.cpp
index 14a0c20..df247c9 100644
--- a/src/mlpack/core/dists/gaussian_distribution.cpp
+++ b/src/mlpack/core/dists/gaussian_distribution.cpp
@@ -5,7 +5,7 @@
  *
  * Implementation of Gaussian distribution class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/dists/gaussian_distribution.hpp b/src/mlpack/core/dists/gaussian_distribution.hpp
index 5caefd8..7f83200 100644
--- a/src/mlpack/core/dists/gaussian_distribution.hpp
+++ b/src/mlpack/core/dists/gaussian_distribution.hpp
@@ -5,7 +5,7 @@
  *
  * Implementation of the Gaussian distribution.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/dists/laplace_distribution.cpp b/src/mlpack/core/dists/laplace_distribution.cpp
index ee35c21..c582d3e 100644
--- a/src/mlpack/core/dists/laplace_distribution.cpp
+++ b/src/mlpack/core/dists/laplace_distribution.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of Laplace distribution.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/dists/laplace_distribution.hpp b/src/mlpack/core/dists/laplace_distribution.hpp
index 71c6780..cba0c84 100644
--- a/src/mlpack/core/dists/laplace_distribution.hpp
+++ b/src/mlpack/core/dists/laplace_distribution.hpp
@@ -4,7 +4,7 @@
  *
  * Laplace (double exponential) distribution used in SA.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/dists/regression_distribution.cpp b/src/mlpack/core/dists/regression_distribution.cpp
index 6c77480..e02c10f 100644
--- a/src/mlpack/core/dists/regression_distribution.cpp
+++ b/src/mlpack/core/dists/regression_distribution.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of conditional Gaussian distribution for HMM regression (HMMR)
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/dists/regression_distribution.hpp b/src/mlpack/core/dists/regression_distribution.hpp
index 7f51026..04a632a 100644
--- a/src/mlpack/core/dists/regression_distribution.hpp
+++ b/src/mlpack/core/dists/regression_distribution.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of conditional Gaussian distribution for HMM regression (HMMR)
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/cosine_distance.hpp b/src/mlpack/core/kernels/cosine_distance.hpp
index 58aa308..e9ad05a 100644
--- a/src/mlpack/core/kernels/cosine_distance.hpp
+++ b/src/mlpack/core/kernels/cosine_distance.hpp
@@ -5,7 +5,7 @@
  * This implements the cosine distance (or cosine similarity) between two
  * vectors, which is a measure of the angle between the two vectors.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/cosine_distance_impl.hpp b/src/mlpack/core/kernels/cosine_distance_impl.hpp
index 1c6314c..4147797 100644
--- a/src/mlpack/core/kernels/cosine_distance_impl.hpp
+++ b/src/mlpack/core/kernels/cosine_distance_impl.hpp
@@ -4,7 +4,7 @@
  *
  * This implements the cosine distance.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/epanechnikov_kernel.cpp b/src/mlpack/core/kernels/epanechnikov_kernel.cpp
index d2a99f6..2dd12cc 100644
--- a/src/mlpack/core/kernels/epanechnikov_kernel.cpp
+++ b/src/mlpack/core/kernels/epanechnikov_kernel.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of non-template Epanechnikov kernels.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/epanechnikov_kernel.hpp b/src/mlpack/core/kernels/epanechnikov_kernel.hpp
index abb2147..b692838 100644
--- a/src/mlpack/core/kernels/epanechnikov_kernel.hpp
+++ b/src/mlpack/core/kernels/epanechnikov_kernel.hpp
@@ -4,7 +4,7 @@
  *
  * Definition of the Epanechnikov kernel.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp b/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp
index f1453af..ad401f3 100644
--- a/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp
+++ b/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of template-based Epanechnikov kernel functions.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/example_kernel.hpp b/src/mlpack/core/kernels/example_kernel.hpp
index bad927c..2952dea 100644
--- a/src/mlpack/core/kernels/example_kernel.hpp
+++ b/src/mlpack/core/kernels/example_kernel.hpp
@@ -5,7 +5,7 @@
  * This is an example kernel.  If you are making your own kernel, follow the
  * outline specified in this file.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/gaussian_kernel.hpp b/src/mlpack/core/kernels/gaussian_kernel.hpp
index cdc8c24..9327a48 100644
--- a/src/mlpack/core/kernels/gaussian_kernel.hpp
+++ b/src/mlpack/core/kernels/gaussian_kernel.hpp
@@ -6,7 +6,7 @@
  *
  * Implementation of the Gaussian kernel (GaussianKernel).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp b/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp
index 1c8c89f..37b1a4f 100644
--- a/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp
+++ b/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the hyperbolic tangent kernel.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/kernel_traits.hpp b/src/mlpack/core/kernels/kernel_traits.hpp
index f600750..f5df3b0 100644
--- a/src/mlpack/core/kernels/kernel_traits.hpp
+++ b/src/mlpack/core/kernels/kernel_traits.hpp
@@ -5,7 +5,7 @@
  * This provides the KernelTraits class, a template class to get information
  * about various kernels.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/laplacian_kernel.hpp b/src/mlpack/core/kernels/laplacian_kernel.hpp
index 5c1e936..b4a6636 100644
--- a/src/mlpack/core/kernels/laplacian_kernel.hpp
+++ b/src/mlpack/core/kernels/laplacian_kernel.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the Laplacian kernel (LaplacianKernel).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/linear_kernel.hpp b/src/mlpack/core/kernels/linear_kernel.hpp
index 9ad08ad..faec39e 100644
--- a/src/mlpack/core/kernels/linear_kernel.hpp
+++ b/src/mlpack/core/kernels/linear_kernel.hpp
@@ -6,7 +6,7 @@
  *
  * Implementation of the linear kernel (just the standard dot product).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/polynomial_kernel.hpp b/src/mlpack/core/kernels/polynomial_kernel.hpp
index 34bfbe4..91d1b20 100644
--- a/src/mlpack/core/kernels/polynomial_kernel.hpp
+++ b/src/mlpack/core/kernels/polynomial_kernel.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the polynomial kernel (just the standard dot product).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/pspectrum_string_kernel.cpp b/src/mlpack/core/kernels/pspectrum_string_kernel.cpp
index edcd04b..841bac1 100644
--- a/src/mlpack/core/kernels/pspectrum_string_kernel.cpp
+++ b/src/mlpack/core/kernels/pspectrum_string_kernel.cpp
@@ -8,7 +8,7 @@
  * strings; then, the actual strings are given to the PSpectrumStringKernel at
  * construction time, and the kernel knows to map the indices to actual strings.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/pspectrum_string_kernel.hpp b/src/mlpack/core/kernels/pspectrum_string_kernel.hpp
index 992af6e..b320473 100644
--- a/src/mlpack/core/kernels/pspectrum_string_kernel.hpp
+++ b/src/mlpack/core/kernels/pspectrum_string_kernel.hpp
@@ -8,7 +8,7 @@
  * strings; then, the actual strings are given to the PSpectrumStringKernel at
  * construction time, and the kernel knows to map the indices to actual strings.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp b/src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp
index a771aab..a3d7a23 100644
--- a/src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp
+++ b/src/mlpack/core/kernels/pspectrum_string_kernel_impl.hpp
@@ -8,7 +8,7 @@
  * strings; then, the actual strings are given to the PSpectrumStringKernel at
  * construction time, and the kernel knows to map the indices to actual strings.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/spherical_kernel.hpp b/src/mlpack/core/kernels/spherical_kernel.hpp
index d57d520..fbdb1c0 100644
--- a/src/mlpack/core/kernels/spherical_kernel.hpp
+++ b/src/mlpack/core/kernels/spherical_kernel.hpp
@@ -2,7 +2,7 @@
  * @file spherical_kernel.hpp
  * @author Neil Slagle
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/kernels/triangular_kernel.hpp b/src/mlpack/core/kernels/triangular_kernel.hpp
index 3153b96..ea047ad 100644
--- a/src/mlpack/core/kernels/triangular_kernel.hpp
+++ b/src/mlpack/core/kernels/triangular_kernel.hpp
@@ -4,7 +4,7 @@
  *
  * Definition and implementation of the trivially simple triangular kernel.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/clamp.hpp b/src/mlpack/core/math/clamp.hpp
index 682d288..ec54b8d 100644
--- a/src/mlpack/core/math/clamp.hpp
+++ b/src/mlpack/core/math/clamp.hpp
@@ -3,7 +3,7 @@
  *
  * Miscellaneous math clamping routines.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/columns_to_blocks.cpp b/src/mlpack/core/math/columns_to_blocks.cpp
index 6ff3324..819d369 100644
--- a/src/mlpack/core/math/columns_to_blocks.cpp
+++ b/src/mlpack/core/math/columns_to_blocks.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the ColumnsToBlocks class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/columns_to_blocks.hpp b/src/mlpack/core/math/columns_to_blocks.hpp
index cbb8d72..ed2e993 100644
--- a/src/mlpack/core/math/columns_to_blocks.hpp
+++ b/src/mlpack/core/math/columns_to_blocks.hpp
@@ -5,7 +5,7 @@
  * A helper class that could be useful for visualizing the output of
  * MaximalInputs() and possibly other things.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/lin_alg.cpp b/src/mlpack/core/math/lin_alg.cpp
index e5da01e..4306c70 100644
--- a/src/mlpack/core/math/lin_alg.cpp
+++ b/src/mlpack/core/math/lin_alg.cpp
@@ -4,7 +4,7 @@
  *
  * Linear algebra utilities.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/lin_alg.hpp b/src/mlpack/core/math/lin_alg.hpp
index 5c25cea..78e176f 100644
--- a/src/mlpack/core/math/lin_alg.hpp
+++ b/src/mlpack/core/math/lin_alg.hpp
@@ -4,7 +4,7 @@
  *
  * Linear algebra utilities.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/lin_alg_impl.hpp b/src/mlpack/core/math/lin_alg_impl.hpp
index 8190b54..235c3de 100644
--- a/src/mlpack/core/math/lin_alg_impl.hpp
+++ b/src/mlpack/core/math/lin_alg_impl.hpp
@@ -2,7 +2,7 @@
  * @file lin_alg_impl.hpp
  * @author Stephen Tu
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/random.cpp b/src/mlpack/core/math/random.cpp
index d62a58e..ea4261e 100644
--- a/src/mlpack/core/math/random.cpp
+++ b/src/mlpack/core/math/random.cpp
@@ -3,7 +3,7 @@
  *
  * Declarations of global random number generators.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/random.hpp b/src/mlpack/core/math/random.hpp
index 5e545cb..59c7ec2 100644
--- a/src/mlpack/core/math/random.hpp
+++ b/src/mlpack/core/math/random.hpp
@@ -3,7 +3,7 @@
  *
  * Miscellaneous math random-related routines.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/random_basis.cpp b/src/mlpack/core/math/random_basis.cpp
index 0a39db6..38f955b 100644
--- a/src/mlpack/core/math/random_basis.cpp
+++ b/src/mlpack/core/math/random_basis.cpp
@@ -4,7 +4,7 @@
  *
  * Generate a random d-dimensional basis.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/random_basis.hpp b/src/mlpack/core/math/random_basis.hpp
index 75201c6..a604c0e 100644
--- a/src/mlpack/core/math/random_basis.hpp
+++ b/src/mlpack/core/math/random_basis.hpp
@@ -4,7 +4,7 @@
  *
  * Generate a random d-dimensional basis.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/range.hpp b/src/mlpack/core/math/range.hpp
index f396768..8ee2536 100644
--- a/src/mlpack/core/math/range.hpp
+++ b/src/mlpack/core/math/range.hpp
@@ -4,7 +4,7 @@
  * Definition of the Range class, which represents a simple range with a lower
  * and upper bound.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/range_impl.hpp b/src/mlpack/core/math/range_impl.hpp
index a9fe360..6fcbee5 100644
--- a/src/mlpack/core/math/range_impl.hpp
+++ b/src/mlpack/core/math/range_impl.hpp
@@ -3,7 +3,7 @@
  *
  * Implementation of the (inlined) Range class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/math/round.hpp b/src/mlpack/core/math/round.hpp
index 91ea3c3..692ebc1 100644
--- a/src/mlpack/core/math/round.hpp
+++ b/src/mlpack/core/math/round.hpp
@@ -5,7 +5,7 @@
  * Implementation of round() for use on Visual Studio, where C99 isn't
  * implemented.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/metrics/ip_metric.hpp b/src/mlpack/core/metrics/ip_metric.hpp
index c1b1c34..2cd8384 100644
--- a/src/mlpack/core/metrics/ip_metric.hpp
+++ b/src/mlpack/core/metrics/ip_metric.hpp
@@ -5,7 +5,7 @@
  * Inner product induced metric.  If given a kernel function, this gives the
  * complementary metric.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/metrics/ip_metric_impl.hpp b/src/mlpack/core/metrics/ip_metric_impl.hpp
index c8f99a3..93902b2 100644
--- a/src/mlpack/core/metrics/ip_metric_impl.hpp
+++ b/src/mlpack/core/metrics/ip_metric_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the IPMetric.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/metrics/lmetric.hpp b/src/mlpack/core/metrics/lmetric.hpp
index 2fd834a..be17e25 100644
--- a/src/mlpack/core/metrics/lmetric.hpp
+++ b/src/mlpack/core/metrics/lmetric.hpp
@@ -7,7 +7,7 @@
  *
  * This also gives several convenience typedefs for commonly used L-metrics.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/metrics/lmetric_impl.hpp b/src/mlpack/core/metrics/lmetric_impl.hpp
index d544694..2427c51 100644
--- a/src/mlpack/core/metrics/lmetric_impl.hpp
+++ b/src/mlpack/core/metrics/lmetric_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of template specializations of LMetric class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/metrics/mahalanobis_distance.hpp b/src/mlpack/core/metrics/mahalanobis_distance.hpp
index bb403a2..a34be9d 100644
--- a/src/mlpack/core/metrics/mahalanobis_distance.hpp
+++ b/src/mlpack/core/metrics/mahalanobis_distance.hpp
@@ -4,7 +4,7 @@
  *
  * The Mahalanobis distance.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/metrics/mahalanobis_distance_impl.hpp b/src/mlpack/core/metrics/mahalanobis_distance_impl.hpp
index dd7bb32..63661de 100644
--- a/src/mlpack/core/metrics/mahalanobis_distance_impl.hpp
+++ b/src/mlpack/core/metrics/mahalanobis_distance_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the Mahalanobis distance.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp
index 26b8a08..556180f 100644
--- a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp
+++ b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian.hpp
@@ -6,7 +6,7 @@
  * optimization method (also called the 'method of multipliers'.  This class
  * uses the L-BFGS optimizer.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp
index e2af9c5..84a3822 100644
--- a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp
+++ b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function.hpp
@@ -4,7 +4,7 @@
  *
  * Contains a utility class for AugLagrangian.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp
index 10bac50..2747377 100644
--- a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp
+++ b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_function_impl.hpp
@@ -6,7 +6,7 @@
  * specializations can probably be given in many cases, but this is the most
  * general case.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp
index 0f3d6e1..8d848dc 100644
--- a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp
+++ b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of AugLagrangian class (Augmented Lagrangian optimization
  * method).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp
index 591677b..dc92c8d 100644
--- a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp
+++ b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of AugLagrangianTestFunction class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp
index a52debc..c96891f 100644
--- a/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp
+++ b/src/mlpack/core/optimizers/aug_lagrangian/aug_lagrangian_test_functions.hpp
@@ -4,7 +4,7 @@
  *
  * Define test functions for the augmented Lagrangian method.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/lbfgs/lbfgs.hpp b/src/mlpack/core/optimizers/lbfgs/lbfgs.hpp
index 6dbe571..e004249 100644
--- a/src/mlpack/core/optimizers/lbfgs/lbfgs.hpp
+++ b/src/mlpack/core/optimizers/lbfgs/lbfgs.hpp
@@ -5,7 +5,7 @@
  *
  * The generic L-BFGS optimizer.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp b/src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp
index d53d862..084f0a2 100644
--- a/src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp
+++ b/src/mlpack/core/optimizers/lbfgs/lbfgs_impl.hpp
@@ -5,7 +5,7 @@
  *
  * The implementation of the L_BFGS optimizer.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/lbfgs/test_functions.cpp b/src/mlpack/core/optimizers/lbfgs/test_functions.cpp
index 16cc134..3ca38fd 100644
--- a/src/mlpack/core/optimizers/lbfgs/test_functions.cpp
+++ b/src/mlpack/core/optimizers/lbfgs/test_functions.cpp
@@ -4,7 +4,7 @@
  *
  * Implementations of the test functions defined in test_functions.hpp.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/lbfgs/test_functions.hpp b/src/mlpack/core/optimizers/lbfgs/test_functions.hpp
index 0547fe1..11e57e4 100644
--- a/src/mlpack/core/optimizers/lbfgs/test_functions.hpp
+++ b/src/mlpack/core/optimizers/lbfgs/test_functions.hpp
@@ -10,7 +10,7 @@
  *  ACM Trans. Math. Softw. 7, 1 (March 1981), 17-41.
  *  http://portal.acm.org/citation.cfm?id=355934.355936
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sa/exponential_schedule.hpp b/src/mlpack/core/optimizers/sa/exponential_schedule.hpp
index 103ce96..06a6e72 100644
--- a/src/mlpack/core/optimizers/sa/exponential_schedule.hpp
+++ b/src/mlpack/core/optimizers/sa/exponential_schedule.hpp
@@ -4,7 +4,7 @@
  *
  * Exponential (geometric) cooling schedule used in SA.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sa/sa.hpp b/src/mlpack/core/optimizers/sa/sa.hpp
index a069935..aabc6ca 100644
--- a/src/mlpack/core/optimizers/sa/sa.hpp
+++ b/src/mlpack/core/optimizers/sa/sa.hpp
@@ -4,7 +4,7 @@
  *
  * Simulated Annealing (SA).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sa/sa_impl.hpp b/src/mlpack/core/optimizers/sa/sa_impl.hpp
index aab6552..c8c44a7 100644
--- a/src/mlpack/core/optimizers/sa/sa_impl.hpp
+++ b/src/mlpack/core/optimizers/sa/sa_impl.hpp
@@ -4,7 +4,7 @@
  *
  * The implementation of the SA optimizer.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sdp/lrsdp.hpp b/src/mlpack/core/optimizers/sdp/lrsdp.hpp
index e572673..fad3b9a 100644
--- a/src/mlpack/core/optimizers/sdp/lrsdp.hpp
+++ b/src/mlpack/core/optimizers/sdp/lrsdp.hpp
@@ -5,7 +5,7 @@
  * An implementation of Monteiro and Burer's formulation of low-rank
  * semidefinite programs (LR-SDP).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sdp/lrsdp_function.hpp b/src/mlpack/core/optimizers/sdp/lrsdp_function.hpp
index 92c4e8f..f4bdc0e 100644
--- a/src/mlpack/core/optimizers/sdp/lrsdp_function.hpp
+++ b/src/mlpack/core/optimizers/sdp/lrsdp_function.hpp
@@ -5,7 +5,7 @@
  *
  * A class that represents the objective function which LRSDP optimizes.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sdp/lrsdp_function_impl.hpp b/src/mlpack/core/optimizers/sdp/lrsdp_function_impl.hpp
index c20c949..f091509 100644
--- a/src/mlpack/core/optimizers/sdp/lrsdp_function_impl.hpp
+++ b/src/mlpack/core/optimizers/sdp/lrsdp_function_impl.hpp
@@ -6,7 +6,7 @@
  * Implementation of the LRSDPFunction class, and also template specializations
  * for faster execution with the AugLagrangian optimizer.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sdp/lrsdp_impl.hpp b/src/mlpack/core/optimizers/sdp/lrsdp_impl.hpp
index eccf881..3db6836 100644
--- a/src/mlpack/core/optimizers/sdp/lrsdp_impl.hpp
+++ b/src/mlpack/core/optimizers/sdp/lrsdp_impl.hpp
@@ -5,7 +5,7 @@
  * An implementation of Monteiro and Burer's formulation of low-rank
  * semidefinite programs (LR-SDP).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sdp/primal_dual.hpp b/src/mlpack/core/optimizers/sdp/primal_dual.hpp
index af10e76..9d921db 100644
--- a/src/mlpack/core/optimizers/sdp/primal_dual.hpp
+++ b/src/mlpack/core/optimizers/sdp/primal_dual.hpp
@@ -3,7 +3,7 @@
  * @author Stephen Tu
  *
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sdp/primal_dual_impl.hpp b/src/mlpack/core/optimizers/sdp/primal_dual_impl.hpp
index 505360f..2986738 100644
--- a/src/mlpack/core/optimizers/sdp/primal_dual_impl.hpp
+++ b/src/mlpack/core/optimizers/sdp/primal_dual_impl.hpp
@@ -21,7 +21,7 @@
  * feasible primal/dual point (and therefore the duality gap is zero), and
  * that the constraint matrices are linearly independent.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sdp/sdp.hpp b/src/mlpack/core/optimizers/sdp/sdp.hpp
index 4c1304e..30e185a 100644
--- a/src/mlpack/core/optimizers/sdp/sdp.hpp
+++ b/src/mlpack/core/optimizers/sdp/sdp.hpp
@@ -3,7 +3,7 @@
  * @author Stephen Tu
  *
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sdp/sdp_impl.hpp b/src/mlpack/core/optimizers/sdp/sdp_impl.hpp
index 1665417..b60ff24 100644
--- a/src/mlpack/core/optimizers/sdp/sdp_impl.hpp
+++ b/src/mlpack/core/optimizers/sdp/sdp_impl.hpp
@@ -3,7 +3,7 @@
  * @author Stephen Tu
  *
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sgd/sgd.hpp b/src/mlpack/core/optimizers/sgd/sgd.hpp
index 6b9a702..fc2af38 100644
--- a/src/mlpack/core/optimizers/sgd/sgd.hpp
+++ b/src/mlpack/core/optimizers/sgd/sgd.hpp
@@ -4,7 +4,7 @@
  *
  * Stochastic Gradient Descent (SGD).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sgd/sgd_impl.hpp b/src/mlpack/core/optimizers/sgd/sgd_impl.hpp
index 3c63ad0..b4be039 100644
--- a/src/mlpack/core/optimizers/sgd/sgd_impl.hpp
+++ b/src/mlpack/core/optimizers/sgd/sgd_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of stochastic gradient descent.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sgd/test_function.cpp b/src/mlpack/core/optimizers/sgd/test_function.cpp
index b0ef0e1..0eaaeaa 100644
--- a/src/mlpack/core/optimizers/sgd/test_function.cpp
+++ b/src/mlpack/core/optimizers/sgd/test_function.cpp
@@ -5,7 +5,7 @@
  * Implementation of very simple test function for stochastic gradient descent
  * (SGD).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/optimizers/sgd/test_function.hpp b/src/mlpack/core/optimizers/sgd/test_function.hpp
index 5e5dccc..3a8ec8b 100644
--- a/src/mlpack/core/optimizers/sgd/test_function.hpp
+++ b/src/mlpack/core/optimizers/sgd/test_function.hpp
@@ -4,7 +4,7 @@
  *
  * Very simple test function for SGD.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/ballbound.hpp b/src/mlpack/core/tree/ballbound.hpp
index 76fbdd6..5811340 100644
--- a/src/mlpack/core/tree/ballbound.hpp
+++ b/src/mlpack/core/tree/ballbound.hpp
@@ -4,7 +4,7 @@
  * Bounds that are useful for binary space partitioning trees.
  * Interface to a ball bound that works in arbitrary metric spaces.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/ballbound_impl.hpp b/src/mlpack/core/tree/ballbound_impl.hpp
index 170e09c..440b681 100644
--- a/src/mlpack/core/tree/ballbound_impl.hpp
+++ b/src/mlpack/core/tree/ballbound_impl.hpp
@@ -6,7 +6,7 @@
  *
  * @experimental
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree.hpp b/src/mlpack/core/tree/binary_space_tree.hpp
index 8828a41..e85b836 100644
--- a/src/mlpack/core/tree/binary_space_tree.hpp
+++ b/src/mlpack/core/tree/binary_space_tree.hpp
@@ -4,7 +4,7 @@
  *
  * Include all the necessary files to use the BinarySpaceTree class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp b/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp
index a4df069..de30972 100644
--- a/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/binary_space_tree.hpp
@@ -3,7 +3,7 @@
  *
  * Definition of generalized binary space partitioning tree (BinarySpaceTree).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp b/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
index 6eff5a2..f759006 100644
--- a/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/binary_space_tree_impl.hpp
@@ -3,7 +3,7 @@
  *
  * Implementation of generalized space partitioning tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser.hpp b/src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser.hpp
index 7e1deec..f72e4c6 100644
--- a/src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser.hpp
@@ -7,7 +7,7 @@
  * breadth-first manner with a given set of rules which indicate the branches
  * which can be pruned and the order in which to recurse.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp b/src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp
index 778b722..542dd74 100644
--- a/src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp
@@ -6,7 +6,7 @@
  * This is a way to perform a dual-tree traversal of two trees.  The trees must
  * be the same type.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp b/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp
index 1470663..fd26bfa 100644
--- a/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser.hpp
@@ -7,7 +7,7 @@
  * manner with a given set of rules which indicate the branches which can be
  * pruned and the order in which to recurse.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp b/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp
index 892ccf8..a00e3f5 100644
--- a/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/dual_tree_traverser_impl.hpp
@@ -6,7 +6,7 @@
  * to perform a dual-tree traversal of two trees.  The trees must be the same
  * type.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/mean_split.hpp b/src/mlpack/core/tree/binary_space_tree/mean_split.hpp
index 45623d2..b8f0018 100644
--- a/src/mlpack/core/tree/binary_space_tree/mean_split.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/mean_split.hpp
@@ -6,7 +6,7 @@
  * Definition of MeanSplit, a class that splits a binary space partitioning tree
  * node into two parts using the mean of the values in a certain dimension.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp b/src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp
index b3f1108..0e7d486 100644
--- a/src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/mean_split_impl.hpp
@@ -5,7 +5,7 @@
  *
  * Implementation of class(MeanSplit) to split a binary space partition tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp b/src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp
index fac8c0f..d716380 100644
--- a/src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/midpoint_split.hpp
@@ -7,7 +7,7 @@
  * tree node into two parts using the midpoint of the values in a certain
  * dimension.  The dimension to split on is the dimension with maximum variance.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/midpoint_split_impl.hpp b/src/mlpack/core/tree/binary_space_tree/midpoint_split_impl.hpp
index dcb34d5..748c46f 100644
--- a/src/mlpack/core/tree/binary_space_tree/midpoint_split_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/midpoint_split_impl.hpp
@@ -6,7 +6,7 @@
  * Implementation of class (MidpointSplit) to split a binary space partition
  * tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp b/src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp
index d15847d..1f3554c 100644
--- a/src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/single_tree_traverser.hpp
@@ -6,7 +6,7 @@
  * given set of rules which indicate the branches which can be pruned and the
  * order in which to recurse.  This traverser is a depth-first traverser.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp b/src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp
index 6505e85..76546a4 100644
--- a/src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/single_tree_traverser_impl.hpp
@@ -6,7 +6,7 @@
  * given set of rules which indicate the branches which can be pruned and the
  * order in which to recurse.  This traverser is a depth-first traverser.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/traits.hpp b/src/mlpack/core/tree/binary_space_tree/traits.hpp
index dbf2f61..d523a59 100644
--- a/src/mlpack/core/tree/binary_space_tree/traits.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/traits.hpp
@@ -4,7 +4,7 @@
  *
  * Specialization of the TreeTraits class for the BinarySpaceTree type of tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/binary_space_tree/typedef.hpp b/src/mlpack/core/tree/binary_space_tree/typedef.hpp
index 47c6616..aa76d66 100644
--- a/src/mlpack/core/tree/binary_space_tree/typedef.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/typedef.hpp
@@ -5,7 +5,7 @@
  * Template typedefs for the BinarySpaceTree class that satisfy the requirements
  * of the TreeType policy class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/bound_traits.hpp b/src/mlpack/core/tree/bound_traits.hpp
index e6ab721..bc732d6 100644
--- a/src/mlpack/core/tree/bound_traits.hpp
+++ b/src/mlpack/core/tree/bound_traits.hpp
@@ -4,7 +4,7 @@
  *
  * A class for template metaprogramming traits for bounds.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/bounds.hpp b/src/mlpack/core/tree/bounds.hpp
index bf546ca..a2d565a 100644
--- a/src/mlpack/core/tree/bounds.hpp
+++ b/src/mlpack/core/tree/bounds.hpp
@@ -3,7 +3,7 @@
  *
  * Bounds that are useful for binary space partitioning trees.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp b/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
index a1a06a5..f296147 100644
--- a/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
+++ b/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of cosine tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp b/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp
index ed36332..502870b 100644
--- a/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp
+++ b/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp
@@ -4,7 +4,7 @@
  *
  * Definition of Cosine Tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree.hpp b/src/mlpack/core/tree/cover_tree.hpp
index d9938af..15c8b71 100644
--- a/src/mlpack/core/tree/cover_tree.hpp
+++ b/src/mlpack/core/tree/cover_tree.hpp
@@ -4,7 +4,7 @@
  *
  * Includes all the necessary files to use the CoverTree class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/cover_tree.hpp b/src/mlpack/core/tree/cover_tree/cover_tree.hpp
index 2260bda..904cd1b 100644
--- a/src/mlpack/core/tree/cover_tree/cover_tree.hpp
+++ b/src/mlpack/core/tree/cover_tree/cover_tree.hpp
@@ -4,7 +4,7 @@
  *
  * Definition of CoverTree, which can be used in place of the BinarySpaceTree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp b/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
index 339c45b..400a1c9 100644
--- a/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
+++ b/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of CoverTree class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp b/src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp
index 1e0d6ab..68c6dcf 100644
--- a/src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp
+++ b/src/mlpack/core/tree/cover_tree/dual_tree_traverser.hpp
@@ -4,7 +4,7 @@
  *
  * A dual-tree traverser for the cover tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp b/src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp
index 447f9e7..b474d3b 100644
--- a/src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp
+++ b/src/mlpack/core/tree/cover_tree/dual_tree_traverser_impl.hpp
@@ -4,7 +4,7 @@
  *
  * A dual-tree traverser for the cover tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/first_point_is_root.hpp b/src/mlpack/core/tree/cover_tree/first_point_is_root.hpp
index cc19777..07b6ae6 100644
--- a/src/mlpack/core/tree/cover_tree/first_point_is_root.hpp
+++ b/src/mlpack/core/tree/cover_tree/first_point_is_root.hpp
@@ -5,7 +5,7 @@
  * A very simple policy for the cover tree; the first point in the dataset is
  * chosen as the root of the cover tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp b/src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp
index 15792ac..f1acb7e 100644
--- a/src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp
+++ b/src/mlpack/core/tree/cover_tree/single_tree_traverser.hpp
@@ -6,7 +6,7 @@
  * single-tree breadth-first recursion with a pruning rule and a base case (two
  * point) rule.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp b/src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp
index 6d92ff7..ed7c033 100644
--- a/src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp
+++ b/src/mlpack/core/tree/cover_tree/single_tree_traverser_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of the single tree traverser for cover trees, which implements
  * a breadth-first traversal.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/traits.hpp b/src/mlpack/core/tree/cover_tree/traits.hpp
index 2df7cc5..33e1735 100644
--- a/src/mlpack/core/tree/cover_tree/traits.hpp
+++ b/src/mlpack/core/tree/cover_tree/traits.hpp
@@ -5,7 +5,7 @@
  * This file contains the specialization of the TreeTraits class for the
  * CoverTree type of tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/cover_tree/typedef.hpp b/src/mlpack/core/tree/cover_tree/typedef.hpp
index e255fd3..5474c75 100644
--- a/src/mlpack/core/tree/cover_tree/typedef.hpp
+++ b/src/mlpack/core/tree/cover_tree/typedef.hpp
@@ -4,7 +4,7 @@
  *
  * Typedef of cover tree to match TreeType API.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/example_tree.hpp b/src/mlpack/core/tree/example_tree.hpp
index fab78c1..8e6ff0a 100644
--- a/src/mlpack/core/tree/example_tree.hpp
+++ b/src/mlpack/core/tree/example_tree.hpp
@@ -6,7 +6,7 @@
  * implement (although the actual implementations here don't make any sense
  * because this is just an example).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/hrectbound.hpp b/src/mlpack/core/tree/hrectbound.hpp
index b5a92dd..2d7ba1b 100644
--- a/src/mlpack/core/tree/hrectbound.hpp
+++ b/src/mlpack/core/tree/hrectbound.hpp
@@ -6,7 +6,7 @@
  * This file describes the interface for the HRectBound class, which implements
  * a hyperrectangle bound.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/hrectbound_impl.hpp b/src/mlpack/core/tree/hrectbound_impl.hpp
index d1f8e52..63403f8 100644
--- a/src/mlpack/core/tree/hrectbound_impl.hpp
+++ b/src/mlpack/core/tree/hrectbound_impl.hpp
@@ -6,7 +6,7 @@
  *
  * @experimental
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree.hpp b/src/mlpack/core/tree/rectangle_tree.hpp
index 64baabf..21f4877 100644
--- a/src/mlpack/core/tree/rectangle_tree.hpp
+++ b/src/mlpack/core/tree/rectangle_tree.hpp
@@ -5,7 +5,7 @@
  * Include all the necessary files to use the Rectangle Type Trees (RTree,
  * RStarTree, XTree, and HilbertRTree).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/dual_tree_traverser.hpp b/src/mlpack/core/tree/rectangle_tree/dual_tree_traverser.hpp
index 927f697..cbbc38c 100644
--- a/src/mlpack/core/tree/rectangle_tree/dual_tree_traverser.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/dual_tree_traverser.hpp
@@ -6,7 +6,7 @@
   * with a given set of rules which indicate the branches to prune and the
   * order in which to recurse.  This is just here to make it compile.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp b/src/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp
index fec2b09..71564b2 100644
--- a/src/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp
@@ -6,7 +6,7 @@
   * which indicate the branches to prune and the order in which to recurse.
   * This is a depth-first traverser.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split.hpp b/src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split.hpp
index bd38f9e..aa9ecac 100644
--- a/src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split.hpp
@@ -2,7 +2,7 @@
  * @file hilbert_r_tree_split.hpp
  * @author Andrew Wells
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split_impl.hpp b/src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split_impl.hpp
index ac31adb..cde04a7 100644
--- a/src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split_impl.hpp
@@ -2,7 +2,7 @@
  * @file hilbert_r_tree_split_impl.hpp
  * @author Andrew Wells
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic.hpp b/src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic.hpp
index 34996d6..8ae9b8d 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic.hpp
@@ -5,7 +5,7 @@
  * Definition of RStarTreeDescentHeuristic, a class that chooses the best child
  * of a node in an R tree when inserting a new point.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic_impl.hpp b/src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic_impl.hpp
index 08f75ff..354f31a 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_star_tree_descent_heuristic_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of RStarTreeDescentHeuristic, a class that chooses the best child of a node in
  * an R tree when inserting a new point.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp b/src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp
index 19eda6b..3a8fa94 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_star_tree_split.hpp
@@ -5,7 +5,7 @@
  * Defintion of the RStarTreeSplit class, a class that splits the nodes of an R tree, starting
  * at a leaf node and moving upwards if necessary.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp b/src/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp
index 5292d46..78bb07e 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of class (RStarTreeSplit) to split a RectangleTree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic.hpp b/src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic.hpp
index 2da9a2d..80b9c18 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic.hpp
@@ -5,7 +5,7 @@
  * Definition of RTreeDescentHeuristic, a class that chooses the best child of a
  * node in an R tree when inserting a new point.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic_impl.hpp b/src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic_impl.hpp
index ffd15b2..2be9663 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_tree_descent_heuristic_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of RTreeDescentHeuristic, a class that chooses the best child
  * of a node in an R tree when inserting a new point.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp b/src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp
index 1e184d7..b299cca 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_tree_split.hpp
@@ -5,7 +5,7 @@
  * Defintion of the RTreeSplit class, a class that splits the nodes of an R
  * tree, starting at a leaf node and moving upwards if necessary.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp b/src/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp
index ec51184..ef4ca2d 100644
--- a/src/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of class (RTreeSplit) to split a RectangleTree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp b/src/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp
index 7a24fd0..6a44bca 100644
--- a/src/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp
@@ -5,7 +5,7 @@
  * Definition of generalized rectangle type trees (r_tree, r_star_tree, x_tree,
  * and hilbert_r_tree).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp b/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
index 664ea33..8a85ed1 100644
--- a/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of generalized rectangle tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/single_tree_traverser.hpp b/src/mlpack/core/tree/rectangle_tree/single_tree_traverser.hpp
index 16b5820..87e637d 100644
--- a/src/mlpack/core/tree/rectangle_tree/single_tree_traverser.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/single_tree_traverser.hpp
@@ -6,7 +6,7 @@
   * with a given set of rules which indicate the branches to prune and the
   * order in which to recurse.  This is a depth-first traverser.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp b/src/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp
index 917ac20..84dd8a7 100644
--- a/src/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp
@@ -6,7 +6,7 @@
   * which indicate the branches to prune and the order in which to recurse.
   * This is a depth-first traverser.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/traits.hpp b/src/mlpack/core/tree/rectangle_tree/traits.hpp
index 56094fe..2f53ae5 100644
--- a/src/mlpack/core/tree/rectangle_tree/traits.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/traits.hpp
@@ -4,7 +4,7 @@
  *
  * Specialization of the TreeTraits class for the RectangleTree type of tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/typedef.hpp b/src/mlpack/core/tree/rectangle_tree/typedef.hpp
index ccd85c6..edeb306 100644
--- a/src/mlpack/core/tree/rectangle_tree/typedef.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/typedef.hpp
@@ -5,7 +5,7 @@
  * Typedefs of RectangleTrees, for use by classes that require trees matching
  * the TreeType API.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp b/src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp
index 10a1afc..f47b625 100644
--- a/src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/x_tree_split.hpp
@@ -7,7 +7,7 @@
  *
  * This is known to have a bug: see #368.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp b/src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp
index df17d9a..5d0eed3 100644
--- a/src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of class (XTreeSplit) to split a RectangleTree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/statistic.hpp b/src/mlpack/core/tree/statistic.hpp
index 2a7d206..d0a5558 100644
--- a/src/mlpack/core/tree/statistic.hpp
+++ b/src/mlpack/core/tree/statistic.hpp
@@ -5,7 +5,7 @@
  *
  * You should define your own statistic that looks like EmptyStatistic.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/traversal_info.hpp b/src/mlpack/core/tree/traversal_info.hpp
index 53528b2..35cd588 100644
--- a/src/mlpack/core/tree/traversal_info.hpp
+++ b/src/mlpack/core/tree/traversal_info.hpp
@@ -6,7 +6,7 @@
  * dual-tree traversal should be updating the members of this class before
  * Score() is called.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/tree/tree_traits.hpp b/src/mlpack/core/tree/tree_traits.hpp
index 2865bdd..59de29b 100644
--- a/src/mlpack/core/tree/tree_traits.hpp
+++ b/src/mlpack/core/tree/tree_traits.hpp
@@ -6,7 +6,7 @@
  * provides information about tree types.  If you create a tree class, you
  * should specialize this class with the characteristics of your tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/arma_config_check.hpp b/src/mlpack/core/util/arma_config_check.hpp
index 617bc76..bae6a78 100644
--- a/src/mlpack/core/util/arma_config_check.hpp
+++ b/src/mlpack/core/util/arma_config_check.hpp
@@ -8,7 +8,7 @@
  * debugging process where nobody can figure out why the stack is getting
  * mangled.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/arma_traits.hpp b/src/mlpack/core/util/arma_traits.hpp
index 7891cf4..15d3651 100644
--- a/src/mlpack/core/util/arma_traits.hpp
+++ b/src/mlpack/core/util/arma_traits.hpp
@@ -4,7 +4,7 @@
  *
  * Some traits used for template metaprogramming (SFINAE) with Armadillo types.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/cli.cpp b/src/mlpack/core/util/cli.cpp
index 8a909b3..b1d99f5 100644
--- a/src/mlpack/core/util/cli.cpp
+++ b/src/mlpack/core/util/cli.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the CLI module for parsing parameters.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/cli.hpp b/src/mlpack/core/util/cli.hpp
index da0d33c..dbe439e 100644
--- a/src/mlpack/core/util/cli.hpp
+++ b/src/mlpack/core/util/cli.hpp
@@ -6,7 +6,7 @@
  * This can be used more or less regardless of context.  In the future,
  * it might be expanded to include file I/O.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/cli_deleter.cpp b/src/mlpack/core/util/cli_deleter.cpp
index 8e752c4..0efa6e5 100644
--- a/src/mlpack/core/util/cli_deleter.cpp
+++ b/src/mlpack/core/util/cli_deleter.cpp
@@ -8,7 +8,7 @@
  * CLIDeleter class, which will be initialized at the beginning of the program
  * and deleted at the end.  The destructor destroys the CLI singleton.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/cli_deleter.hpp b/src/mlpack/core/util/cli_deleter.hpp
index a499bb7..059db7d 100644
--- a/src/mlpack/core/util/cli_deleter.hpp
+++ b/src/mlpack/core/util/cli_deleter.hpp
@@ -4,7 +4,7 @@
  *
  * Definition of the CLIDeleter() class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/cli_impl.hpp b/src/mlpack/core/util/cli_impl.hpp
index 44b2f91..3717069 100644
--- a/src/mlpack/core/util/cli_impl.hpp
+++ b/src/mlpack/core/util/cli_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of templated functions of the CLI class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/log.cpp b/src/mlpack/core/util/log.cpp
index 6b1a621..4d66333 100644
--- a/src/mlpack/core/util/log.cpp
+++ b/src/mlpack/core/util/log.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the Log class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/log.hpp b/src/mlpack/core/util/log.hpp
index 318e6ef..736787f 100644
--- a/src/mlpack/core/util/log.hpp
+++ b/src/mlpack/core/util/log.hpp
@@ -4,7 +4,7 @@
  *
  * Definition of the Log class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/nulloutstream.hpp b/src/mlpack/core/util/nulloutstream.hpp
index 3de321c..aa8d83b 100644
--- a/src/mlpack/core/util/nulloutstream.hpp
+++ b/src/mlpack/core/util/nulloutstream.hpp
@@ -5,7 +5,7 @@
  *
  * Definition of the NullOutStream class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/option.cpp b/src/mlpack/core/util/option.cpp
index 1fa5734..44d5297 100644
--- a/src/mlpack/core/util/option.cpp
+++ b/src/mlpack/core/util/option.cpp
@@ -5,7 +5,7 @@
  * Implementation of the ProgramDoc class.  The class registers itself with CLI
  * when constructed.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/option.hpp b/src/mlpack/core/util/option.hpp
index 4ed3795..fb16dae 100644
--- a/src/mlpack/core/util/option.hpp
+++ b/src/mlpack/core/util/option.hpp
@@ -5,7 +5,7 @@
  * Definition of the Option class, which is used to define parameters which are
  * used by CLI.  The ProgramDoc class also resides here.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/option_impl.hpp b/src/mlpack/core/util/option_impl.hpp
index 741f84c..18b5473 100644
--- a/src/mlpack/core/util/option_impl.hpp
+++ b/src/mlpack/core/util/option_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of template functions for the Option class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/prefixedoutstream.cpp b/src/mlpack/core/util/prefixedoutstream.cpp
index ca55428..0c372c1 100644
--- a/src/mlpack/core/util/prefixedoutstream.cpp
+++ b/src/mlpack/core/util/prefixedoutstream.cpp
@@ -5,7 +5,7 @@
  *
  * Implementation of PrefixedOutStream methods.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/prefixedoutstream.hpp b/src/mlpack/core/util/prefixedoutstream.hpp
index 4b79168..e97bf89 100644
--- a/src/mlpack/core/util/prefixedoutstream.hpp
+++ b/src/mlpack/core/util/prefixedoutstream.hpp
@@ -5,7 +5,7 @@
  *
  * Declaration of the PrefixedOutStream class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/prefixedoutstream_impl.hpp b/src/mlpack/core/util/prefixedoutstream_impl.hpp
index 325e665..3397fc6 100644
--- a/src/mlpack/core/util/prefixedoutstream_impl.hpp
+++ b/src/mlpack/core/util/prefixedoutstream_impl.hpp
@@ -5,7 +5,7 @@
  *
  * Implementation of templated PrefixedOutStream member functions.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/sfinae_utility.hpp b/src/mlpack/core/util/sfinae_utility.hpp
index c4c21a7..693f164 100644
--- a/src/mlpack/core/util/sfinae_utility.hpp
+++ b/src/mlpack/core/util/sfinae_utility.hpp
@@ -7,7 +7,7 @@
  * compile time, which is useful for changing functionality depending on what
  * operations an object is capable of performing.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/string_util.cpp b/src/mlpack/core/util/string_util.cpp
index 284719e..89cc187 100644
--- a/src/mlpack/core/util/string_util.cpp
+++ b/src/mlpack/core/util/string_util.cpp
@@ -5,7 +5,7 @@
  *
  * Defines methods useful for formatting output.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/string_util.hpp b/src/mlpack/core/util/string_util.hpp
index a30671f..4a2cb99 100644
--- a/src/mlpack/core/util/string_util.hpp
+++ b/src/mlpack/core/util/string_util.hpp
@@ -5,7 +5,7 @@
  *
  * Declares methods that are useful for writing formatting output.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/timers.cpp b/src/mlpack/core/util/timers.cpp
index 1263a91..0cfda5b 100644
--- a/src/mlpack/core/util/timers.cpp
+++ b/src/mlpack/core/util/timers.cpp
@@ -5,7 +5,7 @@
  *
  * Implementation of timers.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/timers.hpp b/src/mlpack/core/util/timers.hpp
index e9c6e35..5719860 100644
--- a/src/mlpack/core/util/timers.hpp
+++ b/src/mlpack/core/util/timers.hpp
@@ -5,7 +5,7 @@
  *
  * Timers for MLPACK.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/version.cpp b/src/mlpack/core/util/version.cpp
index 2149f0d..cc76961 100644
--- a/src/mlpack/core/util/version.cpp
+++ b/src/mlpack/core/util/version.cpp
@@ -4,7 +4,7 @@
  *
  * The implementation of GetVersion().
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/core/util/version.hpp b/src/mlpack/core/util/version.hpp
index ec0e97f..258024e 100644
--- a/src/mlpack/core/util/version.hpp
+++ b/src/mlpack/core/util/version.hpp
@@ -4,7 +4,7 @@
  *
  * The current version of mlpack, available as macros and as a string.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/adaboost/adaboost.hpp b/src/mlpack/methods/adaboost/adaboost.hpp
index 2c9c0d5..9e865bf 100644
--- a/src/mlpack/methods/adaboost/adaboost.hpp
+++ b/src/mlpack/methods/adaboost/adaboost.hpp
@@ -20,7 +20,7 @@
  * }
  * @endcode
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/adaboost/adaboost_impl.hpp b/src/mlpack/methods/adaboost/adaboost_impl.hpp
index b7b403d..1d12b88 100644
--- a/src/mlpack/methods/adaboost/adaboost_impl.hpp
+++ b/src/mlpack/methods/adaboost/adaboost_impl.hpp
@@ -18,7 +18,7 @@
  * }
  * @endcode
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/adaboost/adaboost_main.cpp b/src/mlpack/methods/adaboost/adaboost_main.cpp
index e2d87a6..44c8957 100644
--- a/src/mlpack/methods/adaboost/adaboost_main.cpp
+++ b/src/mlpack/methods/adaboost/adaboost_main.cpp
@@ -26,7 +26,7 @@
  *   output coding}
  * @endcode
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/amf.hpp b/src/mlpack/methods/amf/amf.hpp
index 3996860..d26152a 100644
--- a/src/mlpack/methods/amf/amf.hpp
+++ b/src/mlpack/methods/amf/amf.hpp
@@ -10,7 +10,7 @@
  * known techniques such as incremental SVD, NMF, and batch-learning SVD can be
  * derived.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/amf_impl.hpp b/src/mlpack/methods/amf/amf_impl.hpp
index 026236e..1d6aaae 100644
--- a/src/mlpack/methods/amf/amf_impl.hpp
+++ b/src/mlpack/methods/amf/amf_impl.hpp
@@ -6,7 +6,7 @@
  *
  * Implementation of AMF class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/init_rules/average_init.hpp b/src/mlpack/methods/amf/init_rules/average_init.hpp
index f0bb39a..708120b 100644
--- a/src/mlpack/methods/amf/init_rules/average_init.hpp
+++ b/src/mlpack/methods/amf/init_rules/average_init.hpp
@@ -4,7 +4,7 @@
  *
  * Initialization rule for Alternating Matrix Factorization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/init_rules/random_acol_init.hpp b/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
index b38666f..a2d72b9 100644
--- a/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
+++ b/src/mlpack/methods/amf/init_rules/random_acol_init.hpp
@@ -4,7 +4,7 @@
  *
  * Initialization rule for Alternating Matrix Factorization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/init_rules/random_init.hpp b/src/mlpack/methods/amf/init_rules/random_init.hpp
index 9b3b9bc..d78f6ae 100644
--- a/src/mlpack/methods/amf/init_rules/random_init.hpp
+++ b/src/mlpack/methods/amf/init_rules/random_init.hpp
@@ -5,7 +5,7 @@
  * Initialization rule for alternating matrix forization (AMF). This simple
  * initialization is performed by assigning a random matrix to W and H.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp b/src/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp
index 1510eb9..266c3bb 100644
--- a/src/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp
+++ b/src/mlpack/methods/amf/termination_policies/complete_incremental_termination.hpp
@@ -4,7 +4,7 @@
  *
  * Termination policy used in AMF (Alternating Matrix Factorization).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/termination_policies/incomplete_incremental_termination.hpp b/src/mlpack/methods/amf/termination_policies/incomplete_incremental_termination.hpp
index a31e13a..f3a14cb 100644
--- a/src/mlpack/methods/amf/termination_policies/incomplete_incremental_termination.hpp
+++ b/src/mlpack/methods/amf/termination_policies/incomplete_incremental_termination.hpp
@@ -4,7 +4,7 @@
  *
  * Termination policy used in AMF (Alternating Matrix Factorization).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/termination_policies/max_iteration_termination.hpp b/src/mlpack/methods/amf/termination_policies/max_iteration_termination.hpp
index 20c24ba..e021c77 100644
--- a/src/mlpack/methods/amf/termination_policies/max_iteration_termination.hpp
+++ b/src/mlpack/methods/amf/termination_policies/max_iteration_termination.hpp
@@ -5,7 +5,7 @@
  * A termination policy which only terminates when the maximum number of
  * iterations is reached.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/termination_policies/simple_residue_termination.hpp b/src/mlpack/methods/amf/termination_policies/simple_residue_termination.hpp
index 4daf07b..d03eac6 100644
--- a/src/mlpack/methods/amf/termination_policies/simple_residue_termination.hpp
+++ b/src/mlpack/methods/amf/termination_policies/simple_residue_termination.hpp
@@ -4,7 +4,7 @@
  *
  * Termination policy used in AMF (Alternating Matrix Factorization).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/termination_policies/simple_tolerance_termination.hpp b/src/mlpack/methods/amf/termination_policies/simple_tolerance_termination.hpp
index 1b2f64c..4f718a9 100644
--- a/src/mlpack/methods/amf/termination_policies/simple_tolerance_termination.hpp
+++ b/src/mlpack/methods/amf/termination_policies/simple_tolerance_termination.hpp
@@ -4,7 +4,7 @@
  *
  * Termination policy used in AMF (Alternating Matrix Factorization).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/termination_policies/validation_RMSE_termination.hpp b/src/mlpack/methods/amf/termination_policies/validation_RMSE_termination.hpp
index ed65045..5076531 100644
--- a/src/mlpack/methods/amf/termination_policies/validation_RMSE_termination.hpp
+++ b/src/mlpack/methods/amf/termination_policies/validation_RMSE_termination.hpp
@@ -4,7 +4,7 @@
  *
  * Termination policy used in AMF (Alternating Matrix Factorization).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/update_rules/nmf_als.hpp b/src/mlpack/methods/amf/update_rules/nmf_als.hpp
index 5c182f8..91bf0a6 100644
--- a/src/mlpack/methods/amf/update_rules/nmf_als.hpp
+++ b/src/mlpack/methods/amf/update_rules/nmf_als.hpp
@@ -4,7 +4,7 @@
  *
  * Update rules for the Non-negative Matrix Factorization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp b/src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp
index 8828567..d70f440 100644
--- a/src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp
+++ b/src/mlpack/methods/amf/update_rules/nmf_mult_dist.hpp
@@ -4,7 +4,7 @@
  *
  * Update rules for the Non-negative Matrix Factorization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/update_rules/nmf_mult_div.hpp b/src/mlpack/methods/amf/update_rules/nmf_mult_div.hpp
index 6e91562..bfc7653 100644
--- a/src/mlpack/methods/amf/update_rules/nmf_mult_div.hpp
+++ b/src/mlpack/methods/amf/update_rules/nmf_mult_div.hpp
@@ -4,7 +4,7 @@
  *
  * Update rules for the Non-negative Matrix Factorization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp b/src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp
index e2fc44e..7d97fd4 100644
--- a/src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp
+++ b/src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp
@@ -4,7 +4,7 @@
  *
  * SVD factorizer used in AMF (Alternating Matrix Factorization).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp b/src/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp
index 9443503..8ccaf94 100644
--- a/src/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp
+++ b/src/mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp
@@ -4,7 +4,7 @@
  *
  * SVD factorizer used in AMF (Alternating Matrix Factorization).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/amf/update_rules/svd_incomplete_incremental_learning.hpp b/src/mlpack/methods/amf/update_rules/svd_incomplete_incremental_learning.hpp
index d808730..445fcf9 100644
--- a/src/mlpack/methods/amf/update_rules/svd_incomplete_incremental_learning.hpp
+++ b/src/mlpack/methods/amf/update_rules/svd_incomplete_incremental_learning.hpp
@@ -4,7 +4,7 @@
  *
  * SVD factorizer used in AMF (Alternating Matrix Factorization).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/cf/cf.cpp b/src/mlpack/methods/cf/cf.cpp
index 54ed4dc..dddda6f 100644
--- a/src/mlpack/methods/cf/cf.cpp
+++ b/src/mlpack/methods/cf/cf.cpp
@@ -8,7 +8,7 @@
  * Implementation of CF class to perform Collaborative Filtering on the
  * specified data set.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/cf/cf.hpp b/src/mlpack/methods/cf/cf.hpp
index c6a3915..f003a77 100644
--- a/src/mlpack/methods/cf/cf.hpp
+++ b/src/mlpack/methods/cf/cf.hpp
@@ -8,7 +8,7 @@
  * Defines the CF class to perform collaborative filtering on the specified data
  * set using alternating least squares (ALS).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/cf/cf_impl.hpp b/src/mlpack/methods/cf/cf_impl.hpp
index f8d22df..d81a747 100644
--- a/src/mlpack/methods/cf/cf_impl.hpp
+++ b/src/mlpack/methods/cf/cf_impl.hpp
@@ -8,7 +8,7 @@
  * Implementation of CF class to perform Collaborative Filtering on the
  * specified data set.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/cf/cf_main.cpp b/src/mlpack/methods/cf/cf_main.cpp
index 62ef521..1384389 100644
--- a/src/mlpack/methods/cf/cf_main.cpp
+++ b/src/mlpack/methods/cf/cf_main.cpp
@@ -4,7 +4,7 @@
  *
  * Main executable to run CF.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/cf/svd_wrapper.hpp b/src/mlpack/methods/cf/svd_wrapper.hpp
index a4fc30c..f699005 100644
--- a/src/mlpack/methods/cf/svd_wrapper.hpp
+++ b/src/mlpack/methods/cf/svd_wrapper.hpp
@@ -4,7 +4,7 @@
  *
  * Wrapper class for SVD factorizers used for Collaborative Filtering.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/cf/svd_wrapper_impl.hpp b/src/mlpack/methods/cf/svd_wrapper_impl.hpp
index 7943f1e..d24b765 100644
--- a/src/mlpack/methods/cf/svd_wrapper_impl.hpp
+++ b/src/mlpack/methods/cf/svd_wrapper_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the SVD wrapper class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/decision_stump/decision_stump.hpp b/src/mlpack/methods/decision_stump/decision_stump.hpp
index b8544c6..3680566 100644
--- a/src/mlpack/methods/decision_stump/decision_stump.hpp
+++ b/src/mlpack/methods/decision_stump/decision_stump.hpp
@@ -4,7 +4,7 @@
  *
  * Definition of decision stumps.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/decision_stump/decision_stump_impl.hpp b/src/mlpack/methods/decision_stump/decision_stump_impl.hpp
index fafd98b..53c89bc 100644
--- a/src/mlpack/methods/decision_stump/decision_stump_impl.hpp
+++ b/src/mlpack/methods/decision_stump/decision_stump_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of DecisionStump class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/decision_stump/decision_stump_main.cpp b/src/mlpack/methods/decision_stump/decision_stump_main.cpp
index 41fab0e..4673f23 100644
--- a/src/mlpack/methods/decision_stump/decision_stump_main.cpp
+++ b/src/mlpack/methods/decision_stump/decision_stump_main.cpp
@@ -4,7 +4,7 @@
  *
  * Main executable for the decision stump.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/det/det_main.cpp b/src/mlpack/methods/det/det_main.cpp
index aafeacf..1fdcfc7 100644
--- a/src/mlpack/methods/det/det_main.cpp
+++ b/src/mlpack/methods/det/det_main.cpp
@@ -4,7 +4,7 @@
  *
  * This file provides an example use of the DET
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/det/dt_utils.cpp b/src/mlpack/methods/det/dt_utils.cpp
index de20ff6..b449919 100644
--- a/src/mlpack/methods/det/dt_utils.cpp
+++ b/src/mlpack/methods/det/dt_utils.cpp
@@ -5,7 +5,7 @@
  * This file implements functions to perform different tasks with the Density
  * Tree class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/det/dt_utils.hpp b/src/mlpack/methods/det/dt_utils.hpp
index 1d55fa7..778a296 100644
--- a/src/mlpack/methods/det/dt_utils.hpp
+++ b/src/mlpack/methods/det/dt_utils.hpp
@@ -5,7 +5,7 @@
  * This file implements functions to perform different tasks with the Density
  * Tree class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/det/dtree.cpp b/src/mlpack/methods/det/dtree.cpp
index 6650f08..e3ffd77 100644
--- a/src/mlpack/methods/det/dtree.cpp
+++ b/src/mlpack/methods/det/dtree.cpp
@@ -6,7 +6,7 @@
  * the Density Estimation Tree class.
  *
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/det/dtree.hpp b/src/mlpack/methods/det/dtree.hpp
index 9d51b0a..3199bd0 100644
--- a/src/mlpack/methods/det/dtree.hpp
+++ b/src/mlpack/methods/det/dtree.hpp
@@ -4,7 +4,7 @@
  *
  * Density Estimation Tree class
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/emst/dtb.hpp b/src/mlpack/methods/emst/dtb.hpp
index 2e57d8a..8d99b8f 100644
--- a/src/mlpack/methods/emst/dtb.hpp
+++ b/src/mlpack/methods/emst/dtb.hpp
@@ -17,7 +17,7 @@
  * }
  * @endcode
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/emst/dtb_impl.hpp b/src/mlpack/methods/emst/dtb_impl.hpp
index fd339c6..ab452a6 100644
--- a/src/mlpack/methods/emst/dtb_impl.hpp
+++ b/src/mlpack/methods/emst/dtb_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of DTB.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/emst/dtb_rules.hpp b/src/mlpack/methods/emst/dtb_rules.hpp
index 9c4baf0..74fce97 100644
--- a/src/mlpack/methods/emst/dtb_rules.hpp
+++ b/src/mlpack/methods/emst/dtb_rules.hpp
@@ -4,7 +4,7 @@
  *
  * Tree traverser rules for the DualTreeBoruvka algorithm.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/emst/dtb_rules_impl.hpp b/src/mlpack/methods/emst/dtb_rules_impl.hpp
index 85a4c32..4248cb2 100644
--- a/src/mlpack/methods/emst/dtb_rules_impl.hpp
+++ b/src/mlpack/methods/emst/dtb_rules_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Tree traverser rules for the DualTreeBoruvka algorithm.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/emst/dtb_stat.hpp b/src/mlpack/methods/emst/dtb_stat.hpp
index 7788e60..80a5f96 100644
--- a/src/mlpack/methods/emst/dtb_stat.hpp
+++ b/src/mlpack/methods/emst/dtb_stat.hpp
@@ -4,7 +4,7 @@
  *
  * DTBStat is the StatisticType used by trees when performing EMST.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/emst/edge_pair.hpp b/src/mlpack/methods/emst/edge_pair.hpp
index 414e46b..78a36dc 100644
--- a/src/mlpack/methods/emst/edge_pair.hpp
+++ b/src/mlpack/methods/emst/edge_pair.hpp
@@ -6,7 +6,7 @@
  * This file contains utilities necessary for all of the minimum spanning tree
  * algorithms.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/emst/emst_main.cpp b/src/mlpack/methods/emst/emst_main.cpp
index 8274b20..85d1774 100644
--- a/src/mlpack/methods/emst/emst_main.cpp
+++ b/src/mlpack/methods/emst/emst_main.cpp
@@ -19,7 +19,7 @@
  * }
  * @endcode
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/emst/union_find.hpp b/src/mlpack/methods/emst/union_find.hpp
index 2db5adf..36cd7e7 100644
--- a/src/mlpack/methods/emst/union_find.hpp
+++ b/src/mlpack/methods/emst/union_find.hpp
@@ -7,7 +7,7 @@
  * Calling unionfind.Union(x, y) unites the components indexed by x and y.
  * unionfind.Find(x) returns the index of the component containing point x.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks.hpp b/src/mlpack/methods/fastmks/fastmks.hpp
index 6ece6de..214eb10 100644
--- a/src/mlpack/methods/fastmks/fastmks.hpp
+++ b/src/mlpack/methods/fastmks/fastmks.hpp
@@ -5,7 +5,7 @@
  * Definition of the FastMKS class, which implements fast exact max-kernel
  * search.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks_impl.hpp b/src/mlpack/methods/fastmks/fastmks_impl.hpp
index 73f5727..add965c 100644
--- a/src/mlpack/methods/fastmks/fastmks_impl.hpp
+++ b/src/mlpack/methods/fastmks/fastmks_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the FastMKS class (fast max-kernel search).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks_main.cpp b/src/mlpack/methods/fastmks/fastmks_main.cpp
index a12a181..a36aa40 100644
--- a/src/mlpack/methods/fastmks/fastmks_main.cpp
+++ b/src/mlpack/methods/fastmks/fastmks_main.cpp
@@ -4,7 +4,7 @@
  *
  * Main executable for maximum inner product search.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks_model.cpp b/src/mlpack/methods/fastmks/fastmks_model.cpp
index f2c6127..a2e97e6 100644
--- a/src/mlpack/methods/fastmks/fastmks_model.cpp
+++ b/src/mlpack/methods/fastmks/fastmks_model.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of non-templatized functions of FastMKSModel.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks_model.hpp b/src/mlpack/methods/fastmks/fastmks_model.hpp
index c37f518..3ecdc1f 100644
--- a/src/mlpack/methods/fastmks/fastmks_model.hpp
+++ b/src/mlpack/methods/fastmks/fastmks_model.hpp
@@ -4,7 +4,7 @@
  *
  * A utility struct to contain all the possible FastMKS models.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks_model_impl.hpp b/src/mlpack/methods/fastmks/fastmks_model_impl.hpp
index 13f8bae..39d89ad 100644
--- a/src/mlpack/methods/fastmks/fastmks_model_impl.hpp
+++ b/src/mlpack/methods/fastmks/fastmks_model_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of templated functions of FastMKSModel.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks_rules.hpp b/src/mlpack/methods/fastmks/fastmks_rules.hpp
index 0fedf4d..41ea914 100644
--- a/src/mlpack/methods/fastmks/fastmks_rules.hpp
+++ b/src/mlpack/methods/fastmks/fastmks_rules.hpp
@@ -4,7 +4,7 @@
  *
  * Rules for the single or dual tree traversal for fast max-kernel search.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp b/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp
index c1a705b..85cfa7d 100644
--- a/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp
+++ b/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of FastMKSRules for cover tree search.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/fastmks/fastmks_stat.hpp b/src/mlpack/methods/fastmks/fastmks_stat.hpp
index 3b7781f..50504ae 100644
--- a/src/mlpack/methods/fastmks/fastmks_stat.hpp
+++ b/src/mlpack/methods/fastmks/fastmks_stat.hpp
@@ -4,7 +4,7 @@
  *
  * The statistic used in trees with FastMKS.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/diagonal_constraint.hpp b/src/mlpack/methods/gmm/diagonal_constraint.hpp
index 1087c8f..c9beebb 100644
--- a/src/mlpack/methods/gmm/diagonal_constraint.hpp
+++ b/src/mlpack/methods/gmm/diagonal_constraint.hpp
@@ -4,7 +4,7 @@
  *
  * Constrain a covariance matrix to be diagonal.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp b/src/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp
index 4d3ba82..262c500 100644
--- a/src/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp
+++ b/src/mlpack/methods/gmm/eigenvalue_ratio_constraint.hpp
@@ -4,7 +4,7 @@
  *
  * Constrain a covariance matrix to have a certain ratio of eigenvalues.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/em_fit.hpp b/src/mlpack/methods/gmm/em_fit.hpp
index 0fbc4ca..8251731 100644
--- a/src/mlpack/methods/gmm/em_fit.hpp
+++ b/src/mlpack/methods/gmm/em_fit.hpp
@@ -6,7 +6,7 @@
  * Utility class to fit a GMM using the EM algorithm.  Used by
  * GMM::Estimate<>().
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/em_fit_impl.hpp b/src/mlpack/methods/gmm/em_fit_impl.hpp
index 55101da..a3ab30f 100644
--- a/src/mlpack/methods/gmm/em_fit_impl.hpp
+++ b/src/mlpack/methods/gmm/em_fit_impl.hpp
@@ -5,7 +5,7 @@
  *
  * Implementation of EM algorithm for fitting GMMs.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/gmm.cpp b/src/mlpack/methods/gmm/gmm.cpp
index d3f6d30..ebc6856 100644
--- a/src/mlpack/methods/gmm/gmm.cpp
+++ b/src/mlpack/methods/gmm/gmm.cpp
@@ -6,7 +6,7 @@
  *
  * Implementation of template-based GMM methods.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/gmm.hpp b/src/mlpack/methods/gmm/gmm.hpp
index 7f579ca..4b9c351 100644
--- a/src/mlpack/methods/gmm/gmm.hpp
+++ b/src/mlpack/methods/gmm/gmm.hpp
@@ -6,7 +6,7 @@
  * Defines a Gaussian Mixture model and
  * estimates the parameters of the model
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/gmm_generate_main.cpp b/src/mlpack/methods/gmm/gmm_generate_main.cpp
index 02dfbe2..759713f 100644
--- a/src/mlpack/methods/gmm/gmm_generate_main.cpp
+++ b/src/mlpack/methods/gmm/gmm_generate_main.cpp
@@ -4,7 +4,7 @@
  *
  * Load a GMM from file, then generate samples from it.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/gmm_impl.hpp b/src/mlpack/methods/gmm/gmm_impl.hpp
index 78cc98d..e594a98 100644
--- a/src/mlpack/methods/gmm/gmm_impl.hpp
+++ b/src/mlpack/methods/gmm/gmm_impl.hpp
@@ -6,7 +6,7 @@
  *
  * Implementation of template-based GMM methods.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/gmm_probability_main.cpp b/src/mlpack/methods/gmm/gmm_probability_main.cpp
index 7032e3a..59a37eb 100644
--- a/src/mlpack/methods/gmm/gmm_probability_main.cpp
+++ b/src/mlpack/methods/gmm/gmm_probability_main.cpp
@@ -4,7 +4,7 @@
  *
  * Given a GMM, calculate the probability of points coming from it.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/gmm_train_main.cpp b/src/mlpack/methods/gmm/gmm_train_main.cpp
index bbc322b..471a662 100644
--- a/src/mlpack/methods/gmm/gmm_train_main.cpp
+++ b/src/mlpack/methods/gmm/gmm_train_main.cpp
@@ -4,7 +4,7 @@
  *
  * This program trains a mixture of Gaussians on a given data matrix.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/no_constraint.hpp b/src/mlpack/methods/gmm/no_constraint.hpp
index 3001390..078a083 100644
--- a/src/mlpack/methods/gmm/no_constraint.hpp
+++ b/src/mlpack/methods/gmm/no_constraint.hpp
@@ -4,7 +4,7 @@
  *
  * No constraint on the covariance matrix.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/gmm/positive_definite_constraint.hpp b/src/mlpack/methods/gmm/positive_definite_constraint.hpp
index 762feb2..f176890 100644
--- a/src/mlpack/methods/gmm/positive_definite_constraint.hpp
+++ b/src/mlpack/methods/gmm/positive_definite_constraint.hpp
@@ -4,7 +4,7 @@
  *
  * Restricts a covariance matrix to being positive definite.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm.hpp b/src/mlpack/methods/hmm/hmm.hpp
index e668f9d..ee50084 100644
--- a/src/mlpack/methods/hmm/hmm.hpp
+++ b/src/mlpack/methods/hmm/hmm.hpp
@@ -6,7 +6,7 @@
  *
  * Definition of HMM class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_generate_main.cpp b/src/mlpack/methods/hmm/hmm_generate_main.cpp
index 78bfa99..3b95475 100644
--- a/src/mlpack/methods/hmm/hmm_generate_main.cpp
+++ b/src/mlpack/methods/hmm/hmm_generate_main.cpp
@@ -6,7 +6,7 @@
  * Compute the most probably hidden state sequence of a given observation
  * sequence for a given HMM.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_impl.hpp b/src/mlpack/methods/hmm/hmm_impl.hpp
index 3f6955c..c5884ff 100644
--- a/src/mlpack/methods/hmm/hmm_impl.hpp
+++ b/src/mlpack/methods/hmm/hmm_impl.hpp
@@ -6,7 +6,7 @@
  *
  * Implementation of HMM class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_loglik_main.cpp b/src/mlpack/methods/hmm/hmm_loglik_main.cpp
index 8e37c53..a9ba9bb 100644
--- a/src/mlpack/methods/hmm/hmm_loglik_main.cpp
+++ b/src/mlpack/methods/hmm/hmm_loglik_main.cpp
@@ -4,7 +4,7 @@
  *
  * Compute the log-likelihood of a given sequence for a given HMM.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_regression.hpp b/src/mlpack/methods/hmm/hmm_regression.hpp
index 8c2a972..a4780d6 100644
--- a/src/mlpack/methods/hmm/hmm_regression.hpp
+++ b/src/mlpack/methods/hmm/hmm_regression.hpp
@@ -4,7 +4,7 @@
  *
  * Definition of HMMRegression class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_regression_impl.hpp b/src/mlpack/methods/hmm/hmm_regression_impl.hpp
index 11727f8..1d9e7b1 100644
--- a/src/mlpack/methods/hmm/hmm_regression_impl.hpp
+++ b/src/mlpack/methods/hmm/hmm_regression_impl.hpp
@@ -6,7 +6,7 @@
  *
  * Implementation of HMMRegression class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_train_main.cpp b/src/mlpack/methods/hmm/hmm_train_main.cpp
index 2e46ea8..b2b59d2 100644
--- a/src/mlpack/methods/hmm/hmm_train_main.cpp
+++ b/src/mlpack/methods/hmm/hmm_train_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable which trains an HMM and saves the trained HMM to file.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_util.hpp b/src/mlpack/methods/hmm/hmm_util.hpp
index 848f593..9beeadc 100644
--- a/src/mlpack/methods/hmm/hmm_util.hpp
+++ b/src/mlpack/methods/hmm/hmm_util.hpp
@@ -4,7 +4,7 @@
  *
  * Utility to read HMM type from file.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_util_impl.hpp b/src/mlpack/methods/hmm/hmm_util_impl.hpp
index 2c5766e..eb6cdd0 100644
--- a/src/mlpack/methods/hmm/hmm_util_impl.hpp
+++ b/src/mlpack/methods/hmm/hmm_util_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of HMM utilities to load arbitrary HMM types.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hmm/hmm_viterbi_main.cpp b/src/mlpack/methods/hmm/hmm_viterbi_main.cpp
index 06a6989..6e781e6 100644
--- a/src/mlpack/methods/hmm/hmm_viterbi_main.cpp
+++ b/src/mlpack/methods/hmm/hmm_viterbi_main.cpp
@@ -5,7 +5,7 @@
  * Compute the most probably hidden state sequence of a given observation
  * sequence for a given HMM.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/binary_numeric_split.hpp b/src/mlpack/methods/hoeffding_trees/binary_numeric_split.hpp
index 145a5cf..eddaf87 100644
--- a/src/mlpack/methods/hoeffding_trees/binary_numeric_split.hpp
+++ b/src/mlpack/methods/hoeffding_trees/binary_numeric_split.hpp
@@ -5,7 +5,7 @@
  * An implementation of the binary-tree-based numeric splitting procedure
  * described by Gama, Rocha, and Medas in their KDD 2003 paper.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp b/src/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp
index 735ba6a..c2aa611 100644
--- a/src/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp
+++ b/src/mlpack/methods/hoeffding_trees/binary_numeric_split_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the BinaryNumericSplit class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/binary_numeric_split_info.hpp b/src/mlpack/methods/hoeffding_trees/binary_numeric_split_info.hpp
index 7829da9..137afa8 100644
--- a/src/mlpack/methods/hoeffding_trees/binary_numeric_split_info.hpp
+++ b/src/mlpack/methods/hoeffding_trees/binary_numeric_split_info.hpp
@@ -5,7 +5,7 @@
  * After a binary numeric split has been made, this holds information on the
  * split (just the split point).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/categorical_split_info.hpp b/src/mlpack/methods/hoeffding_trees/categorical_split_info.hpp
index c008e35..4632664 100644
--- a/src/mlpack/methods/hoeffding_trees/categorical_split_info.hpp
+++ b/src/mlpack/methods/hoeffding_trees/categorical_split_info.hpp
@@ -4,7 +4,7 @@
  *
  * After a categorical split has been made, this holds information on the split.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/gini_impurity.hpp b/src/mlpack/methods/hoeffding_trees/gini_impurity.hpp
index 6e57ff2..1384ce0 100644
--- a/src/mlpack/methods/hoeffding_trees/gini_impurity.hpp
+++ b/src/mlpack/methods/hoeffding_trees/gini_impurity.hpp
@@ -5,7 +5,7 @@
  * The GiniImpurity class, which is a fitness function (FitnessFunction) for
  * streaming decision trees.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split.hpp
index 5d91dbf..5e476a0 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split.hpp
@@ -5,7 +5,7 @@
  * A class that contains the information necessary to perform a categorical
  * split for Hoeffding trees.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp
index 03ce017..de5236c 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implemental of the HoeffdingCategoricalSplit class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split.hpp
index 60b8f03..e73ce80 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split.hpp
@@ -6,7 +6,7 @@
  * implementation based on a minor note in the paper "Mining High-Speed Data
  * Streams" by Pedro Domingos and Geoff Hulten.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp
index 09f70e9..8a3f263 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_numeric_split_impl.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of the simple HoeffdingNumericSplit class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp
index 56bfba3..82e2d16 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp
@@ -5,7 +5,7 @@
  * An implementation of the standard Hoeffding tree by Pedro Domingos and Geoff
  * Hulten in ``Mining High-Speed Data Streams''.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp
index a71db01..01eed0f 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the HoeffdingTree class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp b/src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp
index 0a60463..153c9e8 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp
@@ -4,7 +4,7 @@
  *
  * A command-line executable that can build a streaming decision tree.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/information_gain.hpp b/src/mlpack/methods/hoeffding_trees/information_gain.hpp
index 5a0474f..36a30c2 100644
--- a/src/mlpack/methods/hoeffding_trees/information_gain.hpp
+++ b/src/mlpack/methods/hoeffding_trees/information_gain.hpp
@@ -5,7 +5,7 @@
  * An implementation of information gain, which can be used in place of Gini
  * impurity.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/numeric_split_info.hpp b/src/mlpack/methods/hoeffding_trees/numeric_split_info.hpp
index 97b65d8..4384dd4 100644
--- a/src/mlpack/methods/hoeffding_trees/numeric_split_info.hpp
+++ b/src/mlpack/methods/hoeffding_trees/numeric_split_info.hpp
@@ -4,7 +4,7 @@
  *
  * After a numeric split has been made, this holds information on the split.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/hoeffding_trees/typedef.hpp b/src/mlpack/methods/hoeffding_trees/typedef.hpp
index b254d26..b60ad3e 100644
--- a/src/mlpack/methods/hoeffding_trees/typedef.hpp
+++ b/src/mlpack/methods/hoeffding_trees/typedef.hpp
@@ -4,7 +4,7 @@
  *
  * Useful typedefs.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kernel_pca/kernel_pca.hpp b/src/mlpack/methods/kernel_pca/kernel_pca.hpp
index bee73e0..0aa875c 100644
--- a/src/mlpack/methods/kernel_pca/kernel_pca.hpp
+++ b/src/mlpack/methods/kernel_pca/kernel_pca.hpp
@@ -6,7 +6,7 @@
  * Defines the KernelPCA class to perform Kernel Principal Components Analysis
  * on the specified data set.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp b/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
index 51b63d0..d9436dc 100644
--- a/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
+++ b/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
@@ -6,7 +6,7 @@
  * Implementation of Kernel PCA class to perform Kernel Principal Components
  * Analysis on the specified data set.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp b/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
index 86ce059..d2b61b4 100644
--- a/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
+++ b/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable for Kernel PCA.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp b/src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp
index 8de36b6..33431a9 100644
--- a/src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp
+++ b/src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp
@@ -4,7 +4,7 @@
  *
  * Use the naive method to construct the kernel matrix.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp b/src/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp
index 800bc43f..8124779 100644
--- a/src/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp
+++ b/src/mlpack/methods/kernel_pca/kernel_rules/nystroem_method.hpp
@@ -4,7 +4,7 @@
  *
  * Use the Nystroem method for approximating a kernel matrix.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/allow_empty_clusters.hpp b/src/mlpack/methods/kmeans/allow_empty_clusters.hpp
index 91c30f6..ac04660 100644
--- a/src/mlpack/methods/kmeans/allow_empty_clusters.hpp
+++ b/src/mlpack/methods/kmeans/allow_empty_clusters.hpp
@@ -5,7 +5,7 @@
  * This very simple policy is used when K-Means is allowed to return empty
  * clusters.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/dual_tree_kmeans.hpp b/src/mlpack/methods/kmeans/dual_tree_kmeans.hpp
index ecaeea9..54c92b4 100644
--- a/src/mlpack/methods/kmeans/dual_tree_kmeans.hpp
+++ b/src/mlpack/methods/kmeans/dual_tree_kmeans.hpp
@@ -7,7 +7,7 @@
  * probably limited to the case where k is close to the number of points in the
  * dataset, and the number of iterations of the k-means algorithm will be few.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/dual_tree_kmeans_impl.hpp b/src/mlpack/methods/kmeans/dual_tree_kmeans_impl.hpp
index bb298de..d31e25a 100644
--- a/src/mlpack/methods/kmeans/dual_tree_kmeans_impl.hpp
+++ b/src/mlpack/methods/kmeans/dual_tree_kmeans_impl.hpp
@@ -7,7 +7,7 @@
  * probably limited to the case where k is close to the number of points in the
  * dataset, and the number of iterations of the k-means algorithm will be few.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp b/src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp
index 0a20ab3..83c9cd6 100644
--- a/src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp
+++ b/src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp
@@ -6,7 +6,7 @@
  * nearest neighbor search.  For the most part we'll call out to
  * NeighborSearchRules when we can.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/dual_tree_kmeans_rules_impl.hpp b/src/mlpack/methods/kmeans/dual_tree_kmeans_rules_impl.hpp
index ab4f031..ecf1147 100644
--- a/src/mlpack/methods/kmeans/dual_tree_kmeans_rules_impl.hpp
+++ b/src/mlpack/methods/kmeans/dual_tree_kmeans_rules_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of DualTreeKMeansRules.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/dual_tree_kmeans_statistic.hpp b/src/mlpack/methods/kmeans/dual_tree_kmeans_statistic.hpp
index 5123aca..88b4c7d 100644
--- a/src/mlpack/methods/kmeans/dual_tree_kmeans_statistic.hpp
+++ b/src/mlpack/methods/kmeans/dual_tree_kmeans_statistic.hpp
@@ -4,7 +4,7 @@
  *
  * Statistic for dual-tree nearest neighbor search based k-means clustering.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/elkan_kmeans.hpp b/src/mlpack/methods/kmeans/elkan_kmeans.hpp
index 91e532a..0b7b298 100644
--- a/src/mlpack/methods/kmeans/elkan_kmeans.hpp
+++ b/src/mlpack/methods/kmeans/elkan_kmeans.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of Elkan's algorithm for exact Lloyd iterations.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/elkan_kmeans_impl.hpp b/src/mlpack/methods/kmeans/elkan_kmeans_impl.hpp
index ebfb007..8105229 100644
--- a/src/mlpack/methods/kmeans/elkan_kmeans_impl.hpp
+++ b/src/mlpack/methods/kmeans/elkan_kmeans_impl.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of Elkan's algorithm for exact Lloyd iterations.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/hamerly_kmeans.hpp b/src/mlpack/methods/kmeans/hamerly_kmeans.hpp
index 024e2a6..7cb1fd4 100644
--- a/src/mlpack/methods/kmeans/hamerly_kmeans.hpp
+++ b/src/mlpack/methods/kmeans/hamerly_kmeans.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of Greg Hamerly's algorithm for k-means clustering.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/hamerly_kmeans_impl.hpp b/src/mlpack/methods/kmeans/hamerly_kmeans_impl.hpp
index dcb919c..842f98c 100644
--- a/src/mlpack/methods/kmeans/hamerly_kmeans_impl.hpp
+++ b/src/mlpack/methods/kmeans/hamerly_kmeans_impl.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of Greg Hamerly's algorithm for k-means clustering.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/kmeans.hpp b/src/mlpack/methods/kmeans/kmeans.hpp
index 1bbba48..2abc4ee 100644
--- a/src/mlpack/methods/kmeans/kmeans.hpp
+++ b/src/mlpack/methods/kmeans/kmeans.hpp
@@ -4,7 +4,7 @@
  *
  * K-Means clustering.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/kmeans_impl.hpp b/src/mlpack/methods/kmeans/kmeans_impl.hpp
index 3f3a6b5..c3254b3 100644
--- a/src/mlpack/methods/kmeans/kmeans_impl.hpp
+++ b/src/mlpack/methods/kmeans/kmeans_impl.hpp
@@ -5,7 +5,7 @@
  *
  * Implementation for the K-means method for getting an initial point.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/kmeans_main.cpp b/src/mlpack/methods/kmeans/kmeans_main.cpp
index 0d1b1b1..88822e9 100644
--- a/src/mlpack/methods/kmeans/kmeans_main.cpp
+++ b/src/mlpack/methods/kmeans/kmeans_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable for running K-Means.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp b/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp
index 656720b..c9cd8a9 100644
--- a/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp
+++ b/src/mlpack/methods/kmeans/max_variance_new_cluster.hpp
@@ -6,7 +6,7 @@
  * an empty cluster is detected, the point furthest from the centroid of the
  * cluster with maximum variance is taken to be a new cluster.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp b/src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp
index ba9a0da..d2f17d2 100644
--- a/src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp
+++ b/src/mlpack/methods/kmeans/max_variance_new_cluster_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of MaxVarianceNewCluster class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/naive_kmeans.hpp b/src/mlpack/methods/kmeans/naive_kmeans.hpp
index 2b26e63..8179e40 100644
--- a/src/mlpack/methods/kmeans/naive_kmeans.hpp
+++ b/src/mlpack/methods/kmeans/naive_kmeans.hpp
@@ -6,7 +6,7 @@
  * k-means clustering.  This may still be the best choice for small datasets or
  * datasets with very high dimensionality.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/naive_kmeans_impl.hpp b/src/mlpack/methods/kmeans/naive_kmeans_impl.hpp
index 353a735..7d62fbf 100644
--- a/src/mlpack/methods/kmeans/naive_kmeans_impl.hpp
+++ b/src/mlpack/methods/kmeans/naive_kmeans_impl.hpp
@@ -6,7 +6,7 @@
  * k-means clustering.  This may still be the best choice for small datasets or
  * datasets with very high dimensionality.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/pelleg_moore_kmeans.hpp b/src/mlpack/methods/kmeans/pelleg_moore_kmeans.hpp
index 7112948..8984eac 100644
--- a/src/mlpack/methods/kmeans/pelleg_moore_kmeans.hpp
+++ b/src/mlpack/methods/kmeans/pelleg_moore_kmeans.hpp
@@ -5,7 +5,7 @@
  * An implementation of Pelleg-Moore's 'blacklist' algorithm for k-means
  * clustering.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/pelleg_moore_kmeans_impl.hpp b/src/mlpack/methods/kmeans/pelleg_moore_kmeans_impl.hpp
index d8c6d21..7148fba 100644
--- a/src/mlpack/methods/kmeans/pelleg_moore_kmeans_impl.hpp
+++ b/src/mlpack/methods/kmeans/pelleg_moore_kmeans_impl.hpp
@@ -5,7 +5,7 @@
  * An implementation of Pelleg-Moore's 'blacklist' algorithm for k-means
  * clustering.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules.hpp b/src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules.hpp
index 04b361a..d5fd7aa 100644
--- a/src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules.hpp
+++ b/src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules.hpp
@@ -6,7 +6,7 @@
  * single-tree k-means clustering using the Pelleg-Moore fast k-means algorithm,
  * which has been shoehorned to fit into the mlpack tree abstractions.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules_impl.hpp b/src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules_impl.hpp
index 302f620..fbdbcfa 100644
--- a/src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules_impl.hpp
+++ b/src/mlpack/methods/kmeans/pelleg_moore_kmeans_rules_impl.hpp
@@ -6,7 +6,7 @@
  * single-tree k-means clustering using the fast Pelleg-Moore k-means algorithm,
  * which has been shoehorned into the mlpack tree abstractions.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/pelleg_moore_kmeans_statistic.hpp b/src/mlpack/methods/kmeans/pelleg_moore_kmeans_statistic.hpp
index 3261fca..ac4a11d 100644
--- a/src/mlpack/methods/kmeans/pelleg_moore_kmeans_statistic.hpp
+++ b/src/mlpack/methods/kmeans/pelleg_moore_kmeans_statistic.hpp
@@ -5,7 +5,7 @@
  * A StatisticType for trees which holds the blacklist for various k-means
  * clusters.  See the Pelleg and Moore paper for more details.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/random_partition.hpp b/src/mlpack/methods/kmeans/random_partition.hpp
index b5e87d3..4384705 100644
--- a/src/mlpack/methods/kmeans/random_partition.hpp
+++ b/src/mlpack/methods/kmeans/random_partition.hpp
@@ -5,7 +5,7 @@
  * Very simple partitioner which partitions the data randomly into the number of
  * desired clusters.  Used as the default InitialPartitionPolicy for KMeans.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/refined_start.hpp b/src/mlpack/methods/kmeans/refined_start.hpp
index b19da59..9791dfa 100644
--- a/src/mlpack/methods/kmeans/refined_start.hpp
+++ b/src/mlpack/methods/kmeans/refined_start.hpp
@@ -6,7 +6,7 @@
  * K-Means clustering".  This class is meant to provide better initial points
  * for the k-means algorithm.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/kmeans/refined_start_impl.hpp b/src/mlpack/methods/kmeans/refined_start_impl.hpp
index 751e117..7a54781 100644
--- a/src/mlpack/methods/kmeans/refined_start_impl.hpp
+++ b/src/mlpack/methods/kmeans/refined_start_impl.hpp
@@ -6,7 +6,7 @@
  * K-Means clustering".  This class is meant to provide better initial points
  * for the k-means algorithm.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/lars/lars.cpp b/src/mlpack/methods/lars/lars.cpp
index 28bec67..e5505cd 100644
--- a/src/mlpack/methods/lars/lars.cpp
+++ b/src/mlpack/methods/lars/lars.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of LARS and LASSO.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/lars/lars.hpp b/src/mlpack/methods/lars/lars.hpp
index 0a70f9c..b43b8dd 100644
--- a/src/mlpack/methods/lars/lars.hpp
+++ b/src/mlpack/methods/lars/lars.hpp
@@ -16,7 +16,7 @@
  * Although this option currently is not implemented, it will be implemented
  * very soon.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/lars/lars_impl.hpp b/src/mlpack/methods/lars/lars_impl.hpp
index 0e0676c..b095ce1 100644
--- a/src/mlpack/methods/lars/lars_impl.hpp
+++ b/src/mlpack/methods/lars/lars_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of templated LARS functions.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/lars/lars_main.cpp b/src/mlpack/methods/lars/lars_main.cpp
index 4fe9b79..26a8d58 100644
--- a/src/mlpack/methods/lars/lars_main.cpp
+++ b/src/mlpack/methods/lars/lars_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable for LARS.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/linear_regression/linear_regression.cpp b/src/mlpack/methods/linear_regression/linear_regression.cpp
index 44e4772..426a454 100644
--- a/src/mlpack/methods/linear_regression/linear_regression.cpp
+++ b/src/mlpack/methods/linear_regression/linear_regression.cpp
@@ -5,7 +5,7 @@
  *
  * Implementation of simple linear regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/linear_regression/linear_regression.hpp b/src/mlpack/methods/linear_regression/linear_regression.hpp
index 9e30789..f6f4807 100644
--- a/src/mlpack/methods/linear_regression/linear_regression.hpp
+++ b/src/mlpack/methods/linear_regression/linear_regression.hpp
@@ -5,7 +5,7 @@
  *
  * Simple least-squares linear regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/linear_regression/linear_regression_main.cpp b/src/mlpack/methods/linear_regression/linear_regression_main.cpp
index 272ebb6..8fed501 100644
--- a/src/mlpack/methods/linear_regression/linear_regression_main.cpp
+++ b/src/mlpack/methods/linear_regression/linear_regression_main.cpp
@@ -4,7 +4,7 @@
  *
  * Main function for least-squares linear regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/local_coordinate_coding/lcc.cpp b/src/mlpack/methods/local_coordinate_coding/lcc.cpp
index c30d0ad..ffd8ffb 100644
--- a/src/mlpack/methods/local_coordinate_coding/lcc.cpp
+++ b/src/mlpack/methods/local_coordinate_coding/lcc.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of Local Coordinate Coding.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/local_coordinate_coding/lcc.hpp b/src/mlpack/methods/local_coordinate_coding/lcc.hpp
index 4c14eb8..dc6631d 100644
--- a/src/mlpack/methods/local_coordinate_coding/lcc.hpp
+++ b/src/mlpack/methods/local_coordinate_coding/lcc.hpp
@@ -5,7 +5,7 @@
  * Definition of the LocalCoordinateCoding class, which performs the Local
  * Coordinate Coding algorithm.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp b/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp
index 6c6f099..f4993d0 100644
--- a/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp
+++ b/src/mlpack/methods/local_coordinate_coding/lcc_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of Local Coordinate Coding
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/local_coordinate_coding/lcc_main.cpp b/src/mlpack/methods/local_coordinate_coding/lcc_main.cpp
index 128517d..4e74397 100644
--- a/src/mlpack/methods/local_coordinate_coding/lcc_main.cpp
+++ b/src/mlpack/methods/local_coordinate_coding/lcc_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable for Local Coordinate Coding.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/logistic_regression/logistic_regression.hpp b/src/mlpack/methods/logistic_regression/logistic_regression.hpp
index 635ea44..694a39c 100644
--- a/src/mlpack/methods/logistic_regression/logistic_regression.hpp
+++ b/src/mlpack/methods/logistic_regression/logistic_regression.hpp
@@ -5,7 +5,7 @@
  * The LogisticRegression class, which implements logistic regression.  This
  * implements supports L2-regularization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/logistic_regression/logistic_regression_function.hpp b/src/mlpack/methods/logistic_regression/logistic_regression_function.hpp
index 1f5731e..145470a 100644
--- a/src/mlpack/methods/logistic_regression/logistic_regression_function.hpp
+++ b/src/mlpack/methods/logistic_regression/logistic_regression_function.hpp
@@ -6,7 +6,7 @@
  * optimized by a separate optimizer class that takes LogisticRegressionFunction
  * as its FunctionType class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/logistic_regression/logistic_regression_function_impl.hpp b/src/mlpack/methods/logistic_regression/logistic_regression_function_impl.hpp
index 4a95ef1..3cc3d0a 100644
--- a/src/mlpack/methods/logistic_regression/logistic_regression_function_impl.hpp
+++ b/src/mlpack/methods/logistic_regression/logistic_regression_function_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the LogisticRegressionFunction class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/logistic_regression/logistic_regression_impl.hpp b/src/mlpack/methods/logistic_regression/logistic_regression_impl.hpp
index 1a36acc..84b28c7 100644
--- a/src/mlpack/methods/logistic_regression/logistic_regression_impl.hpp
+++ b/src/mlpack/methods/logistic_regression/logistic_regression_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of the LogisticRegression class.  This implementation supports
  * L2-regularization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp b/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp
index fde567a..f703755 100644
--- a/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp
+++ b/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp
@@ -4,7 +4,7 @@
  *
  * Main executable for logistic regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/lsh/lsh_main.cpp b/src/mlpack/methods/lsh/lsh_main.cpp
index 5250556..0a15731 100644
--- a/src/mlpack/methods/lsh/lsh_main.cpp
+++ b/src/mlpack/methods/lsh/lsh_main.cpp
@@ -5,7 +5,7 @@
  * This file computes the approximate nearest-neighbors using 2-stable
  * Locality-sensitive Hashing.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/lsh/lsh_search.hpp b/src/mlpack/methods/lsh/lsh_search.hpp
index 428aca2..bb08c8d 100644
--- a/src/mlpack/methods/lsh/lsh_search.hpp
+++ b/src/mlpack/methods/lsh/lsh_search.hpp
@@ -20,7 +20,7 @@
  * }
  *
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/lsh/lsh_search_impl.hpp b/src/mlpack/methods/lsh/lsh_search_impl.hpp
index e78a7e2..7f85ab7 100644
--- a/src/mlpack/methods/lsh/lsh_search_impl.hpp
+++ b/src/mlpack/methods/lsh/lsh_search_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the LSHSearch class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/matrix_completion/matrix_completion.cpp b/src/mlpack/methods/matrix_completion/matrix_completion.cpp
index 2c5352d..918ffbe 100644
--- a/src/mlpack/methods/matrix_completion/matrix_completion.cpp
+++ b/src/mlpack/methods/matrix_completion/matrix_completion.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of MatrixCompletion class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/matrix_completion/matrix_completion.hpp b/src/mlpack/methods/matrix_completion/matrix_completion.hpp
index 186ad20..c3fc4e8 100644
--- a/src/mlpack/methods/matrix_completion/matrix_completion.hpp
+++ b/src/mlpack/methods/matrix_completion/matrix_completion.hpp
@@ -5,7 +5,7 @@
  * A thin wrapper around nuclear norm minimization to solve
  * low rank matrix completion problems.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/mean_shift/mean_shift.hpp b/src/mlpack/methods/mean_shift/mean_shift.hpp
index 8516193..6de682d 100644
--- a/src/mlpack/methods/mean_shift/mean_shift.hpp
+++ b/src/mlpack/methods/mean_shift/mean_shift.hpp
@@ -4,7 +4,7 @@
  *
  * Mean Shift clustering
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/mean_shift/mean_shift_impl.hpp b/src/mlpack/methods/mean_shift/mean_shift_impl.hpp
index c3a7027..2ebdc5a 100644
--- a/src/mlpack/methods/mean_shift/mean_shift_impl.hpp
+++ b/src/mlpack/methods/mean_shift/mean_shift_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Mean shift clustering implementation.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/mean_shift/mean_shift_main.cpp b/src/mlpack/methods/mean_shift/mean_shift_main.cpp
index ce2fa21..8b6baaa 100644
--- a/src/mlpack/methods/mean_shift/mean_shift_main.cpp
+++ b/src/mlpack/methods/mean_shift/mean_shift_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable for running Mean Shift
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp b/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
index 3350f02..572fc8a 100644
--- a/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
+++ b/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
@@ -6,7 +6,7 @@
  * the features.  It is assumed that the features have been sampled from a
  * Gaussian PDF.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp b/src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp
index ce8978a..c05c0fc 100644
--- a/src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp
+++ b/src/mlpack/methods/naive_bayes/naive_bayes_classifier_impl.hpp
@@ -8,7 +8,7 @@
  * that the features have been sampled from a set of Gaussians with diagonal
  * covariance.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/naive_bayes/nbc_main.cpp b/src/mlpack/methods/naive_bayes/nbc_main.cpp
index 0ee78ce..56225fb 100644
--- a/src/mlpack/methods/naive_bayes/nbc_main.cpp
+++ b/src/mlpack/methods/naive_bayes/nbc_main.cpp
@@ -7,7 +7,7 @@
  * This classifier does parametric naive bayes classification assuming that the
  * features are sampled from a Gaussian distribution.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nca/nca.hpp b/src/mlpack/methods/nca/nca.hpp
index 50d6da6..3722467 100644
--- a/src/mlpack/methods/nca/nca.hpp
+++ b/src/mlpack/methods/nca/nca.hpp
@@ -4,7 +4,7 @@
  *
  * Declaration of NCA class (Neighborhood Components Analysis).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nca/nca_impl.hpp b/src/mlpack/methods/nca/nca_impl.hpp
index d1c0270..32562a0 100644
--- a/src/mlpack/methods/nca/nca_impl.hpp
+++ b/src/mlpack/methods/nca/nca_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of templated NCA class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nca/nca_main.cpp b/src/mlpack/methods/nca/nca_main.cpp
index 817baa4..3cac655 100644
--- a/src/mlpack/methods/nca/nca_main.cpp
+++ b/src/mlpack/methods/nca/nca_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable for Neighborhood Components Analysis.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nca/nca_softmax_error_function.hpp b/src/mlpack/methods/nca/nca_softmax_error_function.hpp
index 38c0251..4e81d38 100644
--- a/src/mlpack/methods/nca/nca_softmax_error_function.hpp
+++ b/src/mlpack/methods/nca/nca_softmax_error_function.hpp
@@ -5,7 +5,7 @@
  * Implementation of the stochastic neighbor assignment probability error
  * function (the "softmax error").
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp b/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp
index a6c482f..167c3b2 100644
--- a/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp
+++ b/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the Softmax error function.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/allkfn_main.cpp b/src/mlpack/methods/neighbor_search/allkfn_main.cpp
index ef4e98c..12f2e02 100644
--- a/src/mlpack/methods/neighbor_search/allkfn_main.cpp
+++ b/src/mlpack/methods/neighbor_search/allkfn_main.cpp
@@ -6,7 +6,7 @@ w
  * Implementation of the AllkFN executable.  Allows some number of standard
  * options.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/allknn_main.cpp b/src/mlpack/methods/neighbor_search/allknn_main.cpp
index 8474c3e..15c2743 100644
--- a/src/mlpack/methods/neighbor_search/allknn_main.cpp
+++ b/src/mlpack/methods/neighbor_search/allknn_main.cpp
@@ -5,7 +5,7 @@
  * Implementation of the AllkNN executable.  Allows some number of standard
  * options.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/neighbor_search.hpp b/src/mlpack/methods/neighbor_search/neighbor_search.hpp
index 113917a..10aca8c 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search.hpp
@@ -5,7 +5,7 @@
  * Defines the NeighborSearch class, which performs an abstract
  * nearest-neighbor-like query on two datasets.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp b/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
index 0a802e1..2d9a2c1 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of Neighbor-Search class to perform all-nearest-neighbors on
  * two specified data sets.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp b/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
index 61b1920..a247c2e 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
@@ -5,7 +5,7 @@
  * Defines the pruning rules and base case rules necessary to perform a
  * tree-based search (with an arbitrary tree) for the NeighborSearch class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp b/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp
index 61e6283..94ed35c 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search_rules_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of NearestNeighborRules.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/neighbor_search_stat.hpp b/src/mlpack/methods/neighbor_search/neighbor_search_stat.hpp
index 3091d2f..68120fd 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search_stat.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search_stat.hpp
@@ -5,7 +5,7 @@
  * Defines the NeighborSearch class, which performs an abstract
  * nearest-neighbor-like query on two datasets.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/ns_model.hpp b/src/mlpack/methods/neighbor_search/ns_model.hpp
index 8dd1635..1492c55 100644
--- a/src/mlpack/methods/neighbor_search/ns_model.hpp
+++ b/src/mlpack/methods/neighbor_search/ns_model.hpp
@@ -7,7 +7,7 @@
  * different types of trees, and also reflects the NeighborSearch API and
  * automatically directs to the right tree type.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/ns_model_impl.hpp b/src/mlpack/methods/neighbor_search/ns_model_impl.hpp
index 894b93e..a93a934 100644
--- a/src/mlpack/methods/neighbor_search/ns_model_impl.hpp
+++ b/src/mlpack/methods/neighbor_search/ns_model_impl.hpp
@@ -7,7 +7,7 @@
  * different types of trees, and also reflects the NeighborSearch API and
  * automatically directs to the right tree type.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/ns_traversal_info.hpp b/src/mlpack/methods/neighbor_search/ns_traversal_info.hpp
index 7775438..3f25df9 100644
--- a/src/mlpack/methods/neighbor_search/ns_traversal_info.hpp
+++ b/src/mlpack/methods/neighbor_search/ns_traversal_info.hpp
@@ -5,7 +5,7 @@
  * This class holds traversal information for dual-tree traversals that are
  * using the NeighborSearchRules RuleType.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp b/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp
index 8ac9b60..39512da 100644
--- a/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp
+++ b/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the simple FurthestNeighborSort policy class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp b/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp
index a3f401a..8f077f7 100644
--- a/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp
+++ b/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort.hpp
@@ -5,7 +5,7 @@
  * Implementation of the SortPolicy class for NeighborSearch; in this case, the
  * furthest neighbors are those that are most important.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp b/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp
index da6fc97..bd30c1a 100644
--- a/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp
+++ b/src/mlpack/methods/neighbor_search/sort_policies/furthest_neighbor_sort_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of templated methods for the FurthestNeighborSort SortPolicy
  * class for the NeighborSearch class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp b/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp
index 582602c..0e6a3ab 100644
--- a/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp
+++ b/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the simple NearestNeighborSort policy class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp b/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp
index e8a87a2..fbafc68 100644
--- a/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp
+++ b/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort.hpp
@@ -5,7 +5,7 @@
  * Implementation of the SortPolicy class for NeighborSearch; in this case, the
  * nearest neighbors are those that are most important.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp b/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp
index ef03310..d5a8c96 100644
--- a/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp
+++ b/src/mlpack/methods/neighbor_search/sort_policies/nearest_neighbor_sort_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of templated methods for the NearestNeighborSort SortPolicy
  * class for the NeighborSearch class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/typedef.hpp b/src/mlpack/methods/neighbor_search/typedef.hpp
index b6e9870..cf0f9a6 100644
--- a/src/mlpack/methods/neighbor_search/typedef.hpp
+++ b/src/mlpack/methods/neighbor_search/typedef.hpp
@@ -6,7 +6,7 @@
  * class which are commonly used.  This is meant to be included by
  * neighbor_search.h but is a separate file for simplicity.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/unmap.cpp b/src/mlpack/methods/neighbor_search/unmap.cpp
index 61daf38..0442a2a 100644
--- a/src/mlpack/methods/neighbor_search/unmap.cpp
+++ b/src/mlpack/methods/neighbor_search/unmap.cpp
@@ -4,7 +4,7 @@
  *
  * Auxiliary function to unmap neighbor search results.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/neighbor_search/unmap.hpp b/src/mlpack/methods/neighbor_search/unmap.hpp
index 68a648f..8c1fcbd 100644
--- a/src/mlpack/methods/neighbor_search/unmap.hpp
+++ b/src/mlpack/methods/neighbor_search/unmap.hpp
@@ -4,7 +4,7 @@
  *
  * Convenience methods to unmap results.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nmf/nmf_main.cpp b/src/mlpack/methods/nmf/nmf_main.cpp
index 326a380..b20ba33 100644
--- a/src/mlpack/methods/nmf/nmf_main.cpp
+++ b/src/mlpack/methods/nmf/nmf_main.cpp
@@ -4,7 +4,7 @@
  *
  * Main executable to run NMF.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nystroem_method/kmeans_selection.hpp b/src/mlpack/methods/nystroem_method/kmeans_selection.hpp
index 9b95394..6d921f1 100644
--- a/src/mlpack/methods/nystroem_method/kmeans_selection.hpp
+++ b/src/mlpack/methods/nystroem_method/kmeans_selection.hpp
@@ -5,7 +5,7 @@
  * Use the centroids of the K-Means clustering method for use in the Nystroem
  * method of kernel matrix approximation.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nystroem_method/nystroem_method.hpp b/src/mlpack/methods/nystroem_method/nystroem_method.hpp
index ee68f5a..23abb94 100644
--- a/src/mlpack/methods/nystroem_method/nystroem_method.hpp
+++ b/src/mlpack/methods/nystroem_method/nystroem_method.hpp
@@ -7,7 +7,7 @@
  * There are many variations on how to do this, so template parameters allow the
  * selection of many different techniques.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nystroem_method/nystroem_method_impl.hpp b/src/mlpack/methods/nystroem_method/nystroem_method_impl.hpp
index 8ea3b81..72c5f99 100644
--- a/src/mlpack/methods/nystroem_method/nystroem_method_impl.hpp
+++ b/src/mlpack/methods/nystroem_method/nystroem_method_impl.hpp
@@ -5,7 +5,7 @@
  *
  * Implementation of the Nystroem method for approximating a kernel matrix.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nystroem_method/ordered_selection.hpp b/src/mlpack/methods/nystroem_method/ordered_selection.hpp
index 3134220..10fe22e 100644
--- a/src/mlpack/methods/nystroem_method/ordered_selection.hpp
+++ b/src/mlpack/methods/nystroem_method/ordered_selection.hpp
@@ -6,7 +6,7 @@
  * kernel matrix approximation. This is mostly for testing, but might have
  * other uses.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/nystroem_method/random_selection.hpp b/src/mlpack/methods/nystroem_method/random_selection.hpp
index 9f71910..283a5fe 100644
--- a/src/mlpack/methods/nystroem_method/random_selection.hpp
+++ b/src/mlpack/methods/nystroem_method/random_selection.hpp
@@ -6,7 +6,7 @@
  * method.  Replacement is suboptimal, but for rank << number of points, this is
  * unlikely.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/pca/pca.cpp b/src/mlpack/methods/pca/pca.cpp
index ced0cf5..8b1d463 100644
--- a/src/mlpack/methods/pca/pca.cpp
+++ b/src/mlpack/methods/pca/pca.cpp
@@ -5,7 +5,7 @@
  * Implementation of PCA class to perform Principal Components Analysis on the
  * specified data set.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/pca/pca.hpp b/src/mlpack/methods/pca/pca.hpp
index 0b78ed0..3383516 100644
--- a/src/mlpack/methods/pca/pca.hpp
+++ b/src/mlpack/methods/pca/pca.hpp
@@ -5,7 +5,7 @@
  * Defines the PCA class to perform Principal Components Analysis on the
  * specified data set.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/pca/pca_main.cpp b/src/mlpack/methods/pca/pca_main.cpp
index 99d9a49..69c63db 100644
--- a/src/mlpack/methods/pca/pca_main.cpp
+++ b/src/mlpack/methods/pca/pca_main.cpp
@@ -4,7 +4,7 @@
  *
  * Main executable to run PCA.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/perceptron/initialization_methods/random_init.hpp b/src/mlpack/methods/perceptron/initialization_methods/random_init.hpp
index c57acd1..022e343 100644
--- a/src/mlpack/methods/perceptron/initialization_methods/random_init.hpp
+++ b/src/mlpack/methods/perceptron/initialization_methods/random_init.hpp
@@ -4,7 +4,7 @@
  *
  * Random initialization for perceptron weights.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/perceptron/initialization_methods/zero_init.hpp b/src/mlpack/methods/perceptron/initialization_methods/zero_init.hpp
index 461bfbc..a3c8080 100644
--- a/src/mlpack/methods/perceptron/initialization_methods/zero_init.hpp
+++ b/src/mlpack/methods/perceptron/initialization_methods/zero_init.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of ZeroInitialization policy for perceptrons.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/perceptron/learning_policies/simple_weight_update.hpp b/src/mlpack/methods/perceptron/learning_policies/simple_weight_update.hpp
index c42aa36..5705486 100644
--- a/src/mlpack/methods/perceptron/learning_policies/simple_weight_update.hpp
+++ b/src/mlpack/methods/perceptron/learning_policies/simple_weight_update.hpp
@@ -4,7 +4,7 @@
  *
  * Simple weight update rule for the perceptron.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/perceptron/perceptron.hpp b/src/mlpack/methods/perceptron/perceptron.hpp
index 69003eb..69a48c2 100644
--- a/src/mlpack/methods/perceptron/perceptron.hpp
+++ b/src/mlpack/methods/perceptron/perceptron.hpp
@@ -4,7 +4,7 @@
  *
  * Definition of Perceptron class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/perceptron/perceptron_impl.hpp b/src/mlpack/methods/perceptron/perceptron_impl.hpp
index e0e1794..7f9bed2 100644
--- a/src/mlpack/methods/perceptron/perceptron_impl.hpp
+++ b/src/mlpack/methods/perceptron/perceptron_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of Perceptron class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/perceptron/perceptron_main.cpp b/src/mlpack/methods/perceptron/perceptron_main.cpp
index bfeae24..f20b166 100644
--- a/src/mlpack/methods/perceptron/perceptron_main.cpp
+++ b/src/mlpack/methods/perceptron/perceptron_main.cpp
@@ -7,7 +7,7 @@
  * Perceptrons are simple single-layer binary classifiers, which solve linearly
  * separable problems with a linear decision boundary.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/quic_svd/quic_svd.hpp b/src/mlpack/methods/quic_svd/quic_svd.hpp
index 81ca459..8d22cd5 100644
--- a/src/mlpack/methods/quic_svd/quic_svd.hpp
+++ b/src/mlpack/methods/quic_svd/quic_svd.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of QUIC-SVD.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/quic_svd/quic_svd_impl.hpp b/src/mlpack/methods/quic_svd/quic_svd_impl.hpp
index 27c28e6..cccdc16 100644
--- a/src/mlpack/methods/quic_svd/quic_svd_impl.hpp
+++ b/src/mlpack/methods/quic_svd/quic_svd_impl.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of QUIC-SVD.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/radical/radical.cpp b/src/mlpack/methods/radical/radical.cpp
index ca12865..7b012f4 100644
--- a/src/mlpack/methods/radical/radical.cpp
+++ b/src/mlpack/methods/radical/radical.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of Radical class
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/radical/radical.hpp b/src/mlpack/methods/radical/radical.hpp
index 69ed434..570f43d 100644
--- a/src/mlpack/methods/radical/radical.hpp
+++ b/src/mlpack/methods/radical/radical.hpp
@@ -5,7 +5,7 @@
  * Declaration of Radical class (RADICAL is Robust, Accurate, Direct ICA
  * aLgorithm).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/radical/radical_main.cpp b/src/mlpack/methods/radical/radical_main.cpp
index 51eac22..c05e7c1 100644
--- a/src/mlpack/methods/radical/radical_main.cpp
+++ b/src/mlpack/methods/radical/radical_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable for RADICAL.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/range_search.hpp b/src/mlpack/methods/range_search/range_search.hpp
index 2301e0c..13cfdff 100644
--- a/src/mlpack/methods/range_search/range_search.hpp
+++ b/src/mlpack/methods/range_search/range_search.hpp
@@ -5,7 +5,7 @@
  * Defines the RangeSearch class, which performs a generalized range search on
  * points.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/range_search_impl.hpp b/src/mlpack/methods/range_search/range_search_impl.hpp
index 516014c..3b8a9ed 100644
--- a/src/mlpack/methods/range_search/range_search_impl.hpp
+++ b/src/mlpack/methods/range_search/range_search_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the RangeSearch class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/range_search_main.cpp b/src/mlpack/methods/range_search/range_search_main.cpp
index 37f1526..e5339df 100644
--- a/src/mlpack/methods/range_search/range_search_main.cpp
+++ b/src/mlpack/methods/range_search/range_search_main.cpp
@@ -6,7 +6,7 @@
  * Implementation of the RangeSearch executable.  Allows some number of standard
  * options.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/range_search_rules.hpp b/src/mlpack/methods/range_search/range_search_rules.hpp
index 268dc0a..7253c0f 100644
--- a/src/mlpack/methods/range_search/range_search_rules.hpp
+++ b/src/mlpack/methods/range_search/range_search_rules.hpp
@@ -4,7 +4,7 @@
  *
  * Rules for range search, so that it can be done with arbitrary tree types.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/range_search_rules_impl.hpp b/src/mlpack/methods/range_search/range_search_rules_impl.hpp
index 8b58975..ba2ca02 100644
--- a/src/mlpack/methods/range_search/range_search_rules_impl.hpp
+++ b/src/mlpack/methods/range_search/range_search_rules_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of rules for range search with generic trees.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/range_search_stat.hpp b/src/mlpack/methods/range_search/range_search_stat.hpp
index 674d73e..1e1777a 100644
--- a/src/mlpack/methods/range_search/range_search_stat.hpp
+++ b/src/mlpack/methods/range_search/range_search_stat.hpp
@@ -5,7 +5,7 @@
  * Statistic class for RangeSearch, which just holds the last visited node and
  * the corresponding base case result.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/rs_model.cpp b/src/mlpack/methods/range_search/rs_model.cpp
index 1d1705d..8ade0c9 100644
--- a/src/mlpack/methods/range_search/rs_model.cpp
+++ b/src/mlpack/methods/range_search/rs_model.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the range search model class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/rs_model.hpp b/src/mlpack/methods/range_search/rs_model.hpp
index 76ec801..b1dbdc5 100644
--- a/src/mlpack/methods/range_search/rs_model.hpp
+++ b/src/mlpack/methods/range_search/rs_model.hpp
@@ -7,7 +7,7 @@
  * also reflects the RangeSearch API and automatically directs to the right
  * tree types.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/range_search/rs_model_impl.hpp b/src/mlpack/methods/range_search/rs_model_impl.hpp
index 15ea2f3..a7db16d 100644
--- a/src/mlpack/methods/range_search/rs_model_impl.hpp
+++ b/src/mlpack/methods/range_search/rs_model_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of Serialize() and inline functions for RSModel.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/allkrann_main.cpp b/src/mlpack/methods/rann/allkrann_main.cpp
index eb9bbdf..d869f44 100644
--- a/src/mlpack/methods/rann/allkrann_main.cpp
+++ b/src/mlpack/methods/rann/allkrann_main.cpp
@@ -5,7 +5,7 @@
  * Implementation of the AllkRANN executable.  Allows some number of standard
  * options.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_model.hpp b/src/mlpack/methods/rann/ra_model.hpp
index 6f4fb6f..5ddc421 100644
--- a/src/mlpack/methods/rann/ra_model.hpp
+++ b/src/mlpack/methods/rann/ra_model.hpp
@@ -6,7 +6,7 @@
  * easy way to serialize a rank-approximate neighbor search model by abstracting
  * the types of trees and reflecting the RASearch API.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_model_impl.hpp b/src/mlpack/methods/rann/ra_model_impl.hpp
index 18765da..813dda1 100644
--- a/src/mlpack/methods/rann/ra_model_impl.hpp
+++ b/src/mlpack/methods/rann/ra_model_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of the RAModel class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_query_stat.hpp b/src/mlpack/methods/rann/ra_query_stat.hpp
index d2ec364..fc0600f 100644
--- a/src/mlpack/methods/rann/ra_query_stat.hpp
+++ b/src/mlpack/methods/rann/ra_query_stat.hpp
@@ -5,7 +5,7 @@
  * Defines the RAQueryStat class, which is the statistic used for
  * rank-approximate nearest neighbor search (RASearch).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_search.hpp b/src/mlpack/methods/rann/ra_search.hpp
index 7fd06f0..cef5513 100644
--- a/src/mlpack/methods/rann/ra_search.hpp
+++ b/src/mlpack/methods/rann/ra_search.hpp
@@ -15,7 +15,7 @@
  *   year={2009}
  * }
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_search_impl.hpp b/src/mlpack/methods/rann/ra_search_impl.hpp
index 6641a02..3907b83 100644
--- a/src/mlpack/methods/rann/ra_search_impl.hpp
+++ b/src/mlpack/methods/rann/ra_search_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of RASearch class to perform rank-approximate
  * all-nearest-neighbors on two specified data sets.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_search_rules.hpp b/src/mlpack/methods/rann/ra_search_rules.hpp
index 5ad69f9..17d86db 100644
--- a/src/mlpack/methods/rann/ra_search_rules.hpp
+++ b/src/mlpack/methods/rann/ra_search_rules.hpp
@@ -6,7 +6,7 @@
  * tree-based rank-approximate search (with an arbitrary tree) for the RASearch
  * class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_search_rules_impl.hpp b/src/mlpack/methods/rann/ra_search_rules_impl.hpp
index fcee1c1..1e23217 100644
--- a/src/mlpack/methods/rann/ra_search_rules_impl.hpp
+++ b/src/mlpack/methods/rann/ra_search_rules_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of RASearchRules.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_typedef.hpp b/src/mlpack/methods/rann/ra_typedef.hpp
index aaad286..9aa342f 100644
--- a/src/mlpack/methods/rann/ra_typedef.hpp
+++ b/src/mlpack/methods/rann/ra_typedef.hpp
@@ -5,7 +5,7 @@
  * Simple typedefs describing template instantiations of the RASearch
  * class which are commonly used.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_util.cpp b/src/mlpack/methods/rann/ra_util.cpp
index dd0db99..95106af 100644
--- a/src/mlpack/methods/rann/ra_util.cpp
+++ b/src/mlpack/methods/rann/ra_util.cpp
@@ -5,7 +5,7 @@
  *
  * Utilities for rank-approximate neighbor search.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/rann/ra_util.hpp b/src/mlpack/methods/rann/ra_util.hpp
index 7cac052..e7f2d3a 100644
--- a/src/mlpack/methods/rann/ra_util.hpp
+++ b/src/mlpack/methods/rann/ra_util.hpp
@@ -5,7 +5,7 @@
  *
  * Utilities for rank-approximate neighbor search.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/regularized_svd/regularized_svd.hpp b/src/mlpack/methods/regularized_svd/regularized_svd.hpp
index 3c8bc4b..8ff76b3 100644
--- a/src/mlpack/methods/regularized_svd/regularized_svd.hpp
+++ b/src/mlpack/methods/regularized_svd/regularized_svd.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of Regularized SVD.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/regularized_svd/regularized_svd_function.cpp b/src/mlpack/methods/regularized_svd/regularized_svd_function.cpp
index 6dd6687..5e55312 100644
--- a/src/mlpack/methods/regularized_svd/regularized_svd_function.cpp
+++ b/src/mlpack/methods/regularized_svd/regularized_svd_function.cpp
@@ -4,7 +4,7 @@
  *
  * An implementation of the RegularizedSVDFunction class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/regularized_svd/regularized_svd_function.hpp b/src/mlpack/methods/regularized_svd/regularized_svd_function.hpp
index 9e15a64..1f8d74d 100644
--- a/src/mlpack/methods/regularized_svd/regularized_svd_function.hpp
+++ b/src/mlpack/methods/regularized_svd/regularized_svd_function.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of the RegularizedSVDFunction class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/regularized_svd/regularized_svd_impl.hpp b/src/mlpack/methods/regularized_svd/regularized_svd_impl.hpp
index 73509ae..9f0a154 100644
--- a/src/mlpack/methods/regularized_svd/regularized_svd_impl.hpp
+++ b/src/mlpack/methods/regularized_svd/regularized_svd_impl.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of Regularized SVD.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/softmax_regression/softmax_regression.hpp b/src/mlpack/methods/softmax_regression/softmax_regression.hpp
index 84a5188..60ca3ef 100644
--- a/src/mlpack/methods/softmax_regression/softmax_regression.hpp
+++ b/src/mlpack/methods/softmax_regression/softmax_regression.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of softmax regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/softmax_regression/softmax_regression_function.cpp b/src/mlpack/methods/softmax_regression/softmax_regression_function.cpp
index 68fae7f..cc3b010 100644
--- a/src/mlpack/methods/softmax_regression/softmax_regression_function.cpp
+++ b/src/mlpack/methods/softmax_regression/softmax_regression_function.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of function to be optimized for softmax regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/softmax_regression/softmax_regression_function.hpp b/src/mlpack/methods/softmax_regression/softmax_regression_function.hpp
index 20580d4..d98d42d 100644
--- a/src/mlpack/methods/softmax_regression/softmax_regression_function.hpp
+++ b/src/mlpack/methods/softmax_regression/softmax_regression_function.hpp
@@ -5,7 +5,7 @@
  * The function to be optimized for softmax regression. Any mlpack optimizer
  * can be used.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp b/src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp
index 357d3a7..1cf1330 100644
--- a/src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp
+++ b/src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of softmax regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/softmax_regression/softmax_regression_main.cpp b/src/mlpack/methods/softmax_regression/softmax_regression_main.cpp
index 03f891e..3faf2a9 100644
--- a/src/mlpack/methods/softmax_regression/softmax_regression_main.cpp
+++ b/src/mlpack/methods/softmax_regression/softmax_regression_main.cpp
@@ -4,7 +4,7 @@
  *
  * Main executable for softmax regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp b/src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp
index 3f4f19d..d12e88a 100644
--- a/src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp
+++ b/src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of MaximalInputs().
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp b/src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp
index d16f83d..022d39c 100644
--- a/src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp
+++ b/src/mlpack/methods/sparse_autoencoder/maximal_inputs.hpp
@@ -4,7 +4,7 @@
  *
  * A function to find the maximal inputs of an autoencoder.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder.hpp b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder.hpp
index ca344a6..68fa085 100644
--- a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder.hpp
+++ b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder.hpp
@@ -4,7 +4,7 @@
  *
  * An implementation of sparse autoencoders.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.cpp b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.cpp
index 5a246f0..eabdf7f 100644
--- a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.cpp
+++ b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.cpp
@@ -4,7 +4,7 @@
  *
  * Implementation of function to be optimized for sparse autoencoders.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp
index 7cd7dba..8cd986e 100644
--- a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp
+++ b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_function.hpp
@@ -5,7 +5,7 @@
  * The function to be optimized for sparse autoencoders. Any mlpack optimizer
  * can be used.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_impl.hpp b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_impl.hpp
index cdfdcf2..650013d 100644
--- a/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_impl.hpp
+++ b/src/mlpack/methods/sparse_autoencoder/sparse_autoencoder_impl.hpp
@@ -4,7 +4,7 @@
  *
  * Implementation of sparse autoencoders.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp b/src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp
index 1269ed1..bf17c24 100644
--- a/src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp
+++ b/src/mlpack/methods/sparse_coding/data_dependent_random_initializer.hpp
@@ -4,7 +4,7 @@
  *
  * A sensible heuristic for initializing dictionaries for sparse coding.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_coding/nothing_initializer.hpp b/src/mlpack/methods/sparse_coding/nothing_initializer.hpp
index 5dd8f20..e1c7902 100644
--- a/src/mlpack/methods/sparse_coding/nothing_initializer.hpp
+++ b/src/mlpack/methods/sparse_coding/nothing_initializer.hpp
@@ -6,7 +6,7 @@
  * for when you have an already defined dictionary and you plan on setting it
  * with SparseCoding::Dictionary().
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_coding/random_initializer.hpp b/src/mlpack/methods/sparse_coding/random_initializer.hpp
index 5027e6c..71490c1 100644
--- a/src/mlpack/methods/sparse_coding/random_initializer.hpp
+++ b/src/mlpack/methods/sparse_coding/random_initializer.hpp
@@ -5,7 +5,7 @@
  * A very simple random dictionary initializer for SparseCoding; it is probably
  * not a very good choice.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_coding/sparse_coding.cpp b/src/mlpack/methods/sparse_coding/sparse_coding.cpp
index 370d382..f4da72d 100644
--- a/src/mlpack/methods/sparse_coding/sparse_coding.cpp
+++ b/src/mlpack/methods/sparse_coding/sparse_coding.cpp
@@ -5,7 +5,7 @@
  * Implementation of Sparse Coding with Dictionary Learning using l1 (LASSO) or
  * l1+l2 (Elastic Net) regularization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_coding/sparse_coding.hpp b/src/mlpack/methods/sparse_coding/sparse_coding.hpp
index f3fa3f1..2adbb50 100644
--- a/src/mlpack/methods/sparse_coding/sparse_coding.hpp
+++ b/src/mlpack/methods/sparse_coding/sparse_coding.hpp
@@ -5,7 +5,7 @@
  * Definition of the SparseCoding class, which performs L1 (LASSO) or
  * L1+L2 (Elastic Net)-regularized sparse coding with dictionary learning
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp b/src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp
index df8a0e3..d70646a 100644
--- a/src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp
+++ b/src/mlpack/methods/sparse_coding/sparse_coding_impl.hpp
@@ -5,7 +5,7 @@
  * Implementation of Sparse Coding with Dictionary Learning using l1 (LASSO) or
  * l1+l2 (Elastic Net) regularization.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/methods/sparse_coding/sparse_coding_main.cpp b/src/mlpack/methods/sparse_coding/sparse_coding_main.cpp
index f442392..7756820 100644
--- a/src/mlpack/methods/sparse_coding/sparse_coding_main.cpp
+++ b/src/mlpack/methods/sparse_coding/sparse_coding_main.cpp
@@ -4,7 +4,7 @@
  *
  * Executable for Sparse Coding.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/prereqs.hpp b/src/mlpack/prereqs.hpp
index 5f77cf8..4a5ce9e 100644
--- a/src/mlpack/prereqs.hpp
+++ b/src/mlpack/prereqs.hpp
@@ -3,7 +3,7 @@
  *
  * The core includes that mlpack expects; standard C++ includes and Armadillo.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/adaboost_test.cpp b/src/mlpack/tests/adaboost_test.cpp
index 472327b..4dcf0a6 100644
--- a/src/mlpack/tests/adaboost_test.cpp
+++ b/src/mlpack/tests/adaboost_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for AdaBoost class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/allkfn_test.cpp b/src/mlpack/tests/allkfn_test.cpp
index f52e4d3..d065e4a 100644
--- a/src/mlpack/tests/allkfn_test.cpp
+++ b/src/mlpack/tests/allkfn_test.cpp
@@ -3,7 +3,7 @@
  *
  * Tests for AllkFN (all-k-furthest-neighbors).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/allknn_test.cpp b/src/mlpack/tests/allknn_test.cpp
index f445a70..3ca05b7 100644
--- a/src/mlpack/tests/allknn_test.cpp
+++ b/src/mlpack/tests/allknn_test.cpp
@@ -3,7 +3,7 @@
  *
  * Test file for AllkNN class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/allkrann_search_test.cpp b/src/mlpack/tests/allkrann_search_test.cpp
index 0e533d8..519d13e 100644
--- a/src/mlpack/tests/allkrann_search_test.cpp
+++ b/src/mlpack/tests/allkrann_search_test.cpp
@@ -4,7 +4,7 @@
  * Unit tests for the 'RASearch' class and consequently the
  * 'RASearchRules' class
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/armadillo_svd_test.cpp b/src/mlpack/tests/armadillo_svd_test.cpp
index 1a4784f..f00d34d 100644
--- a/src/mlpack/tests/armadillo_svd_test.cpp
+++ b/src/mlpack/tests/armadillo_svd_test.cpp
@@ -14,7 +14,7 @@ using namespace arma;
 /**
  * Test armadillo SVD for normal factorization
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/aug_lagrangian_test.cpp b/src/mlpack/tests/aug_lagrangian_test.cpp
index dbb2e82..c494605 100644
--- a/src/mlpack/tests/aug_lagrangian_test.cpp
+++ b/src/mlpack/tests/aug_lagrangian_test.cpp
@@ -5,7 +5,7 @@
  * Test of the AugmentedLagrangian class using the test functions defined in
  * aug_lagrangian_test_functions.hpp.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/cf_test.cpp b/src/mlpack/tests/cf_test.cpp
index cb25a28..ea56f2f 100644
--- a/src/mlpack/tests/cf_test.cpp
+++ b/src/mlpack/tests/cf_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for CF class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/cli_test.cpp b/src/mlpack/tests/cli_test.cpp
index 5a7229b..c5ca56c 100644
--- a/src/mlpack/tests/cli_test.cpp
+++ b/src/mlpack/tests/cli_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test for the CLI input parameter system.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/cosine_tree_test.cpp b/src/mlpack/tests/cosine_tree_test.cpp
index b3ee797..0c860be 100644
--- a/src/mlpack/tests/cosine_tree_test.cpp
+++ b/src/mlpack/tests/cosine_tree_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for CosineTree class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/decision_stump_test.cpp b/src/mlpack/tests/decision_stump_test.cpp
index 87d1886..6709127 100644
--- a/src/mlpack/tests/decision_stump_test.cpp
+++ b/src/mlpack/tests/decision_stump_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for DecisionStump class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/det_test.cpp b/src/mlpack/tests/det_test.cpp
index 65f5ece..de7df34 100644
--- a/src/mlpack/tests/det_test.cpp
+++ b/src/mlpack/tests/det_test.cpp
@@ -5,7 +5,7 @@
  * Unit tests for the functions of the class DTree and the utility functions
  * using this class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/distribution_test.cpp b/src/mlpack/tests/distribution_test.cpp
index ade5908..e20e97a 100644
--- a/src/mlpack/tests/distribution_test.cpp
+++ b/src/mlpack/tests/distribution_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test for the mlpack::distribution::DiscreteDistribution class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/emst_test.cpp b/src/mlpack/tests/emst_test.cpp
index f573364..2763914 100644
--- a/src/mlpack/tests/emst_test.cpp
+++ b/src/mlpack/tests/emst_test.cpp
@@ -3,7 +3,7 @@
  *
  * Test file for EMST methods.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/fastmks_test.cpp b/src/mlpack/tests/fastmks_test.cpp
index f814041..8bb186e 100644
--- a/src/mlpack/tests/fastmks_test.cpp
+++ b/src/mlpack/tests/fastmks_test.cpp
@@ -4,7 +4,7 @@
  *
  * Ensure that fast max-kernel search is correct.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/gmm_test.cpp b/src/mlpack/tests/gmm_test.cpp
index 56300f6..962e80f 100644
--- a/src/mlpack/tests/gmm_test.cpp
+++ b/src/mlpack/tests/gmm_test.cpp
@@ -5,7 +5,7 @@
  *
  * Test for the Gaussian Mixture Model class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/hmm_test.cpp b/src/mlpack/tests/hmm_test.cpp
index 6969b0f..9ec1193 100644
--- a/src/mlpack/tests/hmm_test.cpp
+++ b/src/mlpack/tests/hmm_test.cpp
@@ -3,7 +3,7 @@
  *
  * Test file for HMMs.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/hoeffding_tree_test.cpp b/src/mlpack/tests/hoeffding_tree_test.cpp
index e24b8cc..af41c87 100644
--- a/src/mlpack/tests/hoeffding_tree_test.cpp
+++ b/src/mlpack/tests/hoeffding_tree_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for Hoeffding trees.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/kernel_pca_test.cpp b/src/mlpack/tests/kernel_pca_test.cpp
index 2702c89..bf175df 100644
--- a/src/mlpack/tests/kernel_pca_test.cpp
+++ b/src/mlpack/tests/kernel_pca_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for Kernel PCA.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/kernel_test.cpp b/src/mlpack/tests/kernel_test.cpp
index f6b5c8d..d0cc91b 100644
--- a/src/mlpack/tests/kernel_test.cpp
+++ b/src/mlpack/tests/kernel_test.cpp
@@ -5,7 +5,7 @@
  *
  * Tests for the various kernel classes.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/kernel_traits_test.cpp b/src/mlpack/tests/kernel_traits_test.cpp
index 6342026..5878c25 100644
--- a/src/mlpack/tests/kernel_traits_test.cpp
+++ b/src/mlpack/tests/kernel_traits_test.cpp
@@ -6,7 +6,7 @@
  * time, this test is meant to ensure that uses of KernelTraits still compile
  * okay and react as expected.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/kmeans_test.cpp b/src/mlpack/tests/kmeans_test.cpp
index 116e36b..e7280c3 100644
--- a/src/mlpack/tests/kmeans_test.cpp
+++ b/src/mlpack/tests/kmeans_test.cpp
@@ -2,7 +2,7 @@
  * @file kmeans_test.cpp
  * @author Ryan Curtin
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/lars_test.cpp b/src/mlpack/tests/lars_test.cpp
index 381d0c8..27c35aa 100644
--- a/src/mlpack/tests/lars_test.cpp
+++ b/src/mlpack/tests/lars_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test for LARS.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/layer_traits_test.cpp b/src/mlpack/tests/layer_traits_test.cpp
index 433d0b3..1b0e6e5 100644
--- a/src/mlpack/tests/layer_traits_test.cpp
+++ b/src/mlpack/tests/layer_traits_test.cpp
@@ -6,7 +6,7 @@
  * time, this test is meant to ensure that uses of LayerTraits still compile
  * okay and react as expected.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/lbfgs_test.cpp b/src/mlpack/tests/lbfgs_test.cpp
index 4070166..709b9ea 100644
--- a/src/mlpack/tests/lbfgs_test.cpp
+++ b/src/mlpack/tests/lbfgs_test.cpp
@@ -5,7 +5,7 @@
  *
  * @author Ryan Curtin (gth671b at mail.gatech.edu)
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/lin_alg_test.cpp b/src/mlpack/tests/lin_alg_test.cpp
index 17417ea..694754f 100644
--- a/src/mlpack/tests/lin_alg_test.cpp
+++ b/src/mlpack/tests/lin_alg_test.cpp
@@ -6,7 +6,7 @@
  * Partly so I can be sure that my changes are working.
  * Move to boost unit testing framework at some point.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/linear_regression_test.cpp b/src/mlpack/tests/linear_regression_test.cpp
index fb149e1..47e0def 100644
--- a/src/mlpack/tests/linear_regression_test.cpp
+++ b/src/mlpack/tests/linear_regression_test.cpp
@@ -3,7 +3,7 @@
  *
  * Test for linear regression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/load_save_test.cpp b/src/mlpack/tests/load_save_test.cpp
index aa412dc..564bb4b 100644
--- a/src/mlpack/tests/load_save_test.cpp
+++ b/src/mlpack/tests/load_save_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for data::Load() and data::Save().
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/local_coordinate_coding_test.cpp b/src/mlpack/tests/local_coordinate_coding_test.cpp
index 9367713..d9811f7 100644
--- a/src/mlpack/tests/local_coordinate_coding_test.cpp
+++ b/src/mlpack/tests/local_coordinate_coding_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test for Local Coordinate Coding.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/log_test.cpp b/src/mlpack/tests/log_test.cpp
index 4a5b78c..b48b047 100644
--- a/src/mlpack/tests/log_test.cpp
+++ b/src/mlpack/tests/log_test.cpp
@@ -18,7 +18,7 @@ BOOST_AUTO_TEST_SUITE(LogTest);
  * Simple log assert test. Be careful the test halts the program execution, so
  * run the test at the end of all other tests.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/logistic_regression_test.cpp b/src/mlpack/tests/logistic_regression_test.cpp
index a7e0dda..e9a8161 100644
--- a/src/mlpack/tests/logistic_regression_test.cpp
+++ b/src/mlpack/tests/logistic_regression_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test for LogisticFunction and LogisticRegression.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/lrsdp_test.cpp b/src/mlpack/tests/lrsdp_test.cpp
index d0af900..551690d 100644
--- a/src/mlpack/tests/lrsdp_test.cpp
+++ b/src/mlpack/tests/lrsdp_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for LR-SDP (core/optimizers/sdp/).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/lsh_test.cpp b/src/mlpack/tests/lsh_test.cpp
index 290d639..b40d100 100644
--- a/src/mlpack/tests/lsh_test.cpp
+++ b/src/mlpack/tests/lsh_test.cpp
@@ -3,7 +3,7 @@
  *
  * Unit tests for the 'LSHSearch' class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/math_test.cpp b/src/mlpack/tests/math_test.cpp
index 23beba1..7522713 100644
--- a/src/mlpack/tests/math_test.cpp
+++ b/src/mlpack/tests/math_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for everything in the math:: namespace.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/matrix_completion_test.cpp b/src/mlpack/tests/matrix_completion_test.cpp
index a281c1f..6d3ed91 100644
--- a/src/mlpack/tests/matrix_completion_test.cpp
+++ b/src/mlpack/tests/matrix_completion_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for matrix completion
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/maximal_inputs_test.cpp b/src/mlpack/tests/maximal_inputs_test.cpp
index 81a7383..6339464 100644
--- a/src/mlpack/tests/maximal_inputs_test.cpp
+++ b/src/mlpack/tests/maximal_inputs_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test the MaximalInputs and ColumnsToBlocks functions.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/mean_shift_test.cpp b/src/mlpack/tests/mean_shift_test.cpp
index a21b9c9..96a2355 100644
--- a/src/mlpack/tests/mean_shift_test.cpp
+++ b/src/mlpack/tests/mean_shift_test.cpp
@@ -2,7 +2,7 @@
  * @file mean_shift_test.cpp
  * @author Shangtong Zhang
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/metric_test.cpp b/src/mlpack/tests/metric_test.cpp
index e832399..66b3b94 100644
--- a/src/mlpack/tests/metric_test.cpp
+++ b/src/mlpack/tests/metric_test.cpp
@@ -3,7 +3,7 @@
  *
  * Unit tests for the 'LMetric' class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/mlpack_test.cpp b/src/mlpack/tests/mlpack_test.cpp
index 4a1c8b0..8161410 100644
--- a/src/mlpack/tests/mlpack_test.cpp
+++ b/src/mlpack/tests/mlpack_test.cpp
@@ -5,7 +5,7 @@
  * global test fixture for each test. Each individual test is contained in
  * its own file.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/nbc_test.cpp b/src/mlpack/tests/nbc_test.cpp
index 6416368..f6d6baf 100644
--- a/src/mlpack/tests/nbc_test.cpp
+++ b/src/mlpack/tests/nbc_test.cpp
@@ -3,7 +3,7 @@
  *
  * Test for the Naive Bayes classifier.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/nca_test.cpp b/src/mlpack/tests/nca_test.cpp
index a04a0a2..90b86ca 100644
--- a/src/mlpack/tests/nca_test.cpp
+++ b/src/mlpack/tests/nca_test.cpp
@@ -5,7 +5,7 @@
  * Unit tests for Neighborhood Components Analysis and related code (including
  * the softmax error function).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/nmf_test.cpp b/src/mlpack/tests/nmf_test.cpp
index 86870a1..754fb39 100644
--- a/src/mlpack/tests/nmf_test.cpp
+++ b/src/mlpack/tests/nmf_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for NMF class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/nystroem_method_test.cpp b/src/mlpack/tests/nystroem_method_test.cpp
index 228122f..792b99b 100644
--- a/src/mlpack/tests/nystroem_method_test.cpp
+++ b/src/mlpack/tests/nystroem_method_test.cpp
@@ -5,7 +5,7 @@
  * Test the NystroemMethod class and ensure that the reconstructed kernel matrix
  * errors are comparable with those in the literature.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/old_boost_test_definitions.hpp b/src/mlpack/tests/old_boost_test_definitions.hpp
index 6716934..3ddacc3 100644
--- a/src/mlpack/tests/old_boost_test_definitions.hpp
+++ b/src/mlpack/tests/old_boost_test_definitions.hpp
@@ -5,7 +5,7 @@
  * Ancient Boost.Test versions don't act how we expect.  This file includes the
  * things we need to fix that.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/pca_test.cpp b/src/mlpack/tests/pca_test.cpp
index b9a138a..be01758 100644
--- a/src/mlpack/tests/pca_test.cpp
+++ b/src/mlpack/tests/pca_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for PCA class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/perceptron_test.cpp b/src/mlpack/tests/perceptron_test.cpp
index b0c216a..d646012 100644
--- a/src/mlpack/tests/perceptron_test.cpp
+++ b/src/mlpack/tests/perceptron_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for perceptron.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/quic_svd_test.cpp b/src/mlpack/tests/quic_svd_test.cpp
index c36d1e1..6d760b5 100644
--- a/src/mlpack/tests/quic_svd_test.cpp
+++ b/src/mlpack/tests/quic_svd_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for QUIC-SVD class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/radical_test.cpp b/src/mlpack/tests/radical_test.cpp
index 52898b1..65ef256 100644
--- a/src/mlpack/tests/radical_test.cpp
+++ b/src/mlpack/tests/radical_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test for RADICAL.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/range_search_test.cpp b/src/mlpack/tests/range_search_test.cpp
index 1bb212c..06f44d8 100644
--- a/src/mlpack/tests/range_search_test.cpp
+++ b/src/mlpack/tests/range_search_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for RangeSearch<> class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/rectangle_tree_test.cpp b/src/mlpack/tests/rectangle_tree_test.cpp
index 09b5050..158c77d 100644
--- a/src/mlpack/tests/rectangle_tree_test.cpp
+++ b/src/mlpack/tests/rectangle_tree_test.cpp
@@ -6,7 +6,7 @@
  * correctly and that subsequent changes don't break anything.  Because it's
  * only used to test the trees, it is slow.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/regularized_svd_test.cpp b/src/mlpack/tests/regularized_svd_test.cpp
index 9cae6b6..99fbba0 100644
--- a/src/mlpack/tests/regularized_svd_test.cpp
+++ b/src/mlpack/tests/regularized_svd_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test the RegularizedSVDFunction class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/sa_test.cpp b/src/mlpack/tests/sa_test.cpp
index 2eb5a24..0fc3a17 100644
--- a/src/mlpack/tests/sa_test.cpp
+++ b/src/mlpack/tests/sa_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for SA (simulated annealing).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/sdp_primal_dual_test.cpp b/src/mlpack/tests/sdp_primal_dual_test.cpp
index d45397e..dce59a0 100644
--- a/src/mlpack/tests/sdp_primal_dual_test.cpp
+++ b/src/mlpack/tests/sdp_primal_dual_test.cpp
@@ -3,7 +3,7 @@
  * @author Stephen Tu
  *
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/serialization.cpp b/src/mlpack/tests/serialization.cpp
index c4b861b..b647c97 100644
--- a/src/mlpack/tests/serialization.cpp
+++ b/src/mlpack/tests/serialization.cpp
@@ -4,7 +4,7 @@
  *
  * Miscellaneous utility functions for serialization tests.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/serialization.hpp b/src/mlpack/tests/serialization.hpp
index dcaf62e..b975b9a 100644
--- a/src/mlpack/tests/serialization.hpp
+++ b/src/mlpack/tests/serialization.hpp
@@ -4,7 +4,7 @@
  *
  * Miscellaneous utility functions for serialization tests.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/serialization_test.cpp b/src/mlpack/tests/serialization_test.cpp
index 71db130..625b32a 100644
--- a/src/mlpack/tests/serialization_test.cpp
+++ b/src/mlpack/tests/serialization_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test serialization of mlpack objects.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/sgd_test.cpp b/src/mlpack/tests/sgd_test.cpp
index 6976979..f3fcf6a 100644
--- a/src/mlpack/tests/sgd_test.cpp
+++ b/src/mlpack/tests/sgd_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test file for SGD (stochastic gradient descent).
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/softmax_regression_test.cpp b/src/mlpack/tests/softmax_regression_test.cpp
index dba0921..14b071f 100644
--- a/src/mlpack/tests/softmax_regression_test.cpp
+++ b/src/mlpack/tests/softmax_regression_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test the SoftmaxRegression class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/sort_policy_test.cpp b/src/mlpack/tests/sort_policy_test.cpp
index eb91292..62fae05 100644
--- a/src/mlpack/tests/sort_policy_test.cpp
+++ b/src/mlpack/tests/sort_policy_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for each of the implementations of the SortPolicy class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/sparse_autoencoder_test.cpp b/src/mlpack/tests/sparse_autoencoder_test.cpp
index f34c0f4..df3f38a 100644
--- a/src/mlpack/tests/sparse_autoencoder_test.cpp
+++ b/src/mlpack/tests/sparse_autoencoder_test.cpp
@@ -4,7 +4,7 @@
  *
  * Test the SparseAutoencoder class.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/sparse_coding_test.cpp b/src/mlpack/tests/sparse_coding_test.cpp
index a97d34a..e60fe7f 100644
--- a/src/mlpack/tests/sparse_coding_test.cpp
+++ b/src/mlpack/tests/sparse_coding_test.cpp
@@ -3,7 +3,7 @@
  *
  * Test for Sparse Coding
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/svd_batch_test.cpp b/src/mlpack/tests/svd_batch_test.cpp
index 875e3b0..6951e54 100644
--- a/src/mlpack/tests/svd_batch_test.cpp
+++ b/src/mlpack/tests/svd_batch_test.cpp
@@ -19,7 +19,7 @@ using namespace arma;
 /**
  * Make sure the SVD Batch lerning is converging.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/svd_incremental_test.cpp b/src/mlpack/tests/svd_incremental_test.cpp
index ee8856d..828dd04 100644
--- a/src/mlpack/tests/svd_incremental_test.cpp
+++ b/src/mlpack/tests/svd_incremental_test.cpp
@@ -21,7 +21,7 @@ using namespace arma;
 /**
  * Test for convergence of incomplete incremenal learning
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/termination_policy_test.cpp b/src/mlpack/tests/termination_policy_test.cpp
index 1e9172e..49fdc8f 100644
--- a/src/mlpack/tests/termination_policy_test.cpp
+++ b/src/mlpack/tests/termination_policy_test.cpp
@@ -4,7 +4,7 @@
  *
  * Tests for AMF termination policies.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/tree_test.cpp b/src/mlpack/tests/tree_test.cpp
index 6eafdef..db56be2 100644
--- a/src/mlpack/tests/tree_test.cpp
+++ b/src/mlpack/tests/tree_test.cpp
@@ -3,7 +3,7 @@
  *
  * Tests for tree-building methods.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/tree_traits_test.cpp b/src/mlpack/tests/tree_traits_test.cpp
index 68293ad..43959a6 100644
--- a/src/mlpack/tests/tree_traits_test.cpp
+++ b/src/mlpack/tests/tree_traits_test.cpp
@@ -8,7 +8,7 @@
  * change like that (because they have to change the test too).  That's the
  * hope, at least...
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the
diff --git a/src/mlpack/tests/union_find_test.cpp b/src/mlpack/tests/union_find_test.cpp
index 46423fe..35b1a55 100644
--- a/src/mlpack/tests/union_find_test.cpp
+++ b/src/mlpack/tests/union_find_test.cpp
@@ -4,7 +4,7 @@
  *
  * Unit tests for the Union-Find data structure.
  *
- * This file is part of mlpack 2.0.0.
+ * This file is part of mlpack 2.0.1.
  *
  * mlpack is free software; you may redstribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list