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 0ecb038 commit 873f398Copy full SHA for 873f398
docs/src/releasenotes.md
@@ -1,7 +1,10 @@
1
# Release Notes
2
3
## Unreleased
4
-* Added NumpyDates: NumPy-compatible DateTime64/TimeDelta64 types and units.
+* Added `NumpyDates`: NumPy-compatible DateTime64/TimeDelta64 types and units.
5
+* Added `pyconvert` rules for NumpyDates types.
6
+* Added `PyArray` support for NumPy arrays of `datetime64` and `timedelta64`.
7
+* Added `juliacall.ArrayValue` support for Julia arrays of `InlineDateTime64` and `InlineTimeDelta64`.
8
9
## 0.9.27 (2025-08-19)
10
* Internal: Use heap-allocated types (PyType_FromSpec) to improve ABI compatibility.
0 commit comments