Commit Graph

932 Commits

Author SHA1 Message Date
fa3277e6a0 Renamed getTagged to _getTagged 2020-01-23 21:06:17 +10:30
89e75470d0 Added examples to docs 2020-01-23 21:06:17 +10:30
b54f03abf5 Renamed copyWorkplaneFromTagged to workplaneFromTagged 2020-01-23 21:06:17 +10:30
6d98e29b15 Simplify selector code 2020-01-23 21:06:17 +10:30
488a6144a5 Added tests for tags in selectors 2020-01-23 21:06:17 +10:30
b38f01711c Added the ability to select from a tagged object 2020-01-23 21:06:17 +10:30
d1ced40c4e Added tags 2020-01-23 21:02:35 +10:30
b631cd17df Merge pull request #268 from jmwright/master
Updated the __version__ variable to fix CQ-editor's update mechanism.
2020-01-22 14:27:03 -05:00
113a48a952 Updated the __version__ variable to fix CQ-editor's update mechanism. 2020-01-21 07:18:55 -05:00
102c16c14e Add Black formatting check to CI (#255)
* Add Black formatting check to CI
* Add some documentation for code contributors
* Use uncompromised code formatting
2020-01-20 20:52:12 +01:00
74573fc3bb Merge pull request #251 from CadQuery/adam-urbanczyk-environment.yaml
Update environment.yaml
2019-12-29 19:03:32 -05:00
3cd466a693 Merge pull request #237 from bragostin/master
Update assembledEdges in shapes.py
2019-12-25 07:17:08 -05:00
42c35b7089 Update test_cadquery.py 2019-12-25 09:21:15 +01:00
1d7b11baf9 Add files via upload 2019-12-24 16:32:38 +01:00
6196729384 Update shapes.py 2019-12-24 16:31:19 +01:00
d2c029cbeb Update test_cadquery.py 2019-12-24 12:49:37 +01:00
428a8d58a1 Update test_cadquery.py 2019-12-24 12:32:39 +01:00
a26766af50 Update test_cadquery.py 2019-12-24 12:00:09 +01:00
3ab5b51291 Update test_cadquery.py 2019-12-24 11:52:00 +01:00
707dac5bc4 Update test_cadquery.py 2019-12-24 11:39:58 +01:00
81b3f57f8d Update test_cadquery.py 2019-12-24 11:16:02 +01:00
be3ad421a6 Update test_cadquery.py 2019-12-24 11:14:20 +01:00
38c3d27bb4 Update test_cadquery.py 2019-12-24 11:14:05 +01:00
cdb165807c Delete TestAssembleEdges.py 2019-12-24 11:12:57 +01:00
10a7299350 Update test_cadquery.py 2019-12-24 10:50:03 +01:00
a1df7a4de9 Merge pull request #2 from CadQuery/master
update
2019-12-24 10:45:49 +01:00
e64ac5d1d1 Delete runtests.py 2019-12-24 10:45:32 +01:00
b0c9f1b40d Add files via upload 2019-12-23 15:26:07 +01:00
84775d4973 Add files via upload 2019-12-23 15:25:42 +01:00
57c4c99248 Update TestAssembleEdges.py 2019-12-23 15:22:07 +01:00
9b2c8da425 Update TestAssembleEdges.py 2019-12-23 15:18:50 +01:00
bb2eb064ef Add files via upload 2019-12-23 14:24:36 +01:00
f9eeb12877 Delete TestAssembleEdgesWarnings.py 2019-12-23 14:24:05 +01:00
d9893eb7f7 Delete Ex101_InterpPlate.py 2019-12-21 16:33:04 +01:00
ef49b6faad Delete TestInterpPlate.py 2019-12-21 16:32:40 +01:00
5765e24d95 Add files via upload 2019-12-21 16:29:34 +01:00
fc4e921848 Add files via upload 2019-12-21 16:29:00 +01:00
8720db645e Specify channels when updating python 2019-12-21 01:59:44 +01:00
e18fcfad5a Fixed env activation 2019-12-21 01:49:01 +01:00
6e1bb56805 CI pipelines cleanup 2019-12-21 01:41:34 +01:00
6041766227 Further env file cleanup 2019-12-21 01:40:52 +01:00
9c1758f69a Allow python>=3.6 2019-12-21 00:17:33 +01:00
853611d7a1 Remove explicit dependencies from setup.py
Rationale: they were not complete anyhow
2019-12-21 00:14:52 +01:00
f40a8370f7 Update environment.yaml 2019-12-21 00:12:26 +01:00
e69b2f83bd Use pytest in azure as well (#239)
* Use pytest in azure as well

* Specify test requirements properly

* Delete circle ci config
2019-12-17 18:28:22 +01:00
80b93dadc5 Update TestAssembleEdgesWarnings.py 2019-12-16 08:45:28 +01:00
fd1e959aa7 Update shapes.py 2019-12-15 18:31:40 +01:00
a7ca48e34e Add files via upload 2019-12-15 18:30:03 +01:00
e299200479 Merge pull request #235 from Peque/fix-rotate
Fix plane rotation method
2019-12-15 11:38:38 -05:00
e9924ba6e4 Fix plane rotation method
The vector defining the rotation is expected to be in local coordinates
and therefore needs to be converted to world coordinates before applying
the rotation.
2019-12-15 17:26:40 +01:00