Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Sep 26, 2024
1 parent d7521e8 commit a50dc65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
unreleased

0.9.0

- added linear models from fastmath
- added tidy output validation
- added support for design-matrix
Expand Down
4 changes: 2 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[clojure.tools.build.api :as b] ; for b/git-count-revs
[org.corfield.build :as bb]))

(def lib 'scicloj/metamorph.ml)
(def lib 'org.scicloj/metamorph.ml)
; alternatively, use MAJOR.MINOR.COMMITS:
;; (def version (format "6.2.%s" (b/git-count-revs nil)))
(def version "0.8.2")
(def version "0.9.0")
(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 a50dc65

Please sign in to comment.