markovmodel / msmtools

Tools for estimating and analyzing Markov state models
GNU Lesser General Public License v3.0
40 stars 26 forks source link

remove _compressed_sparsed_stack import #127

Closed evilsetg closed 2 years ago

evilsetg commented 2 years ago

_compressed_sparse_stack is not available in scipy.sparce.constuct anymore as of scipy 1.8.0. Further it appears to be unused.

clonker commented 2 years ago

Thanks! Sorry for the super late response. This package isn't really maintained anymore and it would probably be good to archive it. I suggest you check out deeptime (https://github.com/deeptime-ml/deeptime), bugfixed, performance-improved versions of the functions in here can be found there together with a bunch of other things.