Skip to content

contact_map 0.6.0

Compare
Choose a tag to compare
@dwhswenson dwhswenson released this 01 Sep 10:55
· 68 commits to stable since this release
2c8d437

The main new feature in Contact Map Explorer 0.6.0 is the ContactTrajectory, which facilitates analysis of the time evolution of contacts. This release also adds more flexibility in plotting, by allowing users to provide the matplotlib Axes object to be plotted on.

DEPRECATION: Because ContactMap is redundant with ContactFrequency, the ContactMap class has been deprecated and will be removed in Contact Map Explorer 0.7.0. Use ContactFrequency instead. See #82 for more.

New features

  • Contact trajectories (#81)
  • rework plotting to allow for plot_axes (#79)

Miscellaneous improvements

  • Deprecate ContactMap (allowing rename ContactFrequency => ContactMap) (#84)
  • Improvements to continuous integration (#83)