- Last updated: 2025-01-23T13:39:11Z
- Generator: thi.ng/monopub
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)
- migrate/remove DisjointSet (#486) (c4a9798)
- BREAKING CHANGE: migrate DisjointSet to @thi.ng/disjoint-set pkg
- remove obsolete files
- update pkg
2.5.48 (2024-04-20)
- update type usage (c7376f3)
2.5.0 (2023-10-19)
- explicit version bump for @firfi's recent additions (#400) (0d00025)
- see: 2fd123d741586fe29a8cc63b7aa30f3ea9d35ab2
- update readme with API examples
- fix AdjacencyBitMatrix.numVertices() (bd034ab)
2.4.0 (2023-10-18)
- 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)
2.2.12 (2022-10-26)
- 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)
- update AdjacencyList (5d85d87)
- add vertices() iterator
- rename old
.vertices
field =>.adjacency
- add adjListFromAdjacency() factory fn
- update DCons call sites (2dfec21)