BlueBrain / BlueGraph

Python framework for graph analytics and co-occurrence analysis
https://bluegraph.readthedocs.io
Apache License 2.0
31 stars 5 forks source link

Added release notes #84

Closed eugeniashurko closed 3 years ago

eugeniashurko commented 3 years ago

Added new release notes

codecov-commenter commented 3 years ago

Codecov Report

Merging #84 (a687ffa) into master (3bb2e75) will decrease coverage by 0.43%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   81.16%   80.72%   -0.44%     
==========================================
  Files          41       41              
  Lines        3680     3596      -84     
==========================================
- Hits         2987     2903      -84     
  Misses        693      693              
Impacted Files Coverage Δ
bluegraph/core/utils.py 84.90% <0.00%> (-3.99%) :arrow_down:
bluegraph/core/embed/embedders.py 80.00% <0.00%> (-2.65%) :arrow_down:
bluegraph/core/analyse/metrics.py 71.42% <0.00%> (-2.16%) :arrow_down:
bluegraph/core/io.py 62.07% <0.00%> (-2.06%) :arrow_down:
bluegraph/core/analyse/communities.py 78.18% <0.00%> (-0.77%) :arrow_down:
bluegraph/preprocess/encoders.py 78.86% <0.00%> (-0.32%) :arrow_down:
bluegraph/core/analyse/paths.py 85.09% <0.00%> (-0.19%) :arrow_down:
bluegraph/backends/neo4j/embed/embedders.py 90.82% <0.00%> (-0.17%) :arrow_down:
bluegraph/backends/stellargraph/embed/embedders.py 97.33% <0.00%> (-0.11%) :arrow_down:
bluegraph/backends/networkx/io.py 91.66% <0.00%> (-0.10%) :arrow_down:
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3bb2e75...a687ffa. Read the comment docs.