Skip to content

v0.3

Compare
Choose a tag to compare
@nhartland nhartland released this 10 Aug 23:46
· 50 commits to master since this release
50305ec

Features

  • Pattern rotation operator
  • Shuffled version of cell_coordinates iterator
  • Generalised pattern prototype constructor to allow NxM matrices

Bugfix

  • Fixed lazy initialisation through require ("forma")
  • Corrected assert error message in pattern subtraction

Misc

  • Improved pattern documentation
  • Greatly expanded test coverage
  • Slightly streamlined corridors example
  • Much faster subpattern.floodfill
  • Much faster construction of neighbourhoods
  • Slightly faster pattern surface/enlarge/reflect
  • Slightly faster subpattern.random
  • Slightly faster convergence check for automata.iterate
  • Harmonised coordinate handling between pattern prototype and tostring