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 b1c7e0f commit 68de899Copy full SHA for 68de899
CHANGES.md
@@ -1,3 +1,8 @@
1
+* 0.92.1
2
+ * Implement `Send` and `Sync` where applicable for `Mat`, `Ptr` and `Tuple`.
3
+ * Introduce new `Mat` constructors that take byte slices: `from_bytes`/`_mut` and `new_rows_cols_with_bytes`/`_mut`
4
+ * Add missing `Mat_::at_row`/`_mut` methods.
5
+
6
* 0.92.0
7
* Add `DoubleEndedIterator` impl for `Vector` and simplify trait bounds.
8
* Type aliases for `Vector` (`VectorOf...`), `Ptr` and `Tuple` are now deprecated.
0 commit comments