diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b84b74..12080a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # 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-beta6.1] - 2025-02-05 +- updated dep: Tableplot + ## [2-beta6] - 2025-02-05 - updated ML related libs and tests for methamorph.ml 1.0 - updated deps: Tableplot and Clay diff --git a/build.clj b/build.clj index 65ea5e7..82a882c 100644 --- a/build.clj +++ b/build.clj @@ -17,7 +17,7 @@ (def lib 'org.scicloj/noj) -(def version "2-beta6") +(def version "2-beta6.1") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes") diff --git a/deps.edn b/deps.edn index 3503cc4..9eeeded 100644 --- a/deps.edn +++ b/deps.edn @@ -6,7 +6,7 @@ org.scicloj/kindly {:mvn/version "4-beta14"} generateme/fastmath {:mvn/version "3.0.0-alpha3"} aerial.hanami/aerial.hanami {:mvn/version "0.20.1"} - org.scicloj/tableplot {:mvn/version "1-beta10"} + org.scicloj/tableplot {:mvn/version "1-beta10.1"} org.scicloj/metamorph.ml {:mvn/version "1.0"} org.scicloj/sklearn-clj {:mvn/version "0.5"} org.scicloj/scicloj.ml.xgboost {:mvn/version "6.3.0"}