Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 558 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 558 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.3] - 2020-08-05

Added

  • Added function cycles(g) to check if a graph has cycles

[0.0.2] - 2020-07-24

Changed

  • Have redone the algorighm from scratch

[0.0.1] - 2020-07-16

Added

  • Simple module that finds explicitly defined transitive edges in an directed acyclic graph