Code for creating, manipulating, visualizing and comparing Merge Trees and Decorated Merge Trees (DMTs). Merge trees are a classical tool in the field of topological data analysis (and more broady in data science and computational geometry). DMTs were recently introduced in our paper
Decorated Merge Trees for Persistent Topology by Justin Curry, Haibin Hang, Washington Mio, Tom Needham and Osman Berat Okutan https://arxiv.org/abs/2103.15804
This repository will be regularly updated. Currently, the code is not optimized and was mainly developed to create examples for the paper. We will be fixing bugs and adding improvements to the code.
We plan to add notebooks which recreate all of the figures in the paper. Please contact us with questions or to report any issues.
Significant update to the code. Merge trees and decorated merge trees are now represented as classes and certain algorithms were more made more efficient. The tutorial notebook has been updated to reflect these changes.