Skip to content

[pull] master from GiulioRossetti:master #16

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

Open
wants to merge 214 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 26, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Oct 26, 2022
Thomas-aubourg and others added 30 commits December 29, 2024 13:40
…ctive functions

The network visualization code has been restructured to improve maintainability
and separation of concerns:
- Extract static matplotlib rendering into _draw_static_network()
- Extract interactive Pyvis rendering into _draw_interactive_network()
- Simplify main plot_network_clusters() function to handle common initialization
  and delegation

Benefits:
- Better code organization and reduced complexity
- Easier to maintain and debug each rendering mode separately
- Simplified testing of each visualization method
- Reduced cyclomatic complexity of main function

No breaking changes to the public API.
- Restructured networks.py for better readability and organization.
- Fixed and enhanced function documentation for improved clarity.
- Introduced physics buttons to control interactive graph behavior.
  - Added buttons to toggle physics simulation (e.g., enable/disable).
  - Enhanced user interaction by allowing physics adjustments in real-time.

- Implemented a selection menu for graph elements:
  - Added a dropdown menu for selecting nodes or clusters in the visualization.
  - Provided easy navigation and manipulation of graph elements.
Enhanced graphical visualization through the use of interactive displays (Pyvis)
…ts weights but the cdlib wrapper was not exposing it.
…ights. The algorithm can be extended to handle edge weights but cdlib's implementation does not.
Docstring weight handling fixes, Allow 3 algorithms to use weights, Fix crash in lswl_plus, expose leiden resolution parameter, expose more weights parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants