v0.17.0: 0.17.0
- designs.py and spacefilling.py:
Naming Conventions: The class names have been capitalized to follow the PEP 8 convention for class naming:
designs->Designsspacefilling->SpaceFilling
- The dimension of the design, k (int), must be specified by the user. There is not default dimension "2" anymore.