-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch enable_cftimeindex to True by default (#2516)
* Switch enable_cftimeindex to True by default * Add a friendlier error message when plotting cftime objects * Mention that the non-standard calendars are used in climate science * Add GH issue references to docs * Deprecate enable_cftimeindex option * Add CFTimeIndex.to_datetimeindex method * Add friendlier error message for resample * lint * Address review comments * Take into account microsecond attribute in cftime_to_nptime * Add test for decoding dates with microsecond-resolution units This would have failed before including the microsecond attribute of each date in cftime_to_nptime in eaa4a44. * Fix typo in time-series.rst * Formatting * Fix test_decode_cf_datetime_non_iso_strings * Prevent warning emitted from set_options.__exit__
- Loading branch information
1 parent
17815b4
commit 656f8bd
Showing
15 changed files
with
447 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,3 +152,4 @@ | |
plot.FacetGrid.map | ||
|
||
CFTimeIndex.shift | ||
CFTimeIndex.to_datetimeindex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.