Skip to content

Commit 873f398

Browse files
author
Christopher Doris
committed
docs(numpydates): update release notes with NumpyDates features
1 parent 0ecb038 commit 873f398

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/src/releasenotes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Release Notes
22

33
## Unreleased
4-
* Added NumpyDates: NumPy-compatible DateTime64/TimeDelta64 types and units.
4+
* 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`.
58

69
## 0.9.27 (2025-08-19)
710
* Internal: Use heap-allocated types (PyType_FromSpec) to improve ABI compatibility.

0 commit comments

Comments
 (0)