Skip to content

Commit

Permalink
Merge pull request #116 from scicloj/2-beta5.1
Browse files Browse the repository at this point in the history
2 beta5.1
  • Loading branch information
daslu authored Jan 22, 2025
2 parents 9754c4f + ebf07cc commit e1d1c86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 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-beta5] - unreleased
## [2-beta5.1] - 2025-01-16
- updated deps (Tableplot)

## [2-beta5] - 2025-01-16
- updated deps (Metamorph.ml, Tableplot)

## [2-beta4] - 2025-01-01
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-beta5")
(def version "2-beta5.1")
(def snapshot (str version "-SNAPSHOT"))
(def class-dir "target/classes")

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
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-beta9"}
org.scicloj/metamorph.ml {:mvn/version "0.12"}
org.scicloj/tableplot {:mvn/version "1-beta9.1"}
org.scicloj/metamorph.ml {:mvn/version "0.12t"}
org.scicloj/sklearn-clj {:mvn/version "0.4.1"}
org.scicloj/scicloj.ml.xgboost {:mvn/version "6.2.0"}

Expand Down

0 comments on commit e1d1c86

Please sign in to comment.