Skip to content

Commit 8aac943

Browse files
committed
Release 11.004
1 parent c90b66e commit 8aac943

38 files changed

Lines changed: 42 additions & 39 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 11.004
2+
* small hamf upgrade for process namespace.
3+
14
## 11.003
25
* 4d tensors compute tensors efficiently supported - will stick with this as that is the extent that clojure
36
allows primitive hinted functions. 5 and higher dimensional compute tensors need more research and a compelling

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
org.roaringbitmap/RoaringBitmap {:mvn/version "0.9.0"}
88
com.github.wendykierp/JTransforms {:mvn/version "3.1"}
99
techascent/tech.resource {:mvn/version "5.09"}
10-
com.cnuernber/ham-fisted {:mvn/version "3.003"}
10+
com.cnuernber/ham-fisted {:mvn/version "3.006"}
1111
org.clj-commons/primitive-math {:mvn/version "1.0.0"}}
1212
:deps/prep-lib {:alias :build
1313
:fn compile
@@ -21,7 +21,7 @@
2121
:exec-fn codox.main/-main
2222
:exec-args {:group-id "cnuernber"
2323
:artifact-id "dtype-next"
24-
:version "11.003"
24+
:version "11.004"
2525
:name "DType Next"
2626
:description "High Performance Clojure Primitives"
2727
:metadata {:doc/format :markdown}

docs/buffered-image.html

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

docs/cheatsheet.html

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

docs/datatype-to-dtype-next.html

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

docs/dimensions-bytecode-gen.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/overview.html

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

docs/tech.v3.datatype.argops.html

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

docs/tech.v3.datatype.bitmap.html

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

0 commit comments

Comments
 (0)