datasets 0.1.0 → 0.1.0.1
raw patch · 1 files changed
+4/−2 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Paths_datasets: getBinDir :: IO FilePath
- Paths_datasets: getDataDir :: IO FilePath
- Paths_datasets: getDataFileName :: FilePath -> IO FilePath
- Paths_datasets: getLibDir :: IO FilePath
- Paths_datasets: getLibexecDir :: IO FilePath
- Paths_datasets: getSysconfDir :: IO FilePath
- Paths_datasets: version :: Version
Files
- datasets.cabal +4/−2
datasets.cabal view
@@ -1,5 +1,5 @@ Name: datasets-Version: 0.1.0+Version: 0.1.0.1 Synopsis: Classical data sets for statistics and machine learning Description: Classical machine learning and statistics datasets from the UCI Machine Learning Repository and other sources.@@ -19,6 +19,7 @@ build-type: Simple Cabal-Version: >= 1.8 homepage: https://github.com/glutamate/datasets+bug-reports: https://github.com/glutamate/datasets/issues category: Statistics, Machine Learning, Data Mining, Data Data-files:@@ -26,7 +27,7 @@ source-repository head type: git- location: https://github.com/glutamate/uci-datasets+ location: https://github.com/glutamate/datasets Library@@ -43,6 +44,7 @@ , Numeric.Datasets.Car , Numeric.Datasets.Iris , Numeric.Datasets.Wine+ other-modules: Paths_datasets Build-depends: base >= 4.6 && < 5