Skip to content

contact_map 0.5.1

Compare
Choose a tag to compare
@dwhswenson dwhswenson released this 12 Aug 06:33
· 109 commits to stable since this release
62007fd

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

  • Drop Py27 and Win32; add Py38 (#75) #upstream_changed
  • Fix RTD docs build (#72) #docs
  • Fixes for sparse matrix in Pandas 1.0 (#69) #upstream_changed