dwhswenson / contact_map

Contact map analysis for biomolecules; based on MDTraj
GNU Lesser General Public License v2.1
42 stars 18 forks source link

Remove `ContactMap` (allowing rename `ContactFrequency` => `ContactMap`) #88

Closed dwhswenson closed 4 years ago

dwhswenson commented 4 years ago

This is the next step in #82. Removes ContactMap and adds PendingDeprecationWarning on ContactFrequency.

This also bumps the version to 0.7.0.dev0 (which should have been done as soon as we broke the API in #87; changed API means we're developing on the next 0.x).

dwhswenson commented 4 years ago

Desired changes are done ... I had completely forgotten that this was still sitting here!

dwhswenson commented 4 years ago

Updated #82 to reflect current status.