diff --git a/CHANGELOG.md b/CHANGELOG.md index ed830de..095dae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## [2-alpha9.1] - 2024-09-28 +- brought back same/ish dep which was removed by mistake + ## [2-alpha9] - 2024-09-28 - updated deps (scicloj.ml.tribuo, Tribuo models) +- same/ish dep was removed by mistake ## [2-alpha8.2] - 2024-09-28 - added scicloj.ml.xgboost diff --git a/deps.edn b/deps.edn index 95becb0..65c1ea2 100644 --- a/deps.edn +++ b/deps.edn @@ -18,10 +18,12 @@ org.tribuo/tribuo-classification-sgd {:mvn/version "4.3.1"} org.tribuo/tribuo-classification-tree {:mvn/version "4.3.1"} org.tribuo/tribuo-classification-xgboost {:mvn/version "4.3.1"} - + clj-python/libpython-clj {:mvn/version "2.025"} org.scicloj/kind-pyplot {:mvn/version "1-beta1"} - scicloj/clojisr {:mvn/version "1.0.0"}} + scicloj/clojisr {:mvn/version "1.0.0"} + + same/ish {:mvn/version "0.1.6"}} :aliases {:gen-tests {:extra-paths ["build"]} @@ -33,7 +35,6 @@ :test {:extra-paths ["test" "notebooks"] :extra-deps {org.clojure/test.check {:mvn/version "1.1.1"} io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"} - same/ish {:mvn/version "0.1.6"} org.scicloj/clay {:mvn/version "2-beta16"}}} :model-integration-tests @@ -45,10 +46,8 @@ org.bytedeco/openblas {:mvn/version "0.3.10-1.5.4"} org.bytedeco/javacpp {:mvn/version "1.5.4"} - same/ish {:mvn/version "0.1.6"} - io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"} - }} + io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}} + - :dev {:extra-paths ["notebooks"] :extra-deps {org.scicloj/clay {:mvn/version "2-beta16"}}}}}