Skip to content

Commit 7e10713

Browse files
committed
Release 7.061
1 parent 4fca3eb commit 7e10713

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+500
-53
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
# 7.061
3+
* Upgrade to hamf to fix pmap with custom pool issue and initial cut at sparse columns. There is no serialization
4+
yet as that requires significant changes to arrow to work for our intended use case.
5+
26
# 7.060
37
* Fixes [issue 458](https://github.com/techascent/tech.ml.dataset/issues/458) - replace missing with a value
48
works correctly when a column contains all missing values.

deps.edn

Lines changed: 4 additions & 3 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 "10.141"}
3+
cnuernber/dtype-next {:mvn/version "10.142"}
44
techascent/tech.io {:mvn/version "4.31"
55
:exclusions [org.apache.commons/commons-compress]}
66
org.apache.datasketches/datasketches-java {:mvn/version "4.2.0"}
@@ -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.060"
17+
:version "7.061"
1818
:name "TMD"
1919
:description "A Clojure high performance data processing system"
2020
:metadata {:doc/format :markdown}
@@ -145,7 +145,7 @@
145145
io.netty/netty
146146
com.google.inject.extensions/guice-servlet]}
147147
com.cnuernber/jarrow {:mvn/version "1.000"}
148-
148+
149149
org.tribuo/tribuo-all {:mvn/version "4.3.1" :extension "pom"}
150150
}
151151
:extra-paths ["neanderthal" "test"]}
@@ -158,6 +158,7 @@
158158
;uncomplicate/neanderthal {:mvn/version "0.45.0"}
159159
ch.qos.logback/logback-classic {:mvn/version "1.3.5"}
160160
com.clojure-goes-fast/clj-memory-meter {:mvn/version "0.1.0"}
161+
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.6.2"}
161162
com.cnuernber/benchmark {:mvn/version "1.000-beta-2"}
162163
org.apache.poi/poi-ooxml {:mvn/version "5.2.3"
163164
:exclusions [commons-codec/commons-codec]}

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)