graphbox 1.2.0 → 1.2.1

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.
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  import * as a from "node:process";
3
- const i = "1.1.0", r = {
3
+ const i = "1.2.0", r = {
4
4
  version: {
5
5
  name: "version",
6
6
  description: "Show version information",
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for Information Retrieval metrics
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=ir-metrics.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ir-metrics.unit.test.d.ts","sourceRoot":"","sources":["../../../src/experiments/evaluation/ir-metrics.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for edge list loader
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=edge-list-loader.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edge-list-loader.unit.test.d.ts","sourceRoot":"","sources":["../../../../src/experiments/evaluation/loaders/edge-list-loader.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for rank correlation metrics
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=rank-correlation.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rank-correlation.unit.test.d.ts","sourceRoot":"","sources":["../../../src/experiments/evaluation/rank-correlation.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for bootstrap methods
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=bootstrap.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bootstrap.unit.test.d.ts","sourceRoot":"","sources":["../../../../src/experiments/evaluation/statistics/bootstrap.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for effect size measures
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=effect-size.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"effect-size.unit.test.d.ts","sourceRoot":"","sources":["../../../../src/experiments/evaluation/statistics/effect-size.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for multiple comparison correction methods
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=multiple-comparison.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multiple-comparison.unit.test.d.ts","sourceRoot":"","sources":["../../../../src/experiments/evaluation/statistics/multiple-comparison.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for paired statistical tests
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=paired-tests.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paired-tests.unit.test.d.ts","sourceRoot":"","sources":["../../../../src/experiments/evaluation/statistics/paired-tests.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for GML parser
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=parse.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parse.unit.test.d.ts","sourceRoot":"","sources":["../../../src/formats/gml/parse.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Unit tests for SNAP edge list parser
3
+ */
4
+ export {};
5
+ //# sourceMappingURL=parse.unit.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parse.unit.test.d.ts","sourceRoot":"","sources":["../../../src/formats/snap/parse.unit.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphbox",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Graph Sandbox + Graph Toolbox: Abstract and experimental graph algorithms for academic research",
5
5
  "packageManager": "pnpm@10.27.0",
6
6
  "type": "module",