Releases: good-praxis/vecgrid
Releases · good-praxis/vecgrid
v0.2.2
v0.1.3
V0.2.1
Built on top of Array2D v0.2.3 @ 3fc417f
- Changes the function signature of
from_rows
,from_columns
,from_rows_major
andfrom_columns_major
to take ownership of the provided vector, instead of accepting a slice. from_rows
andfrom_rows_major
no longer requireT
to implementClone
. This will also apply tofrom_columns
andfrom_columns_major
in a future release