Skip to content

Commit 92999ec

Browse files
committed
Release 7.056
1 parent ff4a856 commit 92999ec

36 files changed

+66
-65
lines changed

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:exec-fn codox.main/-main
1515
:exec-args {:group-id "techascent"
1616
:artifact-id "tech.ml.dataset"
17-
:version "7.056-SNAPSHOT"
17+
:version "7.056"
1818
:name "TMD"
1919
:description "A Clojure high performance data processing system"
2020
:metadata {:doc/format :markdown}
@@ -74,7 +74,7 @@
7474
com.univocity/univocity-parsers {:mvn/version "2.9.0"}
7575
org.dhatim/fastexcel-reader {:mvn/version "0.16.4"
7676
:exclusions [org.apache.poi/poi-ooxml]}
77-
org.apache.arrow/arrow-vector {:mvn/version "6.0.0"
77+
org.apache.arrow/arrow-vector {:mvn/version "18.2.0"
7878
:exclusions [commons-codec/commons-codec
7979
com.fasterxml.jackson.core/jackson-core
8080
com.fasterxml.jackson.core/jackson-annotations
@@ -164,7 +164,7 @@
164164
com.univocity/univocity-parsers {:mvn/version "2.9.0"}
165165
org.dhatim/fastexcel-reader {:mvn/version "0.16.4"
166166
:exclusions [org.apache.poi/poi-ooxml]}
167-
org.apache.arrow/arrow-vector {:mvn/version "6.0.0"
167+
org.apache.arrow/arrow-vector {:mvn/version "18.2.0"
168168
:exclusions [commons-codec/commons-codec
169169
com.fasterxml.jackson.core/jackson-core
170170
com.fasterxml.jackson.core/jackson-annotations

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: 3 additions & 3 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.

docs/tech.v3.dataset.clipboard.html

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

0 commit comments

Comments
 (0)