* Reformatted the code with `black` 19.10b. This is the version that's used by the Travis continuous integration check. The default version of `black` that comes with Conda is 20.8b1, which produces different formatting.
<environment.yml> should be updated to require the specific version of `black` used to check code before it's merged.
* Added support for specifying the tangents at arbitrary interpolation
points when interpolating a B-spline curve with `Workplane.spline()`.
* Added support for specifying whether the tangents should be
automatically scaled. (I.e., only use the tangent vector directions,
rather than their magnitudes.)
* Added support for specifying the value of the curve function
parameter at the interpolation points.
* Added support for specifying the interpolator's tolerance value.
Q: _There are a number of whitespace, and other formatting changes
introduced by `black`. Is there a specific list of parameters that you
use when running code formatting?_
* Added 2d centered option to rect
* Added single bool center option to box
* Add single bool center option to sphere
* Added single bool center option to wedge
* Added 2d centered option to rarray
* Black fix
* Centered docstrings
Change all docstrings for centered options to be consistent and more
clear
* Docstring fixes
* Fix type hint on wedge method
* Fix examples
* Added test for examples
* Fix example testing code
* Sweep example fix
* Reformat examples
* Test examples from the docs too
* Add docutils to the test requirements
* Example test fix on win+cleanup
* Use union
* Exposed getSVG opt parameter and added project dir
* Added additional options based on feedback
* Lint updates
* Added docstring for getSVG
* Fix strange black formatting suggestion.
Co-authored-by: Marcus Boyd <50230945+marcus7070@users.noreply.github.com>
* Fixed another Lint error that I did not see locally
* Added test for STL options
* Trying to get codecov to see that line 260 is covered
* Fixed copy-paste error of the wrong test
* Mention opt in the docstring
Co-authored-by: Marcus Boyd <50230945+marcus7070@users.noreply.github.com>
Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>