v0.6.0
What's Changed
- Adding exporters to
__init__.py
fixes Issue #634 by @gumyr in commit a2d8b08 - Add yet-another-cad-viewer to editors & viewers by @Yeicor in #606
- Added interactive teacup model to docs by @gumyr (several commits)
- Created the PartCAD package for build123d examples. Added links. by @openvmp in #610
- Add the dl4to4ocp external library by @Yeicor in #616
- In the docs' index, replace e.g. with i.e. in two places by @Garbaz in #614
- test.yml -> change macos-latest to macos-13 to use x86_64 by @jdegenstein in #617
- Edits for 'tips' documentation. by @led in #628
- Fix solution ttt-ppp0101.py by @ABoss in #626
- import_step now supports colors and labels by @gumyr in 7a1cfc1
- Add
align_z
argument to pack() Method. by @roman-dvorak in #632 - Fixed export_stl reference in docs Issue 634 by @gumyr in c99881b)
- change requirement ezdxf >= 1.1.0 by @jdegenstein in #638
- Add a test for revolute joints around an axis other than Z by @zackyancey in #613
- Update documentation for pack function by @roman-dvorak in #641
- Partial fix for Issue #451 (sweep multiple faces) by @gumyr in f469937
- Fixing Issue #475 (revolve axis check too limiting) by @gumyr in ad55863
- Handling null TDF Label - Fix Issue #618 by @gumyr in 8a3ee82
- Added new Edge.trim_to_length feature by @gumyr in 4561105
- Fixed intersections of Axis Issue #615 by @gumyr in 2c40e19
- Added Plane.find_intersection(Plane) Issue #327 by @gumyr
in 35a33f8 - Add major_radius bool to HexLocations and rename apothem parameter to radius by @jdegenstein in #643
- Fix JernArc not always co-planar with input plane by @jdegenstein in #644
- Added geometry intersections Issue #327 #328 by @gumyr in ce72ee2
- Complete JernArc relocates vertex by @jdegenstein in #649
- Added
Plane.isometric
to built-in planes by @jdegenstein in #647 - Replaced Axis.as_infinite_edge with Edge init method Issue #648 by @gumyr in ce20991
- Remove unused numpy-stl dependency and update Apple Silicon instructions by @jdegenstein in #652
- Added Face.location_at & _ocp_section by @gumyr in e29c9fb
- Fix incorrect MC units and reduce code duplication of UNITS_PER_METER by @jdegenstein in #658
- Improved Vector.str/repr by @gumyr in 55c2231
- context aware shapes: fix to generic typevar to pass-through return types @jdegenstein in #659
New Contributors
- @openvmp made their first contribution in #610
- @Garbaz made their first contribution in #614
- @led made their first contribution in #628
- @ABoss made their first contribution in #626
- @roman-dvorak made their first contribution in #632
- @zackyancey made their first contribution in #613
Full Changelog: v0.5.0...v0.6.0