Skip to content

Releases: ZigRazor/CXXGraph

Release v0.3.0

26 Jan 09:42
33521d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

Release v0.2.2

19 Jan 13:52
d8b67c3
Compare
Choose a tag to compare

Release v0.2.1

22 Oct 10:55
6fb620a
Compare
Choose a tag to compare
Release v0.2.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.2.1

Download CXXGraph

v.0.2.0

15 Oct 09:32
c74fa22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.2.0

v0.1.6

30 Aug 10:07
Compare
Choose a tag to compare

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)

Download CXXGraph

v0.1.5

27 Jul 13:31
Compare
Choose a tag to compare

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

26 Jul 09:36
22f7ce4
Compare
Choose a tag to compare

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

16 Jul 09:17
de86eda
Compare
Choose a tag to compare

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

08 Jul 08:31
73a3174
Compare
Choose a tag to compare

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

07 Jul 07:55
1c9b008
Compare
Choose a tag to compare

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