Releases: becheran/grid
Releases · becheran/grid
v0.15.0
Added
Swap #54
Init with capacity #53
v0.14.0
Added
ExactSize and DoubleEnded impls to GridRow and Col Iter #52
PartialEq as trait bound for T #51
Impl the Default trait #48
v0.13.0
Added
Generic get
and get_mut
signature for number types #41
Derive clone for iter #39
New indexed_iter_mut
method #47
Fixes
Changed
Make grid hashable if T is hashable #44
v0.12.0
Added
Support for column-major gird layout #34
v0.11.0
Added
indexed_iter
#31
rotate_left
, rotate_right
, and rotate_half
#32
Serde support #36
v0.10.0
Added
remove_row()
and remove_col()
#29
Index
and IndexMut
impl for (usize, usize)
#28
unmutable col_iter
and row_iter
#25
remove "no-std-compat" dependency #24
Fixed
allow nonzero cols for empty vec in from_vec #30
Docs
v0.9.0
Added alternate debug formatting #20
Fix row/col mixup in out of range panic #21
Fix add values to empty grid via inser_row
and insert_col
#19
Fix panic early in insert
to avoid unexpected state of grid after rewind #19
v0.8.1
Fix overflow in size calculations can allow access to invalid memory #18
Move from GitLab pipelines to Github actions
Improved test coverage
Add release build test to pipeline
You can’t perform that action at this time.