asbm 0.1.4.dev3__tar.gz → 0.1.4.dev5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/.github/workflows/check-julia.yml +1 -1
  2. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/.github/workflows/check-r.yml +1 -1
  3. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/.github/workflows/release.yml +2 -2
  4. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/PKG-INFO +1 -1
  5. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/DESCRIPTION +1 -1
  6. asbm-0.1.4.dev5/bindings/r/NAMESPACE +13 -0
  7. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/R/RcppExports.R +1 -1
  8. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/R/asbm.R +4 -0
  9. asbm-0.1.4.dev5/bindings/r/man/coincidence_matrix.Rd +22 -0
  10. asbm-0.1.4.dev5/bindings/r/man/consensus_partition.Rd +22 -0
  11. asbm-0.1.4.dev5/bindings/r/man/fit.Rd +77 -0
  12. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/python/asbm/src/asbm/_version.py +3 -3
  13. asbm-0.1.4.dev3/bindings/r/NAMESPACE +0 -13
  14. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/.github/dependabot.yml +0 -0
  15. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/.github/release.yml +0 -0
  16. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/.gitignore +0 -0
  17. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/.readthedocs.yaml +0 -0
  18. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/CMakeLists.txt +0 -0
  19. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/LICENSE +0 -0
  20. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/MAINTAINING.md +0 -0
  21. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/README.md +0 -0
  22. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/SUMMARY.md +0 -0
  23. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/README.md +0 -0
  24. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/julia/.gitignore +0 -0
  25. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/julia/CMakeLists.txt +0 -0
  26. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/julia/Project.toml +0 -0
  27. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/julia/deps/build.jl +0 -0
  28. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/julia/src/ASBM.jl +0 -0
  29. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/julia/src/c_shim.jl +0 -0
  30. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/julia/src/libasbm_julia.cpp +0 -0
  31. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/julia/test/runtests.jl +0 -0
  32. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/python/bindings.cpp +0 -0
  33. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/.gitignore +0 -0
  34. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/LICENSE +0 -0
  35. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/cleanup +0 -0
  36. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/configure +0 -0
  37. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/configure.win +0 -0
  38. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/MCMC_bookkeeping.cpp +0 -0
  39. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/MCMC_core.cpp +0 -0
  40. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/MCMC_core.h +0 -0
  41. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/MCMC_proposals.cpp +0 -0
  42. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/Makevars +0 -0
  43. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/Makevars.win +0 -0
  44. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/RcppExports.cpp +0 -0
  45. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/asbm_core.h +0 -0
  46. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/fit_result.cpp +0 -0
  47. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/fit_result.h +0 -0
  48. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/globals.h +0 -0
  49. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/helpers.cpp +0 -0
  50. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/helpers.h +0 -0
  51. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/src/wrapper.cpp +0 -0
  52. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/tests/testthat/test-fit.R +0 -0
  53. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/bindings/r/tests/testthat.R +0 -0
  54. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/docs/conf.py +0 -0
  55. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/docs/examples/quickstart.md +0 -0
  56. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/docs/index.md +0 -0
  57. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/docs/modules.md +0 -0
  58. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/business_depts.gml +0 -0
  59. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/dolphins.gml +0 -0
  60. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/friends.gml +0 -0
  61. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/polbooks.gml +0 -0
  62. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/polbooks_comparison.png +0 -0
  63. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/polbooks_hybrid_ASBM.gml +0 -0
  64. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/polbooks_planted_partition.gml +0 -0
  65. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/polbooks_traditional_SBM.gml +0 -0
  66. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/data/test3.gml +0 -0
  67. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/julia/example.jl +0 -0
  68. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/python/README.md +0 -0
  69. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/python/example.py +0 -0
  70. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/python/polbooks_hybrid_ASBM.gml +0 -0
  71. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/python/polbooks_planted_partition.gml +0 -0
  72. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/python/polbooks_traditional_SBM.gml +0 -0
  73. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/python/q_trajectory.png +0 -0
  74. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/examples/r/example.R +0 -0
  75. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/pyproject.toml +0 -0
  76. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/python/asbm/src/asbm/__init__.py +0 -0
  77. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/python/asbm/src/asbm/core.py +0 -0
  78. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/python/asbm/src/asbm/input_output.py +0 -0
  79. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/python/asbm/src/asbm/py.typed +0 -0
  80. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/MCMC_bookkeeping.cpp +0 -0
  81. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/MCMC_core.cpp +0 -0
  82. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/MCMC_core.h +0 -0
  83. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/MCMC_proposals.cpp +0 -0
  84. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/asbm_core.h +0 -0
  85. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/fit_result.cpp +0 -0
  86. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/fit_result.h +0 -0
  87. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/globals.h +0 -0
  88. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/helpers.cpp +0 -0
  89. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/src/helpers.h +0 -0
  90. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/catch2/catch_user_config.hpp +0 -0
  91. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/inputs/test3.gml +0 -0
  92. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/inputs/test3_point_eval2.csv +0 -0
  93. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/inputs/test3_point_eval3.csv +0 -0
  94. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/inputs/test3_point_eval4.csv +0 -0
  95. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/empty4_traditional_DCSBM_coincidence.csv +0 -0
  96. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_general_ASBM_coincidence.csv +0 -0
  97. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_general_canonical_coincidence.csv +0 -0
  98. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_general_unified_coincidence.csv +0 -0
  99. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_hybrid_ASBM_coincidence.csv +0 -0
  100. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_microcanonical_DCSBM_coincidence.csv +0 -0
  101. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_microcanonical_SBM_coincidence.csv +0 -0
  102. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_planted_partition_coincidence.csv +0 -0
  103. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_point_eval2_components.csv +0 -0
  104. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_point_eval2_q1_components.csv +0 -0
  105. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_point_eval3_components.csv +0 -0
  106. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_point_eval4_components.csv +0 -0
  107. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_simple_ASBM_alpha10_coincidence.csv +0 -0
  108. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_simple_ASBM_coincidence.csv +0 -0
  109. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_simple_ASBM_dc_coincidence.csv +0 -0
  110. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_traditional_DCSBM_coincidence.csv +0 -0
  111. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_traditional_GDCSBM_coincidence.csv +0 -0
  112. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/data/outputs/test3_traditional_SBM_coincidence.csv +0 -0
  113. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/mcmc_core_test.cpp +0 -0
  114. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/python/conftest.py +0 -0
  115. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/python/test_api.py +0 -0
  116. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/python/test_integration_small.py +0 -0
  117. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/python/test_package.py +0 -0
  118. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/python/test_prior_check.py +0 -0
  119. {asbm-0.1.4.dev3 → asbm-0.1.4.dev5}/tests/python/test_run_inference.py +0 -0
