Skip to content

Commit

Permalink
7.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Feb 21, 2025
1 parent c3d477e commit f0db874
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
cli: 1.12.0.1495

- name: ci
run: clojure -T:build generate-pom
run: |
clojure -T:build ci
clojure -T:build generate-pom
- uses: jlesquembre/[email protected]
env:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# ConstantChangeLog

# unreleased
# 7.5.2
- fixed release build

# 7.5.1
- made predicion target datatype symetric to train
- fixes #450 unexpected "distinct" of float columns after categorical->number using :float64

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 'org.scicloj/scicloj.ml.smile)
; alternatively, use MAJOR.MINOR.COMMITS:
(def version (format "7.5.1"))
(def version (format "7.5.2"))
(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 f0db874

Please sign in to comment.