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 9112916 commit 7c9dbbcCopy full SHA for 7c9dbbc
CHANGELOG.rst
@@ -7,9 +7,16 @@
7
Changelog
8
=========
9
10
-0.13.0 (2025-05-22)
+0.13.0 (unreleased)
11
-------------------
12
13
+**Bug fixes**
14
+
15
+- Add missing onnxruntime workaround for uint32 inputs to ``ndonnx.min`` and ``ndonnx.max``.
16
+- Fix array instantiation with ``ndonnx.asarray`` and very large Python integers for ``uint64`` data types.
17
+- Fix passing an Python scalar as the second argument to ``ndonnx.where``.
18
19
20
**New features**
21
22
- The :class:`ndonnx.TimeDelta64DType` and :class:`ndonnx.DateTime64DType` gained support for milli and microseconds as units.
0 commit comments