Published June 21, 2024
| Version v4.1.0
Software
Open
CXXGraph
Creators
Description
What's Changed
- include <algorithm> for gcc 14 compilation errors by @toge in https://github.com/ZigRazor/CXXGraph/pull/428
- Bug Fix for #418 - Graph<T>::removeNode has potential to throw due to optional being accessed early by @Ajay-26 in https://github.com/ZigRazor/CXXGraph/pull/430
- Add nullptr guard-check in comparision of shared ptr node and edge by @badumbatish in https://github.com/ZigRazor/CXXGraph/pull/436
- Add macos ci/cd on cmake, benchmark and benchmark_pr by @badumbatish in https://github.com/ZigRazor/CXXGraph/pull/437
- Issue/444/partition bm fix by @Ajay-26 in https://github.com/ZigRazor/CXXGraph/pull/445
- Clean up compiler warnings by @sookach in https://github.com/ZigRazor/CXXGraph/pull/451
- Preparation for release 4.1.0 by @ZigRazor in https://github.com/ZigRazor/CXXGraph/pull/456
New Contributors
- @toge made their first contribution in https://github.com/ZigRazor/CXXGraph/pull/428
- @Ajay-26 made their first contribution in https://github.com/ZigRazor/CXXGraph/pull/430
- @sookach made their first contribution in https://github.com/ZigRazor/CXXGraph/pull/451
Full Changelog: https://github.com/ZigRazor/CXXGraph/compare/v4.0.0...v4.1.0
Notes
Files
ZigRazor/CXXGraph-v4.1.0.zip
Files
(12.4 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:35329f7a0ae6c85938be432faa61ca3e
|
12.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ZigRazor/CXXGraph/tree/v4.1.0 (URL)