Roger Maitland
70772be02b
Merge pull request #933 from jwagenet/doc-issues
...
Quick fix documentation issues
2025-03-27 10:17:02 -04:00
Jonathan Wagenet
5c2be0fa70
Fix Buffer Stand drawing image link
2025-03-26 14:43:03 -04:00
Jonathan Wagenet
08527188c9
Fix bullets in docstrings for is_skew and axes_of_symmetry to fixs sphinx rendering and build errors
2025-03-26 09:52:39 -04:00
Jonathan Wagenet
56e9858fef
Add operations_generic.project to resolve #833
2025-03-26 09:24:13 -04:00
Jonathan Wagenet
7bd037aeed
Add Intrinsic and Extrinsic enums to cheat sheet (and Keep ALL)
2025-03-25 23:38:42 -04:00
gumyr
7ed50f9429
Fixing edge() typing check
2025-03-21 15:55:42 -04:00
gumyr
c4080e1231
Fixed DoubleTangentArc to create Edge
2025-03-21 15:46:25 -04:00
gumyr
0624bff82e
Replacing location_at(planar) with (x_dir)
2025-03-21 15:29:27 -04:00
gumyr
8c171837ee
Fixed Issue #944
2025-03-21 11:04:13 -04:00
gumyr
32a1ea1d39
Removed legacy code
2025-03-15 14:09:58 -04:00
jdegenstein
b232be7f8f
Merge pull request #934 from jdegenstein/uv_actions
...
Use `uv` for setup of github actions workflows
2025-03-13 16:50:56 -05:00
jdegenstein
518d773be5
action.yml -> test explicit cache disable
2025-03-12 10:29:58 -05:00
jdegenstein
e5fe5db6b4
Update action.yml
2025-03-11 14:09:24 -05:00
jdegenstein
23d723783d
Update action.yml
2025-03-11 14:08:47 -05:00
Jonathan Wagenet
c14f922647
Add links to available example imports to resolve #809
...
Unavailable imports:
- import_export.rst: example.3mf (produced earlier)
- build_line.rst: club.svg
2025-03-10 15:45:40 -04:00
Jonathan Wagenet
cbbf79ae92
Fix alphabetical order and anchor links of circuit/canadian cards.
2025-03-10 15:18:34 -04:00
Jonathan Wagenet
96d9875a7b
Plane.rotated(): chaining rotated doesn't seem to affect final rotation. Rotation order should be set with ordering instead.
2025-03-10 13:40:35 -04:00
Jonathan Wagenet
2168fd0540
Plane.rotated(): remove incorrect note about z rotation to resolve #900
2025-03-10 13:33:27 -04:00
gumyr
1140ebe9c3
Enable show_topology to display an Shape with a CompSolid
2025-03-10 13:14:20 -04:00
Jonathan Wagenet
09b80243f9
Add missing enum to cheat sheet: Select.NEW
...
Keep.ALL is missing, but seems unused
2025-03-10 12:20:43 -04:00
Jonathan Wagenet
c618967e15
Remove outdated filter_by_normal reference
2025-03-10 00:39:09 -04:00
Jonathan Wagenet
f87cee3134
Added plane_symbol() and better var names and typing to resolve #899
2025-03-10 00:21:09 -04:00
Jonathan Wagenet
1b63aa3469
Helix: clarify how cone_angle changes the radius to resolve #761
2025-03-09 23:57:33 -04:00
gumyr
b1f0eedfcb
Add very minimal support for CompSolid
2025-03-08 09:24:47 -05:00
Roger Maitland
201e95cd53
Merge pull request #930 from jwagenet/docstring-updates
...
Revise docstrings for build objects
2025-03-08 08:23:30 -05:00
Jonathan Wagenet
7b55eb100a
Merge branch 'dev' into docstring-updates
2025-03-07 18:19:37 -08:00
Jonathan Wagenet
7595040416
Change add/subtract to create
2025-03-07 21:15:19 -05:00
Roger Maitland
d064c0d97f
Merge pull request #931 from jwagenet/polarline
...
PolarLine() make localized direction a unit vector to only scale by length
2025-03-07 09:10:38 -05:00
Jonathan Wagenet
c51410b1c8
Polarline: update docstring
2025-03-06 10:01:22 -05:00
Jonathan Wagenet
7670466398
PolarLine update: add direction to docstring, make direction unit vector, update tests for angle/direction parity
...
Previously, when using direction, the result was a line made by direction and scaled by length. This doesn't seem like intuitive/expected behavior based on how length + angle works. Behavior is trivially accomplished by Line((0, 0), float * Vector)
2025-03-05 20:45:34 -05:00
Jonathan Wagenet
fcbd027137
Update object_*.py docstrings for more consistency and clarify how parameters work
...
General improvements:
- follow a similar opening structure
- add specificity to description and args
- remove plurality (sketch, part)
- remove hanging end stops from lists
- try to specify viable enums if mentioned and CAPITALIZE
2025-03-05 18:35:23 -05:00
jdegenstein
07ff964b2b
Merge pull request #912 from fischman/ttt-unbreak-and-test
...
TooTallToby tutorials: unbreak and test.
2025-03-05 10:09:22 -06:00
jdegenstein
4027664a8c
Update test.yml
2025-03-05 09:56:39 -06:00
Ami Fischman
789ff73744
Exclude benchmarks from test github workflow.
2025-03-04 16:14:09 -08:00
Ami Fischman
5a79f264f3
test_benchmarks: drop the copies of the TTT examples in test code and instead use the versions from the docs/assets/ttt directory.
2025-03-04 16:14:09 -08:00
Ami Fischman
0085306461
TooTallToby tutorials: unbreak and test.
...
- Unbreak the three broken tutorials (fixes #848 )
- This involved a rewrite of PPP-01-10 because I already had my own
solution to that one and I couldn't easily tell what was going
wrong with the previous solution.
- Add assertions to all the tutorials so that non-raising means success
- Add the TTT examples to `test_examples.py` added recently for #909
- Also added sympy to development dependencies since one of the TTT
examples uses it.
2025-03-04 16:14:09 -08:00
gumyr
10a466f645
Improving geometry eq/hash to enable sets
2025-03-04 10:01:49 -05:00
gumyr
25f46261a4
Merge branch 'dev' of https://github.com/gumyr/build123d into dev
2025-03-04 09:51:41 -05:00
gumyr
8ba128c273
Improved to remove face duplicates
2025-03-04 09:51:22 -05:00
Roger Maitland
e9c6b93cb7
Merge pull request #914 from fischman/test-speedup
...
Avoid deepcopy'ing Shape.topo_parent.
2025-03-03 18:56:10 -05:00
Roger Maitland
f79fba45bc
Merge pull request #923 from mingmingrr/dev
...
Update type signature for component getters
2025-03-03 18:48:32 -05:00
mingmingrr
dce0c5dc1b
Update type signature for component getters
2025-03-01 14:56:14 -05:00
Roger Maitland
17f16b6b97
Merge pull request #917 from jdegenstein/lib3mf_official
...
feat: switch to lib3mf official pypi release from py_lib3mf
2025-02-27 18:12:58 -05:00
jdegenstein
acb22b5dec
mypy.ini -> change py_lib3mf to lib3mf
2025-02-27 16:08:10 -06:00
jdegenstein
01cf1082b6
Update mesher.py -> use lib3mf instead of py_lib3mf
2025-02-27 15:59:43 -06:00
jdegenstein
485bfa1f87
pyproject.toml -> switch to the official lib3mf release on pypi
2025-02-27 15:54:13 -06:00
Ami Fischman
4d8dfe16a8
Avoid deepcopy'ing Shape.topo_parent.
...
Speeds up benchy example from 27s to 5.5s.
2025-02-24 15:58:25 -08:00
gumyr
1d89804417
Added GeomEncoder for JSON deprecating LocationEncoder
2025-02-24 15:36:58 -05:00
Roger Maitland
1c9cd019a2
Merge pull request #911 from fischman/parallel-test-execution
...
Run tests in parallel by default, and update CONTRIBUTING.md
2025-02-22 15:20:49 -05:00
Roger Maitland
8aeee30968
Merge pull request #910 from fischman/test-examples
...
Add a new TestCase that asserts that examples exit successfully.
2025-02-22 15:14:51 -05:00