packages feed

HSvm 0.1.2.3.32 → 1.0.3.32

raw patch · 2 files changed

+21/−3 lines, 2 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

HSvm.cabal view
@@ -1,9 +1,9 @@-Cabal-Version:      2.2+Cabal-Version:      3.0 Name:               HSvm-Version:            0.1.2.3.32+Version:            1.0.3.32 Copyright:          (c) 2009 Paolo Losi, 2017 Pavel Ryzhov Maintainer:         Pavel Ryzhov <paul@paulrz.cz>-License:            BSD-3-Clause+License:            BSD-2-Clause License-File:       LICENSE Author:             Paolo Losi <paolo.losi@gmail.com> Category:           Datamining, Classification@@ -12,10 +12,13 @@ Stability:          provisional Build-Type:         Simple Extra-Source-Files: cbits/svm.cpp cbits/svm.h+Extra-Doc-Files:    changelog.md+Tested-With:        GHC == 9.4.8, GHC == 9.6.3  source-repository head   type:             git   location:         https://github.com/paulrzcz/HSvm.git+  tag:              1.0.3.32  Library   Default-Language: Haskell2010
+ changelog.md view
@@ -0,0 +1,15 @@+### 1.0.3.32+* [LibSVM version 3.32](https://www.csie.ntu.edu.tw/~cjlin/libsvm/)+* Decided to promote this version to major one after so many years of alpha releases.+* Upgraded to Cabal 3.0.+* Removed stack support.+* Tested on two versions of GHC compiler.+* Finally we've got a changelog here!++### 0.1.2.3.32+* LibSVM version 3.32.+* Minor clean up in the code.++### 0.1.2.3.25+* LibSVM version 3.25.+* Upgraded to Cabal 2.2 and GHC 9.4.8.