-
Notifications
You must be signed in to change notification settings - Fork 0
Pull requests: sauravbhattacharya001/GraphVisual
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
refactor: rename edge class to Edge (Java naming convention)
tests
Test additions or fixes
visualization
Graph visualization and UI
#104
opened Mar 21, 2026 by
sauravbhattacharya001
Loading…
perf: optimize byNeighborhoodSimilarity with degree pruning and allocation-free Jaccard
size/m
visualization
Graph visualization and UI
#103
opened Mar 21, 2026 by
sauravbhattacharya001
Loading…
fix: rename edge class to Edge (Java naming convention)
database
Database queries and schema
size/xl
tests
Test additions or fixes
visualization
Graph visualization and UI
#102
opened Mar 21, 2026 by
sauravbhattacharya001
Loading…
fix: rename edge class to Edge (Java naming convention)
database
Database queries and schema
size/xl
tests
Test additions or fixes
visualization
Graph visualization and UI
#101
opened Mar 21, 2026 by
sauravbhattacharya001
Loading…
refactor: rename edge class to Edge (closes #89)
database
Database queries and schema
size/xl
tests
Test additions or fixes
visualization
Graph visualization and UI
#100
opened Mar 21, 2026 by
sauravbhattacharya001
Loading…
perf(matchImei): replace O(N*M) nested ResultSet scan with HashMap lookup
data-pipeline
Meeting extraction and processing pipeline
size/m
#99
opened Mar 21, 2026 by
sauravbhattacharya001
Loading…
refactor: extract CommunityPanelController and MSTPanelController from Main.java
size/xl
visualization
Graph visualization and UI
#98
opened Mar 20, 2026 by
sauravbhattacharya001
Loading…
fix: rename edge class to Edge (Java naming convention)
size/xl
tests
Test additions or fixes
visualization
Graph visualization and UI
#97
opened Mar 20, 2026 by
sauravbhattacharya001
Loading…
refactor: use Map<EdgeType, List<edge>> in GraphStats constructor
size/m
visualization
Graph visualization and UI
#96
opened Mar 20, 2026 by
sauravbhattacharya001
Loading…
refactor: rename edge class to Edge (Java PascalCase convention)
size/xl
tests
Test additions or fixes
visualization
Graph visualization and UI
#95
opened Mar 19, 2026 by
sauravbhattacharya001
Loading…
refactor: replace List<String> map keys with ArcKey in NetworkFlowAnalyzer
size/m
visualization
Graph visualization and UI
#94
opened Mar 19, 2026 by
sauravbhattacharya001
Loading…
test: add comprehensive tests for GraphFileParser
size/l
tests
Test additions or fixes
#93
opened Mar 19, 2026 by
sauravbhattacharya001
Loading…
fix(ci): downgrade non-existent action versions to latest stable
ci/cd
CI/CD pipeline and workflows
security
Security improvements
size/s
#92
opened Mar 19, 2026 by
sauravbhattacharya001
Loading…
test: add comprehensive tests for ShortestPathFinder
size/l
#91
opened Mar 19, 2026 by
sauravbhattacharya001
Loading…
perf: reduce computeStress() memory from O(V²) to O(V)
size/s
visualization
Graph visualization and UI
#90
opened Mar 19, 2026 by
sauravbhattacharya001
Loading…
docs(edge): add comprehensive Javadoc to edge class and undocumented methods
size/s
visualization
Graph visualization and UI
#88
opened Mar 18, 2026 by
sauravbhattacharya001
Loading…
perf: use double instead of float for edge weights
size/s
visualization
Graph visualization and UI
#87
opened Mar 18, 2026 by
sauravbhattacharya001
Loading…
refactor: deduplicate DB connection and query execution logic
database
Database queries and schema
security
Security improvements
size/l
#85
opened Mar 18, 2026 by
sauravbhattacharya001
Loading…
refactor: extract LegendPanel from Main.java
size/m
visualization
Graph visualization and UI
#84
opened Mar 17, 2026 by
sauravbhattacharya001
Loading…
fix: use consistent endpoint access in GraphCompressor
size/xs
visualization
Graph visualization and UI
#83
opened Mar 16, 2026 by
sauravbhattacharya001
Loading…
perf: sparse Laplacian + convergence check in spectral bisection
size/m
visualization
Graph visualization and UI
#67
opened Mar 10, 2026 by
sauravbhattacharya001
Loading…
feat: Timeline Metrics Recorder
size/xl
tests
Test additions or fixes
visualization
Graph visualization and UI
#61
opened Mar 10, 2026 by
sauravbhattacharya001
Loading…
fix: directedKey collision for vertex names containing arrow separator
size/m
visualization
Graph visualization and UI
#59
opened Mar 10, 2026 by
sauravbhattacharya001
Loading…
fix: first row skipped in matchImei IMEI matching
data-pipeline
Meeting extraction and processing pipeline
size/xs
#57
opened Mar 9, 2026 by
sauravbhattacharya001
Loading…
fix: Cycle.equals() now distinguishes directed cycle direction
size/s
visualization
Graph visualization and UI
#49
opened Mar 9, 2026 by
sauravbhattacharya001
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.