Skip to content

v0.10.0

Compare
Choose a tag to compare
@becheran becheran released this 01 May 12:21
· 41 commits to master since this release

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

  • Docs fix typo #26