This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
Service release
New features:
- coordinates:
- for lag < chunksize improved speed (50%) for TICA. #960
- new config variable "coordinates_check_output" to test for "NaN" and "inf" values in
iterator output for every chunk. The option is disabled by default. It gives insight
during debugging where faulty values are introduced into the pipeline. #967
Fixes:
- coordinates:
- msm: low-level api removed (use msmtools for now, if you really need it). #550