Releases: ZigRazor/CXXGraph
Releases · ZigRazor/CXXGraph
Release v0.3.0
What's Changed
- Partitioning HDRF and Other by @ZigRazor in #137
- Added examples using dijkstra and dial. by @joechai93 in #176
- Introduced EBV Partition Algorithm by @ZigRazor in #179
- Release v0.3.0 by @ZigRazor in #180
New Contributors
- @joechai93 made their first contribution in #176
Full Changelog: v0.2.2...v0.3.0
Release v0.2.2
Release v0.2.1
What's Changed
- Documentation Update by @ZigRazor in #50
- Documentation Update by @ZigRazor in #52
- Update README.md for Hacktoberfest by @ZigRazor in #62
- Fixed typos by @SaloniThete in #63
- Update README.md by @sanson-robotics in #67
- Add CodeSee architecture diagram workflow to repository by @codesee-architecture-diagrams in #68
- Bellman-Ford algorithm by @sidml in #69
- Floyd Warshall Algorithm by @sidml in #72
- Update README.md by @Sandeep-BlackHat in #66
- Thread-Safe version of Bellman-Ford Algorithm by @Dishantdhillon in #73
- Thread-Safe version of Floyed-Warshall Algorithm by @Dishantdhillon in #77
- add bellman-ford description by @sidml in #79
- Graph Slicing based on connectivity by @sidml in #82
- Add more tests by @sidml in #85
- Update label.yml by @ZigRazor in #92
- Prim's algorithm for finding minimum spanning tree by @sidml in #89
- Better Format for README by @ZigRazor in #94
- Delete packaging/deb/CXXGraph/usr directory by @ZigRazor in #98
- added prim's algorithm description. #95 by @oliviacarino in #96
- Update CMakeLists.txt by @ZigRazor in #97
- Update README.md by @ZigRazor in #99
- Update benchmark.yml by @ZigRazor in #100
- Tests & Thread safe dijkstra by @sidml in #93
- Release version 0.2.0 (2021-10-15) by @ZigRazor in #108
- Documentation Update by @ZigRazor in #109
- Update of Haxelib config file by @ZigRazor in #111
- Union-Find Data Structure by @sidml in #113
- Boruvka's Algorithm for MST by @sidml in #115
- Adding library name (CXXGRAPH) in header guards to avoid possible conflicts in include folders Node and Graph by @AlfredCP in #117
- Cycle check using Union-Find for Undirected Graphs by @sidml in #120
- Update contributing links by @AlfredCP in #124
- Clean up temporary test files by @AlfredCP in #126
- Kruskal's Algorithm for MST by @sidml in #127
- Remove intemediate files by @AlfredCP in #129
- Add kruskal algorithm description by @AlfredCP in #131
- Fix prim algorithm link by @AlfredCP in #135
- Add node tests by @AlfredCP in #136
- Resolves #106 by @sidml in #138
- Update benchmark.yml by @ZigRazor in #139
- Create benchmark_pr.yml by @ZigRazor in #141
- Removed Alert of LGTM for Graph.hpp by @ZigRazor in #142
New Contributors
- @SaloniThete made their first contribution in #63
- @sanson-robotics made their first contribution in #67
- @codesee-architecture-diagrams made their first contribution in #68
- @sidml made their first contribution in #69
- @Sandeep-BlackHat made their first contribution in #66
- @Dishantdhillon made their first contribution in #73
- @oliviacarino made their first contribution in #96
- @AlfredCP made their first contribution in #117
Full Changelog: v0.1.6...v0.2.1
v.0.2.0
What's Changed
- Documentation Update by @ZigRazor in #50
- Documentation Update by @ZigRazor in #52
- Update README.md for Hacktoberfest by @ZigRazor in #62
- Fixed typos by @SaloniThete in #63
- Update README.md by @sanson-robotics in #67
- Add CodeSee architecture diagram workflow to repository by @codesee-architecture-diagrams in #68
- Bellman-Ford algorithm by @sidml in #69
- Floyd Warshall Algorithm by @sidml in #72
- Update README.md by @Sandeep-BlackHat in #66
- Thread-Safe version of Bellman-Ford Algorithm by @Dishantdhillon in #73
- Thread-Safe version of Floyed-Warshall Algorithm by @Dishantdhillon in #77
- add bellman-ford description by @sidml in #79
- Graph Slicing based on connectivity by @sidml in #82
- Add more tests by @sidml in #85
- Update label.yml by @ZigRazor in #92
- Prim's algorithm for finding minimum spanning tree by @sidml in #89
- Better Format for README by @ZigRazor in #94
- Delete packaging/deb/CXXGraph/usr directory by @ZigRazor in #98
- added prim's algorithm description. #95 by @oliviacarino in #96
- Update CMakeLists.txt by @ZigRazor in #97
- Update README.md by @ZigRazor in #99
- Update benchmark.yml by @ZigRazor in #100
- Tests & Thread safe dijkstra by @sidml in #93
- Release version 0.2.0 (2021-10-15) by @ZigRazor in #108
New Contributors
- @SaloniThete made their first contribution in #63
- @sanson-robotics made their first contribution in #67
- @codesee-architecture-diagrams made their first contribution in #68
- @sidml made their first contribution in #69
- @Sandeep-BlackHat made their first contribution in #66
- @Dishantdhillon made their first contribution in #73
- @oliviacarino made their first contribution in #96
Full Changelog: v0.1.6...v0.2.0
v0.1.6
Commits
- 8062ce5: Corrected README Test and Benchmark sections (ZigRazor)
- b84f162: Update README.md for Packaging (ZigRazor)
- df17b76: introduced Install/uninstall section on README.md (ZigRazor)
- 129aeee: Introduced Compression/Decompression for Export/Import (ZigRazor)
- ec972e6: Merge branch 'master' of https://github.com/ZigRazor/CXXGraph (ZigRazor)
- 5c91adf: Inserted Header File heading (ZigRazor)
- 9a7c555: Introduced New Benchmark for remove Edge (ZigRazor)
- 7daeb9b: Solved a bug where the mutex are locked twice (ZigRazor)
- 96020a6: Adjustment for new version of Google Benchmark (ZigRazor)
- 8b6e56b: Fix #48 : (ZigRazor)
- 69262e6: Documentation update for WriteToFile Function (ZigRazor)
- d5c0a28: Updated Version to 0.1.6 (ZigRazor)
v0.1.5
Commits
- 0441deb: Added installation of lib under /usr/include (ZigRazor)
- dd36b64: Introduced Script to create tarballs (ZigRazor)
- ef746b5: Introduced Generation of RPM (ZigRazor)
- ac6b443: Introduced Packaging for Debian/Ubuntu (ZigRazor)
- 3860594: Create automatic_tagged_release.yml (ZigRazor)
- 1a97f7b: Update Version to 0.1.5 (ZigRazor)
- 8ffb0fb: Documentation Update (#44) (ZigRazor) #44
- afec411: Update automatic_tagged_release.yml (ZigRazor)
- 9628bc0: Update Doxyfile (ZigRazor)
- a6f33d1: Update automatic_tagged_release.yml (ZigRazor)
- 70ee404: Update Doxyfile (ZigRazor)
- 1edefbb: Update automatic_tagged_release.yml (ZigRazor)
- 9312f03: Corrected Spec file (ZigRazor)
- 1285d8f: Merge branch 'master' of https://github.com/ZigRazor/CXXGraph (ZigRazor)
Release v0.1.4
Introduced Features
- Introduced Benchmark
- Introduced ThreadSafe Class
- Introduced ThreadSafe Graph Class (Graph_TS)
- Introduced Dial's Algorithm
Introduced Tests
- Introduced Tests for Thread Safe Graph
- Introduced Tests for Dial's Algorithm
Fixed Issues
Future Developments
- Implementation of other formats for Import/Export.
- New Algorthims
- New Partition Algorithms
- More in-depth tests
Release v0.1.3
Introduced Features
- Partitioning Statistic, and enhanched Partition class
Introduced Tests
- Introduced Tests for Partitioning Statistic
Fixed Issues
Future Developments
- Implementation of other formats for Import/Export.
- New Algorthims
- New Partition Algorithms
- More in-depth tests
Release v0.1.2
Introduced Features
- Added Partition with Greedy Vertex.Cut Algorithm
Introduced Tests
- Introduced Tests for Partition Algorithm
Fixed Issues
Future Developments
- Implementation of other formats for Import/Export.
- New Algorthims
- New Partition Algorithms
- More in-depth tests
Release v0.1.1
Introduced Features
- Added Import/Export from/to .tsv files
Introduced Tests
- Introduced Tests for import/export tsv
Fixed Issues
Future Developments
- Implementation of other formats for Import/Export.
- New Algorthims
- Partition Algorithms
- More in-depth tests