Skip to content

Cubic Length Scipy

Compare
Choose a tag to compare
@tatarize tatarize released this 20 Nov 01:40
· 565 commits to master since this release
07a9d9c
  • Speedup for Cubic Length if Scipy is installed. (Thanks to @abey79)
  • arc_angle() function now accepts ccw kwargs. The default is still whether angle a0 is greater than angle a1. However, in some cases the it's correct to insist on a strict chirality.
  • Structural Parsing of style blocks within def blocks will pass that element to the main parsing routine. So that <style/> code isn't omitted. This lead to a bug in some files.
  • Appending two different CSS classes doesn't fail the assignment. These would strictly concatenate rather than include the ; token between them.