@@ -22,7 +22,7 @@ jobs:
22
22
  julia-version: ['1.10']
23
23
 
24
24
  steps:
25
- - uses: actions/checkout@v6
25
+ - uses: actions/checkout@v7
26
26
 
27
27
  - uses: julia-actions/setup-julia@v3
28
28
  with:
@@ -29,7 +29,7 @@ jobs:
29
29
  os: [ubuntu-latest, macos-14, windows-latest]
30
30
 
31
31
  steps:
32
- - uses: actions/checkout@v6
32
+ - uses: actions/checkout@v7
33
33
 
34
34
  - uses: r-lib/actions/setup-r@v2
35
35
  with:
@@ -21,7 +21,7 @@ jobs:
21
21
  name: Make SDist
22
22
  runs-on: ubuntu-latest
23
23
  steps:
24
- - uses: actions/checkout@v6
24
+ - uses: actions/checkout@v7
25
25
  with:
26
26
  fetch-depth: 0
27
27
 
@@ -42,7 +42,7 @@ jobs:
42
42
  os: [macos-14, ubuntu-latest, windows-latest]
43
43
 
44
44
  steps:
45
- - uses: actions/checkout@v6
45
+ - uses: actions/checkout@v7
46
46
  with:
47
47
  fetch-depth: 0
48
48
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: asbm
3
- Version: 0.1.4.dev3
3
+ Version: 0.1.4.dev5
4
4
  Summary: Find group structures in networks
5
5
  Author-Email: Maximilian Jerdee <mjerdee@umich.edu>
