Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 1.23 KB

Change log

0.2.0

  • Tweak: The coordinate for prime 13 in 3D WGP() is a little longer. #18
  • Redesign: Presets like scottDakota24() now work with default order of prime numbers. #19

0.1.0

  • Feature: 3-dimensional prime lattices.

0.0.3

  • Bug fix: Connect nodes that are one unit apart within epsilon tolerance. #12
  • Bug fix: Don't create "diagonal" edges even if the nodes are one unit apart. #13

0.0.2

  • Feature: Add the option to merge short edges into long ones to save drawing resources #8
  • Feature: Implement a helper to align prime directions horizontally

0.0.1

  • Feature: Collect overlapping steps in an equally tempered grid into a list of indices #6
  • Feature: Connect vertices separated by Manhattan distance of 2 through an auxiliary vertex
  • Bug fix: Support custom edges with auxiliary vertices #7