In the TuringLang organisation we have lots of repos.
Which of them depend on which of them?
It would be nice to have an illustrated dependency graph that shows how they are all related, e.g.
Turing ──────┐
│ │ │
│ │ │
MCMCChains ◄────┘ │ │
▲ │ │
│ │ │
│ ▼ │
└─ext──DynamicPPL │
│ │ │
│ │ │
│ │ ▼
│ └───────► AbstractMCMC
▼
Bijectors
I think fundamentally this would boil down to parsing TOML files, although this might is a bit tricky to get right since we also have package extensions which would probably require a different type of arrow.
In the TuringLang organisation we have lots of repos.
Which of them depend on which of them?
It would be nice to have an illustrated dependency graph that shows how they are all related, e.g.
I think fundamentally this would boil down to parsing TOML files, although this might is a bit tricky to get right since we also have package extensions which would probably require a different type of arrow.