6
6
  License-Expression: MIT
@@ -22,4 +22,4 @@ SystemRequirements: C++17
22
22
  Config/testthat/edition: 3
23
23
  Encoding: UTF-8
24
24
  Roxygen: list(markdown = TRUE)
25
- RoxygenNote: 7.3.2
25
+ RoxygenNote: 7.3.3
@@ -0,0 +1,13 @@
1
+ # Generated by roxygen2: do not edit by hand
2
+
3
+ S3method(coincidence_matrix,asbm_result)
4
+ S3method(consensus_partition,asbm_result)
5
+ S3method(fit,default)
6
+ S3method(fit,igraph)
7
+ S3method(print,asbm_result)
8
+ S3method(summary,asbm_result)
9
+ export(coincidence_matrix)
10
+ export(consensus_partition)
11
+ export(fit)
12
+ importFrom(Rcpp,sourceCpp)
13
+ useDynLib(asbm, .registration = TRUE)
@@ -2,6 +2,6 @@
2
2
  # Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
3
3
 
4
4
  fit_backend_r <- function(num_nodes, from, to, weight, model = "asbm", degree_correction = TRUE, sweeps = 100L, burn_sweeps = 100L, num_chains = 2L, samples_per_chain = 100L, thinning = 1L, seed = 0L) {
5
- .Call(`_asbm_fit_backend_r`, num_nodes, from, to, weight, model, degree_correction, sweeps, burn_sweeps, num_chains, samples_per_chain, thinning, seed)
5
+ .Call('_asbm_fit_backend_r', PACKAGE = 'asbm', num_nodes, from, to, weight, model, degree_correction, sweeps, burn_sweeps, num_chains, samples_per_chain, thinning, seed)
6
6
  }
7
7
 
@@ -1,3 +1,7 @@
1
+ #' @useDynLib asbm, .registration = TRUE
2
+ #' @importFrom Rcpp sourceCpp
3
+ NULL
4
+
1
5
  #' Fit an assortative stochastic block model
2
6
  #'
3
7
  #' Dispatches on the class of `graph`. Use an igraph object as input.
