Skip to content

Commit

Permalink
Preparation for Release 0.4.0 (#231)
Browse files Browse the repository at this point in the history
* Added Benchmark Results for Release 0.4.0

Signed-off-by: ZigRazor <[email protected]>

* Updated README for correct data of release

Signed-off-by: ZigRazor <[email protected]>

* Updated Version to 0.4.0

Signed-off-by: ZigRazor <[email protected]>

* Updated Documentation Version to 0.4.0

Generated new Documentation

Signed-off-by: ZigRazor <[email protected]>

Signed-off-by: ZigRazor <[email protected]>
  • Loading branch information
ZigRazor authored Oct 7, 2022
1 parent ea4b239 commit 34e358e
Show file tree
Hide file tree
Showing 331 changed files with 53,145 additions and 5,578 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.9)

# set the project name and version
project(CXXGraph VERSION 0.3.0)
project(CXXGraph VERSION 0.4.0)

configure_file(CXXGraphConfig.h.in ${PROJECT_SOURCE_DIR}/include/CXXGraphConfig.h)

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are interested, please contact us at [email protected] or contribute to
| :heavy_check_mark: | First Optimization | Apr 4, 2022 |
| :heavy_check_mark: | Add Benchmark for all algorithms | Oct 5, 2022 |
| :heavy_check_mark: | Code Optimization | Oct 5, 2022 |
| :heavy_check_mark: | Release 0.4.0 | Oct 6, 2022 |
| :heavy_check_mark: | Release 0.4.0 | Oct 7, 2022 |
| :memo: | "Const" Code Review [#155](https://github.com/ZigRazor/CXXGraph/issues/155) | TBD |
| :memo: | Release 0.5.0 | TBD |
| :memo: | Official Site Release | TBD |
Expand Down Expand Up @@ -82,6 +82,7 @@ If you are interested, please contact us at [email protected] or contribute to

- [CXXGraph](#cxxgraph)
- [Introduction](#introduction)
- [Hacktoberfest 2k22](#hacktoberfest-2k22)
- [We are Looking for...](#we-are-looking-for)
- [Roadmap](#roadmap)
- [Table of Contents](#table-of-contents)
Expand Down Expand Up @@ -126,7 +127,7 @@ If you are interested, please contact us at [email protected] or contribute to
- [Borůvka's Algorithm](#borůvkas-algorithm)
- [Graph Slicing based on connectivity](#graph-slicing-based-on-connectivity)
- [Ford-Fulkerson Algorithm](#ford-fulkerson-algorithm)
- [Kosaraju Algorithm] (#kosaraju's-algo)
- [Kosaraju's Algorithm](#kosarajus-algorithm)
- [Partition Algorithm Explanation](#partition-algorithm-explanation)
- [Vertex-Cut](#vertex-cut)
- [Edge Balanced Vertex-Cut](#edge-balanced-vertex-cut)
Expand Down
Loading

0 comments on commit 34e358e

Please sign in to comment.