You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(numpydates): add NumpyDates reference and clarify unit docs
- Add NumpyDates section to pythoncall-reference with API docs
- Update release notes with NumpyDates overview
- Clarify docstrings: runtime vs inline units and memory layout
Copy file name to clipboardExpand all lines: docs/src/pythoncall-reference.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,3 +255,18 @@ PythonCall.getptr
255
255
PythonCall.pydel!
256
256
PythonCall.unsafe_pynext
257
257
```
258
+
259
+
## NumpyDates
260
+
261
+
The submodule `PythonCall.NumpyDates` provides types corresponding to Numpy's `datetime64` and `timedelta64` types. Enables conversion of these Numpy types (either as scalars or in arrays) to native Julia types.
0 commit comments