Skip to content

Releases: ZigRazor/CXXGraph

v4.1.0

21 Jun 06:32
e3583ed
Compare
Choose a tag to compare

What's Changed

  • include for gcc 14 compilation errors by @toge in #428
  • Bug Fix for #418 - Graph::removeNode has potential to throw due to optional being accessed early by @Ajay-26 in #430
  • Add nullptr guard-check in comparision of shared ptr node and edge by @badumbatish in #436
  • Add macos ci/cd on cmake, benchmark and benchmark_pr by @badumbatish in #437
  • Issue/444/partition bm fix by @Ajay-26 in #445
  • Clean up compiler warnings by @sookach in #451
  • Preparation for release 4.1.0 by @ZigRazor in #456

New Contributors

Full Changelog: v4.0.0...v4.1.0

Download CXXGraph

v4.0.0

20 Jun 07:31
3b3d1c1
Compare
Choose a tag to compare

LICENSE CHANGE FROM AGPL v3.0 TO MOZILLA PUBLIC LICENSE v2.0

From this Version the license will be more open to the industries and companies those want to use it.

What's Changed

New Contributors

Full Changelog: v3.1.0...v4.0.0

Download CXXGraph

Release v3.1.0

09 Jan 10:14
1fdcff9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

Download CXXGraph

Release v3.0.0

06 Nov 07:44
e96085f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

Download CXXGraph

Release v2.0.0

05 Jun 06:26
d862cb0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0

Download CXXGraph

Release v1.1.0

08 May 07:11
cc2d599
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

Download CXXGraph

v1.0.1

07 May 17:11
069e083
Compare
Choose a tag to compare

What's Changed

  • (Issue 209, 275) Make library truly header-only by @nrkramer in #276

New Contributors

Full Changelog: v1.0.0...v1.0.1

Download CXXGraph

First Stable Release v1.0.0

28 Mar 13:27
5c68d55
Compare
Choose a tag to compare

This version is the First Stable Version of the Library. There is no significant changes in the code from the v0.5.0 that is the freezed version for the Stable Release.

Thank you to All Contributors that help for this Project!

Full Changelog: v0.5.0...v1.0.0

Download CXXGraph

Release v0.5.0

23 Mar 09:37
9f3f88f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Download CXXGraph

Release v0.4.0

07 Oct 08:52
34e358e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

Download CXXGraph