-
Notifications
You must be signed in to change notification settings - Fork 486
Few shape/free func related fixes #2033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
88 commits
Select commit
Hold shift + click to select a range
cd6e90b
Initial apptainer CQ file
adam-urbanczyk d597816
Initial image workflow
adam-urbanczyk b1dd114
Update path
adam-urbanczyk 1a57544
Try copying everything
adam-urbanczyk 1478fab
Debugging
adam-urbanczyk d45fbad
Manipulate the env
adam-urbanczyk 19f191f
Try to install cq
adam-urbanczyk 853b518
Debugging
adam-urbanczyk bb64dd6
Update env file handling
adam-urbanczyk 7843dae
Test after building
adam-urbanczyk 82a3ada
Add git
adam-urbanczyk dd92ac7
Remove redundant pytest run
adam-urbanczyk 099dd1a
Try to build docker image too
adam-urbanczyk fd30d24
Remove prefix
adam-urbanczyk 4e06d0d
Debug build
adam-urbanczyk e298fc4
Remove head
adam-urbanczyk 0ed819b
More debuggig
adam-urbanczyk 273bec4
More debuggig
adam-urbanczyk c9b323f
More debuggig
adam-urbanczyk 731e2d0
Try chowning opt
adam-urbanczyk 7f69a9b
Trying to produce a MRE
adam-urbanczyk 416c6a1
Less minimal example
adam-urbanczyk 90c4e37
Turn off chown
adam-urbanczyk 2e7447d
Another variant
adam-urbanczyk aab9018
Revert debugging changes
adam-urbanczyk 60f8b4e
Back to the original env file
adam-urbanczyk 6dda726
Remove redundant test step
adam-urbanczyk b895c90
Use tmp
adam-urbanczyk 140a5c3
Add a deploy step
adam-urbanczyk f2e791c
Diffeent temp name for testing
adam-urbanczyk 2302fc9
Explicit name
adam-urbanczyk 3c99e9a
Push docker too
adam-urbanczyk d9665ae
Add suggestion from lorenzncode
adam-urbanczyk 9acf6e5
Typo fix
adam-urbanczyk 2894f21
Run tests for docker too
adam-urbanczyk fef4e74
Typo fix
adam-urbanczyk d2845f4
Only publish on master
adam-urbanczyk 835544c
Adjust if statements
adam-urbanczyk 43a9fbd
Use newer checkout version
adam-urbanczyk d5f63e2
Add jupyterlab
adam-urbanczyk bf54ac8
Seperate install files
adam-urbanczyk 6492811
Updated def
adam-urbanczyk 0b03d7b
Update ci
adam-urbanczyk 9150c0c
Specify exact path
adam-urbanczyk dd49914
Restructure the def file
adam-urbanczyk e0eccf5
Line endings
adam-urbanczyk de8d032
Update dockerfile
adam-urbanczyk 1c2c520
Set MYDIR
adam-urbanczyk 09ac786
Publish under branch name
adam-urbanczyk 2d62098
Use branch name everywhere
adam-urbanczyk c50d8de
Same for sif upload
adam-urbanczyk c5b3901
Final version
adam-urbanczyk 97a76c7
Update README
adam-urbanczyk 554f654
Update docs
adam-urbanczyk b841be5
Fixing code blocks
adam-urbanczyk 778cb52
More docs corrections
adam-urbanczyk fb455c5
Change dir to opt for docker
adam-urbanczyk 0e6abc5
Do not install in editable mode
adam-urbanczyk 9d07e62
Update docs
adam-urbanczyk 274835c
Better shell
adam-urbanczyk 05f155a
Add a test
adam-urbanczyk c86691c
History handling fix
adam-urbanczyk ad098cf
Output issues when performing check
adam-urbanczyk 4dc4a8d
Add verbose flag
adam-urbanczyk 8dfca2a
Add reverse
adam-urbanczyk 55a3b71
Black
adam-urbanczyk b7db67c
Extend siblings
adam-urbanczyk 8ae7c7a
Extend siblings
adam-urbanczyk e41ab1c
Merge branch 'master' into adam-shape-fixes
adam-urbanczyk 012cbc7
Fix failure
adam-urbanczyk 52d7c8c
Use better solver
adam-urbanczyk fb60a06
Fix failing test
adam-urbanczyk 5135eb2
Improve siblings coverage
adam-urbanczyk b936482
Improve coverage of free func utils
adam-urbanczyk dafbdd2
Merge branch 'master' into adam-shape-fixes
adam-urbanczyk 5d34edd
Trigger different path
adam-urbanczyk eeb3125
Use the same solver in both overloads
adam-urbanczyk 31e7a48
Merge branch 'adam-shape-fixes' of https://github.com/CadQuery/cadque…
adam-urbanczyk a0ba567
Fix test
adam-urbanczyk 225f0b3
Tweak solver params
adam-urbanczyk 76c9c52
Added offset2D
adam-urbanczyk 470c23e
Extend offset2D
adam-urbanczyk 4a6a9d1
Add test for offset2D
adam-urbanczyk 88e5463
Update func
adam-urbanczyk d8f7790
Tweak docstring
adam-urbanczyk 351d9ef
Merge branch 'master' into adam-shape-fixes
adam-urbanczyk 6cc6965
Update cadquery/occ_impl/shapes.py
adam-urbanczyk b1b6af1
Fix siblings
adam-urbanczyk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,6 +44,7 @@ | |
| extrude, | ||
| revolve, | ||
| offset, | ||
| offset2D, | ||
| sweep, | ||
| loft, | ||
| check, | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.