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

LightGraphs => Graphs, GeoData => Rasters, some changes to type names #5

Merged
merged 2 commits into from
Nov 12, 2021

Conversation

vlandau
Copy link
Member

@vlandau vlandau commented Oct 19, 2021

Straightforward PR -- updated from LightGraphs to Graphs. Move from GeoData to Rasters. A couple of type names were also changed:

  • SimpleRasterGraph => RasterGraph
  • SimpleRasterDiGraph => RasterDiGraph

@vlandau vlandau changed the title LightGraphs => Graphs, some other minor changes to type names LightGraphs => Graphs, GeoData => Rasters, some changes to type names Nov 12, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2021

Codecov Report

Merging #5 (8b96328) into main (b7457a4) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #5   +/-   ##
=======================================
  Coverage   97.68%   97.68%           
=======================================
  Files           5        5           
  Lines         173      173           
=======================================
  Hits          169      169           
  Misses          4        4           
Impacted Files Coverage Δ
src/utils.jl 100.00% <ø> (ø)
src/graph_interface.jl 95.83% <100.00%> (ø)
src/rastergraphs.jl 97.56% <100.00%> (ø)
src/show.jl 100.00% <100.00%> (ø)
src/structs.jl 100.00% <100.00%> (ø)

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 b7457a4...8b96328. Read the comment docs.

@vlandau vlandau merged commit 987a6e8 into main Nov 12, 2021
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.

2 participants