-
Notifications
You must be signed in to change notification settings - Fork 0
Compatibility with pandas 0.18 #18
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
Comments
Original comment by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson). The error derives from the call to Minimal breaking example (pandas 0.18.1, numpy 1.11.0):
This fails as above, at the call to
The error does not occur for naive datetimes. If the columns of the empty DataFrame are not specified, there is no such problem, i.e. the following works.
|
Original comment by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson). This is resolved by only concatenating non-empty DataFrames, as per pull request #5. |
Original comment by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson). Looks related to these pandas bugs: |
Original comment by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson).
Fixes issue #18, where adding shots to lyse failed with pandas >= 0.18. Modified pandas requirement accordingly, with no upper limit on version. → <<cset f1b822e>> |
Original report (archived issue) by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson).
Since pandas 0.18, adding shots to the lyse GUI fails with:
The text was updated successfully, but these errors were encountered: