matsengrp / historydag

https://matsengrp.github.io/historydag
GNU General Public License v3.0
0 stars 1 forks source link

Add HistoryDagFilter Object #51

Closed willdumm closed 1 year ago

willdumm commented 1 year ago

This PR contains lots of improvements for convenient modification of HistoryDag objects

willdumm commented 1 year ago

The most recent commits change the proposed & syntax for filtering to instead use indexing syntax, in case we want & to mean intersection (of tree sets) between history DAGs in the future.