Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

77 lines (49 loc) · 3.23 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

3.0.0 (2024-07-22)

🛑 Breaking changes

2.5.48 (2024-04-20)

♻️ Refactoring

2.5.0 (2023-10-19)

🚀 Features

🩹 Bug fixes

  • fix AdjacencyBitMatrix.numVertices() (bd034ab)

2.4.0 (2023-10-18)

🚀 Features

  • add AdjacencyBitMatrix.similarity(), other updates (259b507)
    • add AdjacencyBitMatrix.similarity() to select related nodes (based on shared connections)
    • simplify AdjacencyBitMatrix.neighbors()
    • fix iteration bug in AdjacencyBitMatrix.edges()

2.3.0 (2022-12-22)

🚀 Features

  • add FloydWarshall shortest-path impl (26fa3ac)
  • update BFS distance array to Float32Array (3997923)

2.2.12 (2022-10-26)

♻️ Refactoring

  • update AdjacencyBitMatrix & tests (a86b6ee)
    • update .neighbors() impl to adjust to new u8 backing array (see aaa0ecb1d)
    • add/update test cases

2.2.0 (2022-07-19)

🚀 Features

  • update AdjacencyList (5d85d87)
    • add vertices() iterator
    • rename old .vertices field => .adjacency
    • add adjListFromAdjacency() factory fn

♻️ Refactoring

  • update DCons call sites (2dfec21)