@@ -0,0 +1,22 @@
1
+ % Generated by roxygen2: do not edit by hand
2
+ % Please edit documentation in R/asbm.R
3
+ \name{coincidence_matrix}
4
+ \alias{coincidence_matrix}
5
+ \alias{coincidence_matrix.asbm_result}
6
+ \title{Extract the coincidence matrix from an asbm_result}
7
+ \usage{
8
+ coincidence_matrix(x, ...)
9
+
10
+ \method{coincidence_matrix}{asbm_result}(x, ...)
11
+ }
12
+ \arguments{
13
+ \item{x}{An \code{asbm_result} object.}
14
+
15
+ \item{...}{Currently unused.}
16
+ }
17
+ \value{
18
+ A numeric n × n matrix.
19
+ }
20
+ \description{
21
+ Extract the coincidence matrix from an asbm_result
22
+ }
@@ -0,0 +1,22 @@
1
+ % Generated by roxygen2: do not edit by hand
2
+ % Please edit documentation in R/asbm.R
3
+ \name{consensus_partition}
4
+ \alias{consensus_partition}
5
+ \alias{consensus_partition.asbm_result}
6
+ \title{Extract the consensus partition from an asbm_result}
7
+ \usage{
8
+ consensus_partition(x, ...)
9
+
10
+ \method{consensus_partition}{asbm_result}(x, ...)
11
+ }
12
+ \arguments{
13
+ \item{x}{An \code{asbm_result} object.}
14
+
15
+ \item{...}{Currently unused.}
16
+ }
17
+ \value{
18
+ A 1-indexed integer vector of length n.
19
+ }
20
+ \description{
21
+ Extract the consensus partition from an asbm_result
22
+ }
@@ -0,0 +1,77 @@
1
+ % Generated by roxygen2: do not edit by hand
2
+ % Please edit documentation in R/asbm.R
3
+ \name{fit}
4
+ \alias{fit}
5
+ \alias{fit.igraph}
6
+ \alias{fit.default}
7
+ \title{Fit an assortative stochastic block model}
8
+ \usage{
9
+ fit(graph, ...)
10
+
11
+ \method{fit}{igraph}(
12
+ graph,
13
+ model = "asbm",
14
+ degree_correction = TRUE,
15
+ sweeps = 100,
16
+ burn_sweeps = 100,
17
+ num_chains = 2,
18
+ samples_per_chain = 100,
19
+ thinning = 1,
20
+ seed = 0,
21
+ ...
22
+ )
23
+
24
+ \method{fit}{default}(graph, ...)
25
+ }
26
+ \arguments{
27
+ \item{graph}{An igraph graph (requires the \pkg{igraph} package).}
28
+
29
+ \item{...}{Currently unused.}
30
+
31
+ \item{model}{Character string selecting the model preset. One of
32
+ \code{"asbm"} (default), \code{"simple_asbm"}, \code{"general_asbm"},
33
+ \code{"hybrid_asbm"}, \code{"planted_partition"}, \code{"traditional_SBM"},
34
+ \code{"traditional_DCSBM"}, \code{"traditional_GDCSBM"},
35
+ \code{"microcanonical_SBM"}, \code{"microcanonical_DCSBM"}.}
36
+
37
+ \item{degree_correction}{Logical. Whether to infer per-node degree
38
+ correction parameters (default \code{TRUE}).}
39
+
40
+ \item{sweeps}{Integer. Number of MCMC sweeps between collected samples.}
41
+
42
+ \item{burn_sweeps}{Integer. Number of burn-in sweeps before sampling.}
43
+
44
+ \item{num_chains}{Integer. Number of independent MCMC chains.}
45
+
46
+ \item{samples_per_chain}{Integer. Samples collected per chain.}
47
+
48
+ \item{thinning}{Integer. Additional sweeps between samples (total gap
49
+ = \code{sweeps + thinning}; \code{thinning = 1} means no extra thinning).}
50
+
51
+ \item{seed}{Integer random seed for reproducibility.}
52
+ }
53
+ \value{
54
+ An \code{asbm_result} object (a named list) with components:
55
+ \describe{
56
+ \item{\code{mdl_value}}{Minimum description length value (double).}
57
+ \item{\code{mdl_partition}}{MDL partition as a 1-indexed integer vector.}
58
+ \item{\code{consensus_partition}}{Consensus partition (1-indexed).}
59
+ \item{\code{coincidence_matrix}}{n × n numeric matrix of co-assignment
60
+ fractions across samples.}
61
+ \item{\code{samples}}{Data frame with one row per sample, containing
62
+ chain metadata and per-node group assignments.}
63
+ }
64
+ }
65
+ \description{
66
+ Dispatches on the class of \code{graph}. Use an igraph object as input.
67
+ The graph must have non-negative integer (or string) vertex names;
68
+ edges are converted to 0-indexed integer IDs internally.
69
+ }
70
+ \examples{
71
+ if (requireNamespace("igraph", quietly = TRUE)) {
72
+ G <- igraph::make_ring(10)
73
+ result <- fit(G, num_chains = 2, samples_per_chain = 10, seed = 42)
74
+ print(result)
75
+ }
76
+
77
+ }
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.1.4.dev3'
22
- __version_tuple__ = version_tuple = (0, 1, 4, 'dev3')
21
+ __version__ = version = '0.1.4.dev5'
22
+ __version_tuple__ = version_tuple = (0, 1, 4, 'dev5')
23
23
 
24
- __commit_id__ = commit_id = 'gd2cbac3fd'
24
+ __commit_id__ = commit_id = 'g8859c0a7a'
@@ -1,13 +0,0 @@
1
- # Generated by roxygen2: do not edit by hand
2
-
3
- export(fit)
4
- export(coincidence_matrix)
5
- export(consensus_partition)
6
- S3method(fit, igraph)
7
- S3method(fit, default)
8
- S3method(print, asbm_result)
9
- S3method(summary, asbm_result)
10
- S3method(coincidence_matrix, asbm_result)
11
- S3method(consensus_partition, asbm_result)
12
- importFrom(Rcpp, sourceCpp)
13
- useDynLib(asbm, .registration = TRUE)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes