Skip to content
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

⬆️ FreeCAD v1 #3304

Merged
merged 38 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6944147
🚧 FreeCAD v1
je-cook May 29, 2024
f560dba
💩 STP legacy hack
je-cook May 29, 2024
450c0dd
✅ Name test shape
je-cook Jun 3, 2024
6ff2cea
🎨 Cleanup
je-cook Jun 11, 2024
a866e41
🎨 Document context manager to keep track of open docs
je-cook Jun 11, 2024
c199f1c
🐛 Improve document context manager
je-cook Jun 11, 2024
052a227
✨ Importing CAD files
je-cook Jun 12, 2024
08688a9
🐛 Fix import scale
je-cook Jun 12, 2024
5376f6d
✅ Shell imort
je-cook Jun 12, 2024
2934695
🎨 Minor cleanup
je-cook Jun 13, 2024
6916309
✅ Remove hack to make test pass (freecad fixed it)
je-cook Jul 9, 2024
f06e10e
🚨 Ruff fixes
je-cook Aug 9, 2024
5493d39
⬆️ First release candidate
je-cook Sep 13, 2024
7ca4689
🐛 Catch floating point lessthan
je-cook Sep 16, 2024
a0a0ce5
⬆️ Second release candidate
je-cook Sep 26, 2024
d8356ab
✨ Improve lighting of viewer
je-cook Oct 4, 2024
13668b8
✨ Rotate camera not object
je-cook Oct 4, 2024
f30221f
🐛 Fix rotation and improve headlight
je-cook Oct 7, 2024
ef2edb3
📝 Spelling
je-cook Oct 7, 2024
995a7f1
✨ Add missing for CADFiletype
je-cook Oct 18, 2024
c8bd108
🚨 Initial fix todo
je-cook Oct 22, 2024
dbe5c46
⬆️ Version fixes
je-cook Nov 5, 2024
07ec183
✅ Parameterise tests properly
je-cook Nov 6, 2024
f399d25
🐛 Fix save cad unit
je-cook Nov 18, 2024
b3d341c
🐛 Patch for tolerance of faces
je-cook Nov 18, 2024
44b5ac9
🚨 Linter updates
je-cook Nov 18, 2024
696a8f3
🎨 A few cleanups
je-cook Nov 18, 2024
7cd10e9
⬆️ Version 1 release
je-cook Nov 20, 2024
f2d0e44
⬆️ Qt6 freecad
je-cook Nov 22, 2024
ac884e5
🍻 Pivy patch for pivy 0.6.9
je-cook Nov 25, 2024
4ccb0a4
👷 Move patch to the build
je-cook Nov 26, 2024
c32363b
👽️ Fenics_v0.9 (#3706)
je-cook Nov 26, 2024
4e3a999
🎨 First round of suggestions
je-cook Nov 26, 2024
d6f6cc9
🎨 Split CADFileType
je-cook Nov 27, 2024
ae1bd9a
🎨 Add timeout to pivy patch
je-cook Nov 27, 2024
ef15b3e
🎨 1 line bash command
je-cook Nov 28, 2024
5ed0d64
🎨 Obvious error message
je-cook Nov 28, 2024
467949e
🎨 Adjust Document
je-cook Nov 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ runs:
use-only-tar-bz2: false
python-version: ${{ inputs.python-version }}

- name: Patch pivy
shell: bash -l {0}
run: |
/usr/bin/patch -l -p2 -N -d /home/runner/miniconda3/envs/bluemira/lib/python${{ inputs.python-version}}/site-packages/pivy/ < ./bluemira/codes/pivy.patch

- name: Install bluemira
shell: bash -l {0}
run: pip install -U -e .
Expand Down
Loading
Loading