Skip to content

Commit cfe6574

Browse files
authored
Merge pull request #39 from elecbug/elecbug/master
Update v0.12.0
2 parents 3e6772c + 609b50a commit cfe6574

61 files changed

Lines changed: 2632 additions & 31 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion

go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

netkit.go

Lines changed: 0 additions & 2 deletions
This file was deleted.

v1/README.md

Lines changed: 45 additions & 0 deletions
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package bimap_test
33
import (
44
"testing"
55

6-
"github.com/elecbug/netkit/bimap"
6+
"github.com/elecbug/netkit/v1/bimap"
77
)
88

99
func TestBimap(t *testing.T) {

v1/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/elecbug/netkit/v1
2+
3+
go 1.21.5
File renamed without changes.

graph/algorithm/betweenness_centrality.go renamed to v1/graph/algorithm/betweenness_centrality.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"runtime"
55
"sync"
66

7-
"github.com/elecbug/netkit/graph"
7+
"github.com/elecbug/netkit/v1/graph"
88
)
99

1010
// BetweennessCentrality computes betweenness centrality using cached all shortest paths.

0 commit comments

Comments
 (0)