Releases: spbu-coding-2023/graphs-graph-10
Releases · spbu-coding-2023/graphs-graph-10
Graph analysis app
What's Changed
- feat: add Yifan Hu layout algorithm by @xamelllion in #6
- feat: update build.gradle.kts and add build-ci by @xamelllion in #11
- feat: graph dragging & zooming by @xamelllion in #13
- fix: animation of graph movement by @xamelllion in #14
- feat: add write/read CSV and README by @Sibiri4ok in #15
- feat: read sampleGraph from file by @xamelllion in #16
- feat: architecture/graph types by @Dabzelos in #17
- feat: finding cycle in undirected graph by @xamelllion in #22
- feat: implement Djkstra algorithm and visualize it by @xamelllion in #23
- feat: add findBridges graph by @Sibiri4ok in #28
- feat: edge_types by @Dabzelos in #30
- feat: app can display any type of graph by @xamelllion in #31
- feat: update algorithms by @xamelllion in #36
- feat: add fordBellman, findWeightEdge, findWeightPath + fix ToAdjancyList by @Sibiri4ok in #37
- Feature: save&load graph state to/from neo4j by @xamelllion in #40
- Feature: Add Prim algorithm and vizualization by @vicebaraban in #44
- feat: Save type of graph into neo4j by @xamelllion in #48
- feat: add louvain method by @Sibiri4ok in #47
- feat: add vizualisation for find commutities (louvain) algo by @vicebaraban in #49
- Feature/welcome screenesigned by @Dabzelos in #50
- Feat: add Tarjan algorithm and visualization by @vicebaraban in #52
- feat: add support of neo4j loading from Welcome screen by @xamelllion in #53
- feat: add visualisation for findBridge + refactor findBridge by @Sibiri4ok in #54
- feat: add visualisation fordBellman + refactor some algo by @Sibiri4ok in #55
- GUI update by @Dabzelos in #56
- added LeaderRankAlgo for finding key vertices by @Dabzelos in #57
- Feature: remove generics from project by @xamelllion in #59
- Unit and integration tests by @xamelllion in #60
- GUI/design by @Dabzelos in #61
- Fix neo4j issues by @xamelllion in #62
- fix: reading from csv by @Dabzelos in #64
- Few minor updates by @xamelllion in #65
- Kruskal tests by @Dabzelos in #67
- Leader tests by @Dabzelos in #68
- IntegrationTest for Kruskal View by @Dabzelos in #69
- Paralleling by @Dabzelos in #70
- Feature/algorithm test by @Sibiri4ok in #71
- fix: run FindBridge test in blocking mode by @xamelllion in #72
- A star by @Dabzelos in #73
- feat: add Find strongly connected components algorithm by @vicebaraban in #74
- add readme by @Sibiri4ok in #75
- fix: find cycle button by @xamelllion in #76
- feat: add test graph for find SCC, upd SCC showing by @vicebaraban in #77
- feature: code refactoring by @xamelllion in #78
- feat: Load/Store current app state into SQLite db by @vicebaraban in #79
- feat: add integration tests for MST Prim by @vicebaraban in #80
- feat: add unit test for Find SCC algorithm by @vicebaraban in #81
- Feature/testing animated offset by @Dabzelos in #83
- fix: sqlite merge issues by @xamelllion in #85
- feat: Json Format by @Dabzelos in #86
- fix: neo4j graph load by @xamelllion in #87
- fix: restore offset after reload && animate scale by @xamelllion in #88
New Contributors
- @xamelllion made their first contribution in #6
- @Sibiri4ok made their first contribution in #15
- @Dabzelos made their first contribution in #17
- @vicebaraban made their first contribution in #44
Full Changelog: https://github.com/spbu-coding-2023/graphs-graph-10/commits/v.1.0.0