We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7fb0c commit b39a095Copy full SHA for b39a095
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
-#7.034
+# 7.035 - UNRELEASED
3
+ * Latest dtype-next (10.124) - contains upgrades to ham-fisted which allow pmap et al. to accept arbitrary executor services.
4
+
5
6
+# 7.034
7
* Reverted transit encoding of instant back to milliseconds since epoch as js api doesn't support microseconds since epoch.
8
9
# 7.033
deps.edn
@@ -1,6 +1,6 @@
{:paths ["src" "resources" "target/classes"]
:deps {;;org.clojure/clojure {:mvn/version "1.11.1"}
- cnuernber/dtype-next {:mvn/version "10.122"}
+ cnuernber/dtype-next {:mvn/version "10.124"}
techascent/tech.io {:mvn/version "4.31"
:exclusions [org.apache.commons/commons-compress]}
org.apache.datasketches/datasketches-java {:mvn/version "4.2.0"}
0 commit comments