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
date_range: set default freq to 'D' only if periods, start, or end are None (#8774)
* Fixing issue #8770: Improved frequency parameter logic to set it to 'D' only if periods, start, or end are None.
* Addressed feedback: Updated default argument handling in cftime_range to ensure consistency across date range functions
* Update doc/whats-new.rst
Co-authored-by: Mathias Hauser <[email protected]>
* Update xarray/tests/test_cftime_offsets.py
Co-authored-by: Mathias Hauser <[email protected]>
* Update xarray/tests/test_cftime_offsets.py
Co-authored-by: Mathias Hauser <[email protected]>
* Input argument period included in test_cftime_range_no_freq and test_date_range_no_freq following #8770
* Update doc/whats-new.rst
Co-authored-by: Spencer Clark <[email protected]>
---------
Co-authored-by: Mathias Hauser <[email protected]>
Co-authored-by: Spencer Clark <[email protected]>
0 commit comments