Skip to content

Commit 5d14ee8

Browse files
authored
Merge pull request #172 from scicloj/2-beta18
2-beta18
2 parents f6bf0de + 8222589 commit 5d14ee8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [2-beta18 - 2025-05-08]
5+
- updated deps (Tableplot, Clay)
6+
47
## [2-beta17 - 2025-04-30]
58
- updated deps (Kindly, Clay, Kindly-advice)
69

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
(def lib 'org.scicloj/noj)
20-
(def version "2-beta17")
20+
(def version "2-beta18")
2121
(def snapshot (str version "-SNAPSHOT"))
2222
(def class-dir "target/classes")
2323

deps.edn

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
generateme/fastmath {:mvn/version "3.0.0-alpha3"}
99
generateme/fitdistr {:mvn/version "1.1.0-alpha1"}
1010
aerial.hanami/aerial.hanami {:mvn/version "0.20.1"}
11-
org.scicloj/tableplot {:mvn/version "1-beta12"}
11+
org.scicloj/tableplot {:mvn/version "1-beta13"}
1212
org.scicloj/metamorph.ml {:mvn/version "1.2"}
1313
org.scicloj/sklearn-clj {:mvn/version "0.5"}
1414
org.scicloj/scicloj.ml.xgboost {:mvn/version "6.3.0"}
@@ -35,8 +35,7 @@
3535

3636
org.babashka/sci {:mvn/version "0.9.45"}
3737
org.mentat/emmy-viewers {:mvn/version "0.3.2"}
38-
org.scicloj/clay {:mvn/version "2-beta41"}
39-
org.scicloj/kindly-advice {:mvn/version "1-beta14"}}
38+
org.scicloj/clay {:mvn/version "2-beta44"}}
4039
:aliases
4140
{:gen-tests {:extra-paths ["build"]}
4241

0 commit comments

Comments
 (0)