We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a6453 commit c171a4bCopy full SHA for c171a4b
1 file changed
CHANGELOG.md
@@ -1,4 +1,16 @@
1
2
+n.n.n / 2025-01-15
3
+==================
4
+
5
+ * fix(perf): back out commit 808b951c5a9eb5dd25adbd46a5887525d0a0913d which causes a severe performance regression in Dijkstra algorithm
6
+ * style: use `usize::div_ceil()`
7
+ * feat(gitignore): ignore flame graph files
8
+ * docs: cleanup some first line
9
+ * chore(deps): update rust crate itertools to 0.14.0
10
+ * fix(clippy): put test module last in file
11
+ * feat: accept `&(usize, usize)` as `Matrix` index
12
+ * fix(style): use a less convoluted test
13
14
v4.13.0 / 2024-12-29
15
==================
16
0 commit comments