-
Notifications
You must be signed in to change notification settings - Fork 21
Release 0.5.1 #76
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
Release 0.5.1 #76
Conversation
For now, there seems to be a bug in pandas; so we may need to wait on that. I think (still need to confirm) that this is the source of the test failures.
Bump 0.5.1.dev0
Fix RTD docs build
Drop Py27 and Win32; add Py38
Fixes for sparse matrix in Pandas 1.0
|
close/reopen to get travis to run with an update to autorelease |
|
feel free to merge once you are satisfied with it ;) |
|
@sroet : Thanks -- working on some issues with autorelease now (Travis changed things). See https://travis-ci.community/t/9290. I'll hold off on merge until I can have our autorelease import point to a version, instead of an experimental branch. |
|
It turns out that the problem with autorelease was that I was inconsistent on spaces vs underscores. Anyway, new release of autorelease is out, and now we can finally release Contact Map Explorer 0.5.1. |
Minor update, mainly to add compatibility with recent releases of other software. Pandas 1.0 brought major changes to the its treatment of sparse matrices, which broke the way we convert contact matrices to Pandas DataFrames. MDTraj no longer supports Python 2, so we no longer test against Python 2. Python 2 support will be officially dropped in the next release of Contact Map Explorer.
Miscellaneous improvements