All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Source now includes test module to be leveraged by downstream
implementation tests.
- P-arguments can now be traversal functions mapping s to a set of o's.
- clj files are now cljc, and there are unit tests for cljs using doo
- t-comp provodes compositional traversal functions
- defined utility traversal function generators
- Mutability models are broken out into their own protocols
- A traverse function, with a utility to define transitive-closure.
- A new protocol ISet for basic set operations, with support in Graph
- Subtraction functions to the IGraph protocol, with support in Graph