CHANGELOG.md in numo-libsvm-0.5.0 vs CHANGELOG.md in numo-libsvm-1.0.0
- old
+ new
@@ -1,4 +1,9 @@
+# 1.0.0
+## Breaking change
+- For easy installation, Numo::LIBSVM bundles LIBSVM codes.
+There is no need to install LIBSVM in advance to use Numo::LIBSVM.
+
# 0.5.0
- Fix to use LIBSVM sparce vector representation for internal processing.
# 0.4.0
- Add verbose parameter to output learning process messages.