Start with OCP8 - #2076
Conversation
|
We are down to a single test failing that requires fixes on the OCP side. See CadQuery/OCP#219 |
|
All green on the branch now. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2076 +/- ##
==========================================
- Coverage 95.72% 95.67% -0.05%
==========================================
Files 30 30
Lines 9533 9534 +1
Branches 1421 1421
==========================================
- Hits 9125 9122 -3
- Misses 253 255 +2
- Partials 155 157 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Converting back to draft, I'll still use this to check 8.0.0.1. No changes expected. |
Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
|
@jmwright @lorenzncode ready for review again. |
Raise on empty BB Co-authored-by: Lorenz <hello@lorenz.space>
Ensure that empty BB raises
lorenzncode
left a comment
There was a problem hiding this comment.
Thanks @adam-urbanczyk ! I did not find any issues. I tested with pixi manifest:
Details
[workspace] channels = ["cadquery", "conda-forge"] name = "cq-2076" platforms = ["linux-64"][tasks]
[dependencies]
python = ">=3.11"
ocp = "==8.0.0.1"
ezdxf = ">=1.3.0"
multimethod = ">=1.11,<2.0"
docutils = ">=0.22.4,<0.23"
sphinx = "9.1.0.*"
pytest = ">=9.0.3,<10"
ruff = ">=0.15.13,<0.16"
starlette = ">=1.2.1,<2"
uvicorn-standard = ">=0.49.0,<0.50"
mypy = ">=2.1.0,<3"
casadi = ">=3.7.2,<4"
trame = ">=3.13.2,<4"
trame-vtk = ">=2.11.16,<3"
trame-components = ">=2.5.0,<3"
trame-vuetify = ">=3.2.5,<4"
numba = ">=0.67.0,<0.68"
nlopt = ">=2.11.0,<3"
runtype = ">=0.5.3,<0.6"
scipy = ">=1.18.0,<2"
pip = ">=26.2.1,<27"
ipython = ">=9.17.1,<10"
[pypi-dependencies]
cadquery = { path = "/home/lorenzn/devel/cq-2076", editable = true }
sphinx_rtd_theme = "==3.1.0"
Also tested with Python 3.12, 3.13, 3.14. I did some limited interactive testing including show, fig.
|
Thanks, same here. Interactive and vis seems to be indeed working without any changes. |
OCCT8 / OCP8 support in CQ.