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

Network File and Explorer: Load data for edges; show colored and labelled edges #249

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

Conversation

janezd
Copy link
Contributor

@janezd janezd commented May 22, 2023

Issue

Resolves #247.

Description of changes

TO DO

  • Documentation, especially for Network File
Includes
  • Code changes
  • Tests
  • Documentation

@janezd janezd force-pushed the edge-labels branch 2 times, most recently from ce1eab1 to 9553296 Compare June 7, 2023 18:31
@janezd janezd changed the title Network File and Explorer: Add labels to edges Network File: More options to add data to vertices and edges Jun 10, 2023
@janezd janezd changed the title Network File: More options to add data to vertices and edges Network File and Explorer: Load data for edges; show colored and labelled edges Jun 10, 2023
@janezd janezd force-pushed the edge-labels branch 2 times, most recently from 773e9a1 to 6e719cb Compare June 11, 2023 08:19
@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2023

Codecov Report

Patch coverage: 92.70% and project coverage change: +4.06 🎉

Comparison is base (3496707) 73.34% compared to head (eb3ad0e) 77.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #249      +/-   ##
==========================================
+ Coverage   73.34%   77.40%   +4.06%     
==========================================
  Files          21       26       +5     
  Lines        2975     3581     +606     
==========================================
+ Hits         2182     2772     +590     
- Misses        793      809      +16     
Impacted Files Coverage Δ
...gecontrib/network/network/tests/test_embeddings.py 100.00% <ø> (ø)
...rangecontrib/network/network/tests/test_twomode.py 100.00% <ø> (ø)
orangecontrib/network/widgets/graphview.py 66.43% <60.00%> (-0.60%) ⬇️
orangecontrib/network/widgets/OWNxExplorer.py 67.60% <73.33%> (-0.07%) ⬇️
orangecontrib/network/widgets/OWNxFile.py 95.62% <97.57%> (+9.36%) ⬆️
orangecontrib/network/network/base.py 81.08% <100.00%> (ø)
orangecontrib/network/network/compose.py 100.00% <100.00%> (ø)
orangecontrib/network/network/readwrite.py 82.43% <100.00%> (+1.00%) ⬆️
...rangecontrib/network/network/tests/test_compose.py 100.00% <100.00%> (ø)
...ngecontrib/network/network/tests/test_readwrite.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@janezd janezd marked this pull request as ready for review June 11, 2023 15:21
@@ -719,7 +828,10 @@ def main():
network = read_pajek(join(dirname(dirname(__file__)), 'networks', 'leu_by_genesets.net'))
#network = read_pajek(join(dirname(dirname(__file__)), 'networks', 'davis.net'))
#transform_data_to_orange_table(network)
data = Table("/Users/janez/Downloads/relations.tab")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Remove. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] show edge labels
2 participants