# skan v0.10.0 This is a major release of skan that changes, removes, or deprecates much functionality. As skan has grown in popularity, we've been working hard to clean out the warts and kinks in the API, improve compatibility with libraries such as dask, and fix several bugs reported by users. This has brought one major change in how skan computes branch lengths ([#135](https://github.com/jni/skan/pull/135)): junctions are now cleaned up by computing their minimum spanning tree rather than by computing their centroid (see the [FAQ](https://jni.github.io/skan/faq.html)). This change can be reverted with a keyword argument in this version (`junction_mode='centroid'`), but **will be mandatory in upcoming versions**. If you need to preserve the old results, pin skan to