Commit Graph

1609 Commits

Author SHA1 Message Date
6f847e255f 2nd mypy fix 2021-05-15 20:07:07 +02:00
e6af0d589d mypy fixes 2021-05-15 19:36:51 +02:00
f408d96b3a Apply additional fixes for the outer wire 2021-05-15 19:02:35 +02:00
81cc34d258 Support inverse orientation of wires 2021-05-14 23:50:03 +02:00
25fa220545 Faster makeFromWires 2021-05-14 18:45:02 +02:00
7493e6129b Convert int text sizes to floats (#764)
Avoids a segfault when using integer text sizes. Also adds a test for
integer text size.
2021-05-13 20:57:30 +02:00
85663cb903 Added Docker section to readme and fixed two small doc errors 2021-05-08 16:01:04 +09:30
7f9cde3614 Switched back to the Zenodo badge image
There was a lack of communication from the Zenodo team, but [this issue](https://github.com/zenodo/zenodo/issues/2165) was closed and the problem seems to be fixed.
2021-05-04 10:13:38 -04:00
2b7f39b234 Set a temporary image location for the DOI badge
Temporary work-around for #743
2021-04-28 09:05:17 -04:00
d60440fd06 Merge pull request #749 from CadQuery/docs-update
Fixed DOI badge
2021-04-28 05:59:44 -05:00
b41924f624 Fixed DOI badge 2021-04-28 06:54:00 -04:00
ed7c8f6d12 Merge pull request #748 from CadQuery/docs-update
Fixed copy-paste error in docs
2021-04-28 05:48:53 -05:00
052c53a7a2 Fixed copy-paste error in docs 2021-04-28 06:22:46 -04:00
c6c1956429 Merge pull request #737 from RubenRubens/fix_boolean_docs
Improve docs of boolean operations
2021-04-21 06:23:38 -04:00
25c3009ddd Merge pull request #727 from andreubernadserra/master
Minor Comment on Documentation
2021-04-21 06:19:56 -04:00
e22b2e2599 Change version from 2.0 to 2 in docs 2021-04-21 07:30:02 +09:30
db998e44d5 Improve docs of boolean operations 2021-04-20 18:17:08 +02:00
0f249dfec8 Assembly toCompound (#726)
* Added Assembly.toCompound

* spelling

Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>

* Add annotation + minor updates

* Better annotations for locate and move

Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
Co-authored-by: Adam Urbańczyk <adam-urbanczyk@users.noreply.github.com>
2021-04-19 19:50:31 +02:00
cf820d5bdf Merge pull request #733 from RubenRubens/delete_pypy
Remove not used file about Pypy
2021-04-19 09:12:28 -04:00
12fa5cf94a Merge pull request #734 from RubenRubens/rm_authors_file
Remove authors file
2021-04-18 15:35:04 -04:00
4370395e9a Remove AUTHORS.md file 2021-04-18 18:39:14 +02:00
3d8d7f4ffe Remove not used file about Pypy 2021-04-18 17:57:29 +02:00
ff490d9e28 Expected cutout. Gathered from "Final Result". 2021-04-16 10:38:39 +02:00
b9167e3c0b Merge pull request #723 from RubenRubens/tuple_on_location
raise TypeError when Location param is a tuple
2021-04-14 09:23:58 -04:00
d5cb4c6043 raise TypeError when Location param is a tuple 2021-04-13 20:06:46 +02:00
b0a8cb247b PointInPlane constraint (#712)
* Allow Plane init with no specific x dir and add Plane.toPln

* PointInPlane constraint
2021-04-13 17:12:14 +09:30
a71a93ea27 Update cqgi.rst with a helpful example (#711)
* Update cqgi.rst
2021-04-06 17:33:37 +09:30
39e60f6e48 Check if wires are coplanar 2021-04-03 13:54:31 +10:30
7546866159 Merge pull request #694 from CadQuery/splineApprox
Implement makeSplineApprox for edges and faces
2021-03-31 15:06:41 -04:00
7a259bed61 Typos 2021-03-31 19:21:47 +02:00
8e23195a34 Implement close for wires 2021-03-31 19:17:20 +02:00
df550f071a Merge pull request #704 from CadQuery/assy-selectors-fix
Use expression grammar for assy selectors
2021-03-29 07:02:00 -04:00
650b2fff7c Update cadquery/cq.py
Co-authored-by: Marcus Boyd <mwb@geosol.com.au>
2021-03-29 08:19:30 +02:00
179b964514 Update tests/test_assembly.py
Co-authored-by: Marcus Boyd <mwb@geosol.com.au>
2021-03-29 08:08:28 +02:00
2c8a8520ee added tests for Shape.split 2021-03-29 10:45:18 +10:30
6615c2a495 black fix 2021-03-29 09:29:01 +10:30
7fe44b02c7 Test Edge.close 2021-03-29 07:02:49 +10:30
55ba8ca5eb Test Workplane.split error when no side kept 2021-03-29 07:00:43 +10:30
82136e4ee7 Another black fix 2021-03-28 12:48:35 +02:00
58a61812c6 Black fix 2021-03-28 12:22:33 +02:00
c72f0838e0 Check if complex selectors works with assy 2021-03-28 12:07:08 +02:00
e9453557f8 Use _expression_grammar 2021-03-27 23:36:14 +01:00
cd3f1c823e Make parametricSurface domain square 2021-03-26 08:41:06 +01:00
64b7048ee1 Rework Workplane.split to support arbitrary shapes 2021-03-25 18:19:36 +01:00
5af6171058 Added cq.Shape.split 2021-03-24 19:30:17 +01:00
c0aaa485f7 Implement Workplane.splineApprox 2021-03-23 18:37:02 +01:00
e82c7c3a9f Implement Edge.close 2021-03-23 08:42:04 +01:00
68dba0ad89 Extend coverage 2021-03-22 19:36:23 +01:00
6d3c9e51a7 Merge pull request #699 from CadQuery/typeselector-docstring-fix
Update the typeselector docstring
2021-03-21 20:12:18 -04:00
1d3fc576cb typo fix 2021-03-21 20:34:51 +01:00