Skip to content

Commit

Permalink
v7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Apr 28, 2024
1 parent 62e3f1c commit 034411b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ConstantChangeLog

# unreleased
# 7.4

- added function to easly retrieve datasets from Smile Github data folder
- upgraded deps
- added tidy and glance for OLS
- added tidy,glance and augment for OLS

# v7.3

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def lib 'scicloj/scicloj.ml.smile)
; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "7.3"))
(def version (format "7.4"))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand Down

0 comments on commit 034411b

Please sign in to comment.