Commit Graph

1806 Commits

Author SHA1 Message Date
162e3c5cc1 Trying without the version number in setup.py 2022-05-22 13:34:00 -04:00
7164898aa0 Streamlining the code a little bit 2022-05-20 21:40:52 -04:00
1472063947 Trying yet another environment variable for Azure 2022-05-20 20:35:51 -04:00
e23d8a9d3e Printing os.environ to see what is available in Pipelines 2022-05-20 19:51:43 -04:00
dafd8e7e2f Trying to find an environment variable that is available 2022-05-20 16:57:42 -04:00
7197eeaf61 Ignoring SCM version reqs for Azure 2022-05-20 16:31:50 -04:00
d09334c66d Trying to fix package errors in CI with another selective require 2022-05-20 15:57:10 -04:00
58b28105a9 Added scm version tracking 2022-05-20 15:20:06 -04:00
ddceab1025 Black formatting and AppVeyor handling 2022-05-20 14:05:03 -04:00
44413e5a6d Trying to protect against the env variable not being present 2022-05-20 11:38:14 -04:00
e3a19c4173 Trying to use the RTD env varaible to limit the dependencies 2022-05-20 11:04:12 -04:00
433d5bf44c Passing no-deps option to pip in a different way 2022-05-20 10:21:08 -04:00
1de937c749 Still trying to decouple things by not installing deps in conda env 2022-05-20 09:54:48 -04:00
3c9fe3af25 Trying the editable install with no-deps to try to decouple things 2022-05-20 09:28:19 -04:00
b769a6398c Took version pin back off of pip 2022-05-19 16:44:18 -04:00
b7d069cf66 Trying to enforce a pip version 2022-05-19 15:47:00 -04:00
f36e871ef1 Merge branch 'master' of github.com:CadQuery/cadquery into setup 2022-05-19 15:12:34 -04:00
fac311b971 Fixing merge conflict 2022-05-19 14:52:49 -04:00
c9da2c2775 Trying to enforce versions to get setup.py and conda to play well together 2022-05-19 14:48:37 -04:00
0796bb27f3 Commented out editable option as it seemed to be causing conda to attempt to install cadquery-ocp 2022-05-19 14:11:00 -04:00
fa5ec0379d Trying to get ReadTheDocs to stop including setup.py dependencies 2022-05-19 12:45:49 -04:00
dad25a1d60 Trying to get ReadTheDocs to ignore setup.py 2022-05-19 12:18:52 -04:00
29268a74f5 Black formatting and added black/click to dev dependencies 2022-05-19 11:44:36 -04:00
f925063137 Integrated suggestions and added back version number. 2022-05-19 11:36:12 -04:00
d3c1a5cce9 Updated setup.py with OCP being available on PyPi now 2022-05-19 10:18:57 -04:00
AU
cee66fffa1 Better assy solver implementation (#1063)
* Add casadi to the reqs

* Casadi-based assy solver

* Handle root object location

* Update solve_result_check

* Type center and diagonal

* Assy solver refactoring

- scaling
- minimal quat paramterization
- dummy variables

* Remove useless check

* More tweaks

- Different axis cost
- Restructured remaining costs
- Perturbed starting point

* Simplified costs

* Better settings

* Use extrinsic convention

* Raise for single unary constraint

* Add param handling for the point constraint

* Additional tests

* Rework after review
2022-05-18 21:57:20 +02:00
FB
803a05e78c Update shell docstring, use fluent api + string selector (#1079)
* Update docstring,  use fluent api + string selector

Update the docstring for `shell` to use the string selector and fluent
api to show how to create a three faced cube.

Remove the note about shelling being a common use case for
`Workplane.add`

* Fix literal block, remove future note, minor docstring formatting

Co-authored-by: Lorenz Neureuter <hello@lorenz.space>
2022-05-05 22:05:58 -04:00
fddf51041d Fix VTK based assembly export rotation issue (#1078) 2022-05-04 20:43:43 +02:00
c57b84973a Merge pull request #1000 from Hecatron-Forks/master
Web installer for Windows / Linux
2022-05-03 20:59:57 -04:00
c32c08eb4b Merge pull request #1066 from CadQuery/vrml
Added the ability for the user to adjust the tolerance and angular tolerance of VRML tessellation
2022-05-03 07:01:01 -04:00
077c48e2c0 Merge branch 'master' of github.com:CadQuery/cadquery into vrml 2022-05-03 06:10:33 -04:00
d7724a8766 Pin vtk=9.0.1 for ocp 7.5.3 (#1075)
* Pin vtk=9.0.1 for ocp 7.5.3

* Add vtk pin to meta.yml
2022-05-02 18:45:51 +02:00
b86fbb5385 Exposed tolerance and angularTolerance within Assembly.save exportVRML call 2022-04-29 22:46:30 -04:00
2eeabc8bd9 Merge pull request #1060 from pauljurczak/patch-3
Grammar fix
2022-04-28 06:15:14 -04:00
a1f46463ce Changes to satisfy black formatting 2022-04-27 13:52:45 -04:00
7c0fd90e7c Address test failures 2022-04-27 11:24:13 -04:00
155ff866f7 Added angularTolerance to recursive toVTK call 2022-04-27 10:56:34 -04:00
b23e036164 Added the ability for the user to adjust the tolerance and angular tolerance of VRML tessellation 2022-04-27 10:44:54 -04:00
c2988dfa75 Grammar fix 2022-04-21 22:59:41 -06:00
12acb2976e Merge pull request #1059 from CadQuery/readme
Updated the Discord link in the readme
2022-04-21 14:54:37 -04:00
c5c5c9a840 Updated the Discord link in the readme 2022-04-21 13:16:34 -04:00
6ae673a17b Merge pull request #1049 from pauljurczak/patch-2
Added arc documentation
2022-04-19 10:31:53 -04:00
252c9dd9a4 Merge branch 'master' into patch-2 2022-04-19 10:04:08 -04:00
6217431d98 Use nptyping v2.x (#1050) 2022-04-11 21:15:08 +02:00
58020926eb Added arc documentation 2022-04-08 16:17:27 -06:00
d4b5eec21b Merge pull request #1044 from sethfischer/fix-typo
Fix typo "wokrplane" -> "workplane"
2022-04-06 08:13:21 -04:00
072d0aee85 Fix typo "wokrplane" -> "workplane" 2022-04-06 22:16:24 +12:00
3f6da6d8b5 Merge pull request #1041 from pauljurczak/patch-2
Minor punctuation correction
2022-04-02 06:05:00 -04:00
3a169f9214 Minor punctuation correction 2022-04-01 22:36:53 -06:00
ad5bdec81b Merge pull request #1018 from lorenzncode/sketch-distribute
Sketch distribute fix (#1017)
2022-04-01 17:14:42 -04:00