|
| 1 | +Version 7.9.3 - February 2026 |
| 2 | +============================= |
| 3 | + |
| 4 | +This release requires opencascade-7.9.3 |
| 5 | + |
| 6 | +Highlights: |
| 7 | +- OpenCASCADE 7.9.3 and SWIG 4.4.1 |
| 8 | +- C++17 standard |
| 9 | +- Python 3.13 and 3.14 support (Python 3.9 dropped) |
| 10 | +- Tesselator performance: up to 37% faster exports, 50% less memory |
| 11 | +- OpenGL Core Profile API for Qt6 integration |
| 12 | +- Several memory leak fixes in SWIG typemaps and handle management |
| 13 | +- Type stubs (.pyi) for Display and Extend packages |
| 14 | + |
| 15 | +* wrapper: upgrade to OpenCASCADE 7.9.3, bump SWIG to 4.4.1 |
| 16 | + |
| 17 | +* wrapper: bump C++ standard to C++17 |
| 18 | + |
| 19 | +* wrapper: add support for Python 3.13 and 3.14, drop Python 3.9 |
| 20 | + |
| 21 | +* wrapper: fix memory leak in TopoDS_Shape output typemaps |
| 22 | + |
| 23 | +* wrapper: fix memory leaks in SWIG wrappers (FunctionTransformers, OccHandle) |
| 24 | + |
| 25 | +* wrapper: add template for non-const byref handles, #1443 |
| 26 | + |
| 27 | +* wrapper: use Delete() method for occ handles |
| 28 | + |
| 29 | +* wrapper: use builtin SWIG_Python_AppendOutput |
| 30 | + |
| 31 | +* wrapper: refactored IOStream and exception catcher |
| 32 | + |
| 33 | +* wrapper: wrap NCollection_List iterator |
| 34 | + |
| 35 | +* wrapper: improve wrapper for NCollection_Sequence, __iter__ method added |
| 36 | + |
| 37 | +* wrapper: add docstrings and stubs (.pyi) for Display and Extend packages |
| 38 | + |
| 39 | +* wrapper: fix type hints for Display and Extend packages |
| 40 | + |
| 41 | +* wrapper: overall blackification (code formatting) |
| 42 | + |
| 43 | +* tesselator: optimize ShapeTesselator speed and memory with C++17 idioms |
| 44 | + |
| 45 | +* tesselator: switch from double to float for mesh vertices and normals, halving memory usage |
| 46 | + |
| 47 | +* display: add OpenGL Core Profile API to Display3d |
| 48 | + |
| 49 | +* display: add SetSRGBDisabled() to disable sRGB framebuffer |
| 50 | + |
| 51 | +* display: extend selection mode with wires and shells |
| 52 | + |
| 53 | +* display: don't draw seam edges in OCCViewer, #1413 |
| 54 | + |
| 55 | +* data exchange: add sew and make_solid options to STL importer for solid construction from 2d triangular mesh |
| 56 | + |
| 57 | +* build: add DEBUG_MEMORY compilation mode |
| 58 | + |
| 59 | +* build: fix macOS build (std::to_chars float compatibility) |
| 60 | + |
| 61 | +* build: fix conda build issues (sysroot, OpenGL path, dylib warnings) |
| 62 | + |
| 63 | +* ci/cd: use Windows 2022 in Azure pipelines |
| 64 | + |
1 | 65 | Version 7.9.0 - April 2025 |
2 | 66 | ========================== |
3 | 67 |
|
|
0 commit comments