Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0753104
fix(#1532): edge weight encodes cardinality, not master-part
dimitri-yatsenko Aug 10, 2026
cafce6d
feat(#1532): modernize dj.Diagram rendering style
dimitri-yatsenko Aug 10, 2026
dba2f0d
feat(#1532): master-part entity clustering; drop 'ERD' naming
dimitri-yatsenko Aug 10, 2026
5906776
feat(#1532): master-part entity clustering + drop ERD naming (content)
dimitri-yatsenko Aug 10, 2026
29b4786
style(#1532): rounded schema clusters; subtle shaded entity clusters
dimitri-yatsenko Aug 10, 2026
c0abbe7
feat(#1532): dark theme option; matched, higher-contrast edge density
dimitri-yatsenko Aug 10, 2026
9346c20
feat(#1532): adaptive 'auto' theme; brighten dark entity cluster
dimitri-yatsenko Aug 10, 2026
97eebbe
style(#1532): Lookup renders as a gray Manual-sized rectangle
dimitri-yatsenko Aug 10, 2026
6f4f49a
docs(#1532): note parts keep a box for platform clickability
dimitri-yatsenko Aug 10, 2026
4ad3637
style(#1532): order parts after their master within the shared rank
dimitri-yatsenko Aug 10, 2026
0034923
fix(#1532): place parts below master (LR) / right of master (TB)
dimitri-yatsenko Aug 10, 2026
7619ccf
revert(#1532): drop within-cluster part ordering hacks
dimitri-yatsenko Aug 10, 2026
378caf6
test(#1532): add diagram style-regression fixture; robust part detection
dimitri-yatsenko Aug 10, 2026
de97845
feat(#1532): default diagram theme to 'auto'; sans schema labels
dimitri-yatsenko Aug 10, 2026
8435f7d
diagram: place schema name in the top-right corner of its cluster
dimitri-yatsenko Aug 10, 2026
7be82e9
diagram(mermaid): align make_mermaid with the modernized notation
dimitri-yatsenko Aug 11, 2026
97fe57e
docs(readme): regenerate pipeline figure in dj.Diagram notation (adap…
dimitri-yatsenko Aug 11, 2026
b3d3c5c
docs(readme): use adaptive dj.Diagram pipeline figure
dimitri-yatsenko Aug 11, 2026
2c7fdd9
Merge branch 'master' into fix/1532-diagram-restyle
dimitri-yatsenko Aug 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ conda install -c conda-forge datajoint

## Example Pipeline

![pipeline](images/pipeline.png)
![pipeline](images/pipeline.svg)

**Cite DataJoint:** [Yatsenko et al., 2026](https://arxiv.org/abs/2602.16585) — RRID: [SCR_014543](https://scicrunch.org/resolver/SCR_014543)

Expand Down
Binary file removed images/pipeline.png
Binary file not shown.
239 changes: 143 additions & 96 deletions images/pipeline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading