Skip to content

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

Merged
merged 3 commits into from
Mar 7, 2023
Merged

CLN: assorted #51775

merged 3 commits into from
Mar 7, 2023

Conversation

jbrockmendel
Copy link
Member

closes #34381 by editing to_offset docstring to clarify returned object is BaseOffset subclass

@@ -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`)
Copy link
Member

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?

Copy link
Member Author

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
Copy link
Member

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

@mroeschke mroeschke added the Clean label Mar 6, 2023
@mroeschke mroeschke added this to the 2.1 milestone Mar 7, 2023
@mroeschke mroeschke merged commit f7df8bf into pandas-dev:main Mar 7, 2023
@mroeschke
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the fixmes69 branch March 7, 2023 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: pd.tseries.frequencies.to_offset() does not really provide a DateOffset object
2 participants