Skip to content

Commit d6abf80

Browse files
committed
Release 8.017
1 parent 4c2ea10 commit d6abf80

36 files changed

Lines changed: 40 additions & 37 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
# 8.017
3+
* Dtype, hamf fixes.
4+
25
# 8.016
36
* Fix for https://github.com/techascent/tech.ml.dataset/issues/474
47

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src" "resources" "target/classes"]
22
:deps {;;org.clojure/clojure {:mvn/version "1.11.1"}
3-
cnuernber/dtype-next {:mvn/version "11.016"}
3+
cnuernber/dtype-next {:mvn/version "11.017"}
44
techascent/tech.io {:mvn/version "4.33"}
55
org.apache.datasketches/datasketches-java {:mvn/version "4.2.0"}}
66
:aliases
@@ -12,7 +12,7 @@
1212
:exec-fn codox.main/-main
1313
:exec-args {:group-id "techascent"
1414
:artifact-id "tech.ml.dataset"
15-
:version "8.016"
15+
:version "8.017"
1616
:name "TMD"
1717
:description "A Clojure high performance data processing system"
1818
:metadata {:doc/format :markdown}

docs/000-getting-started.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/100-walkthrough.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/200-quick-reference.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/columns-readers-and-datatypes.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/nippy-serialization-rocks.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/supported-datatypes.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/tech.v3.dataset.categorical.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)