-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: assorted #51775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLN: assorted #51775
Conversation
@@ -789,7 +789,6 @@ Other API changes | |||
Deprecations | |||
~~~~~~~~~~~~ | |||
- Deprecated parsing datetime strings with system-local timezone to ``tzlocal``, pass a ``tz`` keyword or explicitly call ``tz_localize`` instead (:issue:`50791`) | |||
- Deprecated silently dropping unrecognized timezones when parsing strings to datetimes (:issue:`18702`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know if this commit got accidentally backported at any point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after the PR that added this note got merged we agreed the note should be moved rather than the PR backported
@@ -575,6 +575,8 @@ def test_bytes_exceed_2gb(c_parser_only): | |||
if parser.low_memory: | |||
pytest.skip("not a low_memory test") | |||
|
|||
# csv takes 10 seconds to construct, spikes memory to 8GB+, the whole test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sidenote: This seems to be more appropriate as an ASV benchmark using peak_mem
Thanks @jbrockmendel |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.closes #34381 by editing to_offset docstring to clarify returned object is BaseOffset subclass