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
Continue to use nanosecond-precision Timestamps in precision-sensitive areas (#7731)
* [test-upstream] use nanosecond-precision timestamps for now
* [test-upstream] allow kwargs to be passed to nanosecond_precision_timestamp
* unpin `pandas`
* Add type hint for nanosecond_precision_timestamp
Co-authored-by: Illviljan <[email protected]>
* Add one more TODO comment
* Remove deleted attributes in CFTimeIndex documentation
* Add a what's new entry
* Remove one more attribute from api-hidden.rst
* Silence conversion warnings in tests
* Silence more conversion warnings
---------
Co-authored-by: Deepak Cherian <[email protected]>
Co-authored-by: Justus Magin <[email protected]>
Co-authored-by: Illviljan <[email protected]>
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,12 @@ Internal Changes
88
88
- Added a config.yml file with messages for the welcome bot when a Github user creates their first ever issue or pull request or has their first PR merged. (:issue:`7685`, :pull:`7685`)
89
89
By `Nishtha P <https://github.com/nishthap981>`_.
90
90
91
+
- Ensure that only nanosecond-precision :py:class:`pd.Timestamp` objects
92
+
continue to be used internally under pandas version 2.0.0. This is mainly to
93
+
ease the transition to this latest version of pandas. It should be relaxed
0 commit comments