Skip to content
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: remove redundant return value #31065

Merged

Conversation

jbrockmendel
Copy link
Member

No description provided.

@jorisvandenbossche jorisvandenbossche added this to the 1.1 milestone Jan 16, 2020
@simonjayhawkins simonjayhawkins merged commit c040f14 into pandas-dev:master Jan 16, 2020
@simonjayhawkins
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the ref-parse_time_string branch January 16, 2020 16:35
huddlej added a commit to nextstrain/augur that referenced this pull request Aug 11, 2020
The API for `parse_time_string` changed recently to only return two values
instead of three [1] and the function is no longer importable from the pandas
core tools datetimes module as of version 1.1.0. Instead, we have to import the
`parsing` module that exposes the `parse_time_string` function.

This bug should affect anyone trying to run augur with pandas 1.1.0 but not
users running earlier versions of pandas.

[1] pandas-dev/pandas#31065
huddlej added a commit to nextstrain/augur that referenced this pull request Aug 11, 2020
The API for `parse_time_string` changed recently to only return two values
instead of three [1] and the function is no longer importable from the pandas
core tools datetimes module as of version 1.1.0. Instead, we have to import the
`parsing` module that exposes the `parse_time_string` function. This commit
supports both the previous and new API's return values.

This bug should affect anyone trying to run augur with pandas 1.1.0 but not
users running earlier versions of pandas.

[1] pandas-dev/pandas#31065
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.

3 participants