Skip to content

Latest commit

 

History

History
58 lines (22 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

58 lines (22 loc) · 1.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.2.3 (2021-01-10)

Note: Version bump only for package @thi.ng/adjacency

0.2.2 (2021-01-05)

Note: Version bump only for package @thi.ng/adjacency

0.2.1 (2021-01-02)

Note: Version bump only for package @thi.ng/adjacency

0.2.0 (2020-12-22)

Code Refactoring

  • adjacency: fix #256 replace enum w/ type alias (88edbe1)

BREAKING CHANGES

  • adjacency: replace DegreeType w/ type alias

0.1.7 (2019-03-18)

Performance Improvements

  • adjacency: update subsets() to use canonical() (0918c5b)

0.1.0 (2019-02-17)

Features

  • adjacency: add bitmatrix edge counting, add/fix toDot() impls, add tests (dae97ff)
  • adjacency: merge w/ unionfind pkg, add BFS, DFS, MST, DisjointSet (2339b43)
  • adjacency: re-import refactored adj matrices as new package (501ea5e)