Skip to content

Commit

Permalink
Merge pull request #143 from scicloj/2-beta9
Browse files Browse the repository at this point in the history
version 2-beta9
  • Loading branch information
daslu authored Mar 5, 2025
2 parents ac13d9b + 4546b8b commit 22776b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# 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/).

## unreleasesd
## [2-beta9] - 2025-03-05
- updated deps (Clay 2-beta31.1, methamorph.ml 1.2)
- added dependency: slf4j-simple
- updated for methamorph.ml 1.2
- use kaocha for running tests
- column-names of all datasets under
scicloj.metamorph.ml.toydata
scicloj.metamorph.ml.toydata.ggplot
are now kebab-cased (ev. breaking change)


## [2-beta8] - 2025-02-25
- update deps (Clay)
- added Clay's main CLI to the uberjar build
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


(def lib 'org.scicloj/noj)
(def version "2-beta8")
(def version "2-beta9")
(def snapshot (str version "-SNAPSHOT"))
(def class-dir "target/classes")

Expand Down
5 changes: 3 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
aerial.hanami/aerial.hanami {:mvn/version "0.20.1"}
org.scicloj/tableplot {:mvn/version "1-beta11"}
org.scicloj/metamorph.ml {:mvn/version "1.2"}

org.scicloj/sklearn-clj {:mvn/version "0.5"}
org.scicloj/scicloj.ml.xgboost {:mvn/version "6.3.0"}

Expand All @@ -35,7 +34,9 @@
org.babashka/sci {:mvn/version "0.9.44"}
org.mentat/emmy-viewers {:mvn/version "0.3.2"}

org.scicloj/clay {:mvn/version "2-beta30"}}
org.scicloj/clay {:mvn/version "2-beta31.1"}

org.clojars.kjw/slf4j-simple {:mvn/version "1.5.5"}}
:aliases
{:gen-tests {:extra-paths ["build"]}

Expand Down

0 comments on commit 22776b0

Please sign in to comment.