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): add rescale support and expand convert methods for datetime64 and timedelta64
- Implement rescale function to handle unit changes in DateTime64 and TimeDelta64 instead of throwing errors
- Expand Base.convert methods for InlineDateTime64 and InlineTimeDelta64 to support more types
- Add new pyconvert rules for NumpyDates.DatesInstant and NumpyDates.DatesPeriod in numpy.jl
This enhances type conversions and removes previous limitations on unit scaling.
0 commit comments