Skip to content

Commit

Permalink
v 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Nov 26, 2024
1 parent 004de65 commit 296a8e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## unreleased

## 0.1.4
- support "all types" for classification target column
- added partial support for register individual models

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'org.scicloj/scicloj.ml.tribuo)
(def version "0.1.3")
(def version "0.1.4")
#_ ; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "1.0.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
Expand Down

0 comments on commit 296a8e6

Please sign in to comment.