Commit Graph

579 Commits

Author SHA1 Message Date
e8f531b51b Merge pull request #4 from justbuchanan/step-segfault
Add test case that loads an invalid STEP file
2018-11-25 19:45:45 +01:00
d07d399fe7 Merge pull request #11 from CadQuery/adam-urbanczyk-patch-1
Add codecov to appveyor
2018-11-25 16:02:23 +01:00
6416d363c0 Add codecov to appveyor 2018-11-24 22:43:11 +01:00
5e0458ab3e Merge pull request #10 from CadQuery/adam-urbanczyk-patch-2
Add codecov badge
2018-11-23 22:47:30 +01:00
62cda6dde0 Install codecov in travis and generate coverage 2018-11-23 22:20:00 +01:00
7a5b65b450 Add codecov badge 2018-11-22 18:28:14 +01:00
7ac64a7280 Merge pull request #3 from CadQuery/adam-urbanczyk-patch-1
Update CI badges
2018-11-21 21:15:56 +01:00
6c69c1411e Merge pull request #2 from justbuchanan/vector-equals
fix Vector.__eq__()
2018-11-21 21:14:53 +01:00
8fb1e7ad2d check status code from STEPControl_Reader.ReadFile()
Otherwise subsequent calls may cause a segfault. See #4
2018-11-19 00:08:24 -08:00
a94cbca113 add test case that loads an invalid STEP file 2018-11-18 21:04:11 -08:00
084db38d56 Use gp_Vec.IsEqual() and add a test for Vector.__eq__() 2018-11-18 13:02:21 -08:00
737ceb1c97 Update CI badges 2018-11-18 21:55:46 +01:00
21388385fa fix Vector.__eq__() 2018-11-18 00:07:39 -08:00
49e02bb214 Added lefthand option for makeHelix 2018-10-24 22:23:34 +02:00
5bebee21f3 Merge pull request #6 from adam-urbanczyk/CapableRobot-cq1_pythonocc
Initial support for cqparts in cadquery-occ
2018-10-22 06:37:11 +02:00
1e4aca312a Merge branch 'cq1_pythonocc' into CapableRobot-cq1_pythonocc 2018-10-20 22:47:29 +02:00
7636351917 Revert changes to README 2018-10-20 22:38:43 +02:00
fa85947f92 Fixed the transposed list function and did more cleaning 2018-10-20 22:26:46 +02:00
5e13b64534 Get rid of numpy 2018-10-19 23:40:58 +02:00
de7828c322 Merge pull request #4 from justbuchanan/shape-volume
add Volume method to Shape
2018-10-12 22:32:01 +02:00
b3c1c424c8 Merge pull request #3 from justbuchanan/matrix-invert
change Invert() -> Inverted() in Matrix.inverse()
2018-10-12 21:34:39 +02:00
43d62277af add Volume method to Shape 2018-10-11 22:04:14 -07:00
96c1599c67 change Invert() -> Inverted() in Matrix.inverse()
The first changes the matrix in place, while the second creates a new matrix
2018-10-11 20:18:20 -07:00
a593672a06 Pull from upstream 2018-10-03 14:17:20 -04:00
a0e1b0ac01 Update README 2018-08-28 21:59:25 +02:00
180e50c05d Fix deploy script 0.1.5 2018-08-28 21:39:18 +02:00
c8c65f1d5f Update pyparsing version 2018-08-28 21:36:46 +02:00
de14910340 Explicit conda build output folder on windows 2018-08-27 22:58:34 +02:00
4dd5bce05f Setting explicit python 3.6 conda variant 2018-08-27 22:13:28 +02:00
260d3ec7d4 Debugging conda build 2018-08-26 16:59:21 +02:00
d45d308bba Fix env variables used by meta.yml and disable rdp 2018-08-26 16:31:54 +02:00
c130f2c8cb Fix env variables used by meta.yml 2018-08-26 16:30:09 +02:00
6263ce88a8 Set env variables used by meta.yml 2018-08-26 16:03:28 +02:00
5d099a0e1a Debugging appveyor build on windows 3 2018-08-26 15:29:31 +02:00
de4565f308 Debuggin appveyor build on windows 2 2018-08-26 15:00:05 +02:00
753ae915fc Debuggin appveyor build on windows 0.1.4 2018-08-26 14:45:05 +02:00
0ec27f05ed Trying to setup conda package deployment for windows 2018-07-15 20:35:24 +02:00
347da33673 Fixing importers for CI on windows 2018-07-15 15:04:06 +02:00
a284b1531e Trying to fix tests on windows 2018-07-15 14:51:11 +02:00
e4e3b19d06 Initial appveyor configuration 2018-07-15 14:33:28 +02:00
a70b68931e Use generic language in CI
C.f. http://blog.fizyk.net.pl/blog/running-python-tests-on-traviss-osx-workers.htmlhttp://blog.fizyk.net.pl/blog/running-python-tests-on-traviss-osx-workers.html
0.1.3
2018-07-15 12:35:56 +02:00
3d1abd0c32 Another try with osx ci 2018-07-15 12:14:45 +02:00
a8f079048c Trying to include osx in CI 2018-07-15 11:57:02 +02:00
1011dbfb8f Trying a better build string 0.1.2 2018-07-03 21:17:18 +02:00
e39cf4ce33 Fix meta.yaml 0.1.1 2018-06-24 14:59:27 +02:00
5f84944da9 Use newer version of pythonocc/oce in the conda package 2018-06-24 14:41:31 +02:00
3df15393f6 Merge pull request #2 from justbuchanan/patch-4
Update oce version in conda environment
2018-06-23 11:30:15 +02:00
7c8a9701b9 Update oce version in conda environment
A newer version of oce allows installing a newer version of pythonocc-core (0.18.1), which includes this bug fix:

3d72ebaad7
2018-06-22 20:14:20 -07:00
bde35c8e84 Added multiply method for possible cqparts support 2018-06-17 18:20:32 +02:00
ccd3ef18f4 Fixed meta.yml 0.1.0 2018-06-16 16:47:30 +02:00