Skip to content

Releases: evenfurther/pathfinding

v3.0.7

20 Feb 17:37
v3.0.7
9cf6c0f
Compare
Choose a tag to compare
  • Deprecate Matrix::reachable() for Matrix::bfs_reachable() and
    Matrix::dfs_reachable()
  • Add dfs_reach()
  • Use an enumeration to represent MatrixFormatError

v3.0.6

20 Feb 17:37
v3.0.6
567e665
Compare
Choose a tag to compare
  • Add MSRV and check for consistency
  • Add #[must_use] on Weights trait
  • Use thiserror crate to build MatrixFormatError
  • Add an example for Grid as Debug

v3.0.5

20 Feb 17:37
v3.0.5
04fefbc
Compare
Choose a tag to compare
  • Alternate Grid debug mode

v3.0.4

20 Feb 17:37
v3.0.4
04f2ad3
Compare
Choose a tag to compare
  • Add Grid::reachable()
  • Add Matrix::get() and Matrix::get_mut()

v3.0.3

20 Feb 17:37
v3.0.3
320a20b
Compare
Choose a tag to compare
  • Add Matrix::reachable()
  • Better Matrix corner cases documentation

v3.0.2

20 Feb 17:37
v3.0.2
d014004
Compare
Choose a tag to compare
  • Remove references in Grid methods
  • Remove more references in Matrix methods

v3.0.1

20 Feb 17:37
v3.0.1
4fd9181
Compare
Choose a tag to compare
  • Remove unused Matrix::uninit/Matrix::assume_init()
  • Remove remaining debug_assert!() calls

v3.0.0

20 Feb 17:37
v3.0.0
05c8cc3
Compare
Choose a tag to compare
  • Use tuples instead of tuples reference for Matrix index