You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DoodleBUGS: Allow Nested Plates, add new layouts and fix lot of linting issues (#357)
Removed
[`cytoscape-compound-drag-and-drop`](https://github.com/cytoscape/cytoscape.js-compound-drag-and-drop)
because it only supports plates to depth 1 so I have written custom
logic for plates which which supports plates in much better way!
This PR adds these features for Plates:
- Nested plates to any depth
- Now supports empty plates
---------
Co-authored-by: Xianda Sun <[email protected]>
Copy file name to clipboardExpand all lines: DoodleBUGS/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
A web-based graphical editor for creating Bayesian models, inspired by DoodleBUGS and designed to work with JuliaBUGS. This project aims to provide an visual interface for building, understanding, and sharing probabilistic models.
4
4
5
+
Try DoodleBUGS at [`https://turinglang.org/JuliaBUGS.jl/DoodleBUGS/`](https://turinglang.org/JuliaBUGS.jl/DoodleBUGS/).
6
+
5
7
# Project Status: Pre-Alpha
6
8
7
9
This project is currently in the pre-alpha phase of development as part of the Google Summer of Code 2025 program.
0 commit comments