|
1 | 1 | Changes |
2 | 2 | ======= |
3 | 3 |
|
| 4 | +2.7.0 |
| 5 | +----- |
| 6 | + |
| 7 | +## Highlights |
| 8 | + |
| 9 | +* Enable bidirectional mapping of subshapes by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1949 |
| 10 | +* Add Basic Materials Functionality by @jmwright in https://github.com/CadQuery/cadquery/pull/1923 |
| 11 | +* Materials Support for STEP Import/Export by @jmwright in https://github.com/CadQuery/cadquery/pull/1956 |
| 12 | +* Replace deprecated pyparsing names and arguments by @lorenzncode in https://github.com/CadQuery/cadquery/pull/1974 |
| 13 | +* Remove deprecated functions by @lorenzncode in https://github.com/CadQuery/cadquery/pull/1972 |
| 14 | +* Multimethod changes and type checking by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1969 |
| 15 | + |
| 16 | +## Other changes |
| 17 | + |
| 18 | +* Make FXAA optional in `show` by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1938 |
| 19 | +* Fix single letter text handling by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1939 |
| 20 | +* Enhance vis.py `show` routine by @winksaville in https://github.com/CadQuery/cadquery/pull/1855 |
| 21 | +* Fix jupyter display missing opacity by @lorenzncode in https://github.com/CadQuery/cadquery/pull/1941 |
| 22 | +* Use focal point as the center of rotation by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1948 |
| 23 | +* Fix clipping range by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1951 |
| 24 | +* Fix close for mixed mode edges by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1477 |
| 25 | +* Update cqgi for py3.14 by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1986 |
| 26 | +* Fix the function call errors for gp_Ax2() and size() by @yuan-xy in https://github.com/CadQuery/cadquery/pull/1977 |
| 27 | +* Enhance color initialization with hex support by @akivab in https://github.com/CadQuery/cadquery/pull/1980 |
| 28 | +* Replacing typish with runtype by @jmwright in https://github.com/CadQuery/cadquery/pull/1967 |
| 29 | +* Update sphinx multimethod customization to handle toplevel functions by @lorenzncode in https://github.com/CadQuery/cadquery/pull/1932 |
| 30 | +* Add pytest.ini to improve dev QoL by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1971 |
| 31 | +* Create `Plane` from `Location` by @Joschua-Conrad in https://github.com/CadQuery/cadquery/pull/1912 |
| 32 | + |
| 33 | +## Experimental |
| 34 | + |
| 35 | +* Add GUI elements to `fig.Figure` by @adam-urbanczyk in https://github.com/CadQuery/cadquery/pull/1943 |
| 36 | + |
4 | 37 | 2.6.1 |
5 | 38 | ----- |
6 | 39 |
|
|
0 commit comments