Skip to content

Commit d1d62f0

Browse files
committed
Release 8.015
1 parent 487faa0 commit d1d62f0

38 files changed

Lines changed: 126 additions & 63 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.015
3+
* dtype-next upgrade and new api fn - transpose-by-key
4+
25
# 8.014
36
* Remove direct dependency on jpounz lz4 wrapper for arrow - load when necessary.
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.014"}
3+
cnuernber/dtype-next {:mvn/version "11.015"}
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.014"
15+
:version "8.015"
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: 4 additions & 4 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)