Skip to content

v0.17.0: 0.17.0

Choose a tag to compare

@bartzbeielstein bartzbeielstein released this 11 Nov 19:36
· 328 commits to main since this release
  • designs.py and spacefilling.py:
    Naming Conventions: The class names have been capitalized to follow the PEP 8 convention for class naming:
  1. designs -> Designs
  2. spacefilling -> SpaceFilling
  • The dimension of the design, k (int), must be specified by the user. There is not default dimension "2" anymore.