Skip to content

v4.1.0

Compare
Choose a tag to compare
@samueltardieu samueltardieu released this 13 Dec 23:34
· 443 commits to main since this release
v4.1.0
1609edc
  • Add Matrix::items() and Matrix::items_mut()
  • Rename Matrix::indices() as Matrix::keys() and deprecate Matrix::indices()
  • Clarify the ordering of coordinate tuples in Matrix
  • Add more Grid documentation
  • Enable clippy pedantic mode by default