Skip to content

Commit 34e358e

Browse files
authored
Preparation for Release 0.4.0 (#231)
* 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]>
1 parent ea4b239 commit 34e358e

File tree

331 files changed

+53145
-5578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+53145
-5578
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.9)
22

33
# set the project name and version
4-
project(CXXGraph VERSION 0.3.0)
4+
project(CXXGraph VERSION 0.4.0)
55

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

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are interested, please contact us at [email protected] or contribute to
4949
| :heavy_check_mark: | First Optimization | Apr 4, 2022 |
5050
| :heavy_check_mark: | Add Benchmark for all algorithms | Oct 5, 2022 |
5151
| :heavy_check_mark: | Code Optimization | Oct 5, 2022 |
52-
| :heavy_check_mark: | Release 0.4.0 | Oct 6, 2022 |
52+
| :heavy_check_mark: | Release 0.4.0 | Oct 7, 2022 |
5353
| :memo: | "Const" Code Review [#155](https://github.com/ZigRazor/CXXGraph/issues/155) | TBD |
5454
| :memo: | Release 0.5.0 | TBD |
5555
| :memo: | Official Site Release | TBD |
@@ -82,6 +82,7 @@ If you are interested, please contact us at [email protected] or contribute to
8282

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

0 commit comments

Comments
 (0)