dagitty
dagitty copied to clipboard
export attribute getters
We're working on some tools to expand metadata included with DAGs. We'd like to include dagitty's dot-style syntax as a supported input and output. For the most part, this works seamlessly with custom attributes. However, it would be easier to parse them if .vertexAttributes() and .edgeAttributes() (or wrappers around them) were exported.
Are you open to that? I'd be happy to make it happen in a PR.