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
refactor(numpydates): simplify accessors and add inline datetime/timedelta support
- Simplified accessor functions in DateTime64, InlineDateTime64, InlineTimeDelta64, and TimeDelta64 by removing unnecessary function wrappers
- Added support for NumpyDates.InlineDateTime64 and InlineTimeDelta64 in pyjlarray_isarrayabletype and pytypestrdescr
- Refactored pytypestrdescr to use if-elseif structure for better readability
- Updated PyArray.jl to handle unbound units in type conversion
This enhances numpy date type integration while cleaning up code structure.
0 commit comments