Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean Graph layouts and increase flexibility #3434

Merged
merged 25 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
bbbda11
allow user-defined layout functions for Graph
Nikhil-42 Nov 3, 2023
bf09935
only pass relevant args
Nikhil-42 Nov 3, 2023
2c4a83a
write tests
Nikhil-42 Nov 3, 2023
dcec252
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 3, 2023
51c35c3
Merge branch 'main' into main
MrDiver Dec 2, 2023
71694e7
change_layout forward root_vertex and partitions
Nikhil-42 Dec 2, 2023
8ea4dd4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 2, 2023
de9dc4b
add test for change_layout
Nikhil-42 Dec 2, 2023
021ef7e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 2, 2023
d3bfeb9
fix copy/paste error
Nikhil-42 Dec 2, 2023
0434fbd
fix
Nikhil-42 Dec 2, 2023
ee9b2e5
fixup types for CodeQL
Nikhil-42 Dec 2, 2023
19b7d16
static type the Layout Names
Nikhil-42 Dec 25, 2023
1be461b
Merge branch 'main' of github.com:ManimCommunity/manim
Nikhil-42 Dec 25, 2023
5da7f8c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 25, 2023
3a88ae2
fix dynamic union type for Python 3.9
Nikhil-42 Dec 25, 2023
a1b354d
add example scenes to LayoutFunction protocol documentation
Nikhil-42 Jan 3, 2024
1191240
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 3, 2024
f7cfb6d
Merge branch 'main' of github.com:ManimCommunity/manim
Nikhil-42 Jan 3, 2024
d3088fe
Merge branch 'main' into main
Nikhil-42 Jan 30, 2024
f32985d
Replace references to np.ndarray with standard Manim types
Nikhil-42 Jan 31, 2024
4ce3fe0
Label NxGraph as a TypeAlias
Nikhil-42 Feb 5, 2024
8b46922
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 5, 2024
1c02060
Merge branch 'main' into main
Nikhil-42 Feb 5, 2024
71e3f51
Merge branch 'main' into main
behackl Apr 24, 2024
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
Loading
Loading