You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.