We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f893ca commit 6b2d227Copy full SHA for 6b2d227
CHANGELOG.md
@@ -1,4 +1,16 @@
1
2
+n.n.n / 2024-02-11
3
+==================
4
+
5
+ * feat(matrix): add in-place matrix transposition for non-square matrix
6
+ * feat(bench): add bench for matrix transposition
7
+ * feat(tests): add a test for transposing an empty matrix
8
+ * fix(deps): add priority to clippy lints for lint_groups_priority
9
+ * chore(grid): replace deprecated IndexMap remove() method by swap_remove()
10
+ * fix(deps): update rust crate num-traits to 0.2.18
11
+ * fix(deps): update rust crate indexmap to 2.2.2
12
+ * chore(deps): update rust crate itertools to 0.12.1
13
14
v4.8.2 / 2024-01-14
15
==================
16
0 commit comments