Skip to content

Commit 6dea6c7

Browse files
committed
Release 8.007
1 parent 78b4d18 commit 6dea6c7

36 files changed

+41
-43
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
2-
3-
# 8.003
2+
# 8.007
43
* hamf fixes, charred fixes, and 30% less require times when run from repl.
4+
* dytpe upgrades for tensor fixes
55

66
# 8.002
77
* small dtype-next and hamf upgrades.

deps.edn

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{:paths ["src" "resources" "target/classes"]
22
:deps {;;org.clojure/clojure {:mvn/version "1.11.1"}
3-
cnuernber/dtype-next {:mvn/version "11.009"}
4-
techascent/tech.io {:mvn/version "4.33"
5-
:exclusions [org.apache.commons/commons-compress]}
6-
org.apache.datasketches/datasketches-java {:mvn/version "4.2.0"}
7-
com.cnuernber/charred {:mvn/version "1.038"}}
3+
cnuernber/dtype-next {:mvn/version "11.010"}
4+
techascent/tech.io {:mvn/version "4.33"}
5+
org.apache.datasketches/datasketches-java {:mvn/version "4.2.0"}}
86
:aliases
97
{:codox
108
{:extra-deps {codox-theme-rdash/codox-theme-rdash {:mvn/version "0.1.2"}
@@ -14,7 +12,7 @@
1412
:exec-fn codox.main/-main
1513
:exec-args {:group-id "techascent"
1614
:artifact-id "tech.ml.dataset"
17-
:version "8.006"
15+
:version "8.007"
1816
:name "TMD"
1917
:description "A Clojure high performance data processing system"
2018
: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)