|
1 | 1 | Changes
|
2 | 2 | =======
|
3 | 3 |
|
4 |
| -2.4.0 (latest release) |
| 4 | +2.5.0 |
| 5 | +------ |
| 6 | + |
| 7 | +## Highlights |
| 8 | +* Free-function API https://github.com/CadQuery/cadquery/pull/1731, https://github.com/CadQuery/cadquery/pull/1469, https://github.com/CadQuery/cadquery/pull/1622, |
| 9 | + https://github.com/CadQuery/cadquery/pull/1672, https://github.com/CadQuery/cadquery/pull/1692, https://github.com/CadQuery/cadquery/pull/1700 |
| 10 | +* filter/map/apply/sort/[]/invoke https://github.com/CadQuery/cadquery/pull/1514 |
| 11 | +* cq.vis.show improvements https://github.com/CadQuery/cadquery/pull/1726 |
| 12 | + |
| 13 | +## Other changes |
| 14 | +* Getting set up for the new 2.5 dev cycle https://github.com/CadQuery/cadquery/pull/1496 |
| 15 | +* Fix documentation hole, to many parameter https://github.com/CadQuery/cadquery/pull/1492 |
| 16 | +* Add Brep to supported importShape functions https://github.com/CadQuery/cadquery/pull/1467 |
| 17 | +* Fixed spelling error of 'visualziation' to 'visualization' https://github.com/CadQuery/cadquery/pull/1510 |
| 18 | +* Fix Python version info in pip installation instructions https://github.com/CadQuery/cadquery/pull/1498 |
| 19 | +* Updated setup.py for CQ black fork https://github.com/CadQuery/cadquery/pull/1513 |
| 20 | +* Fixed gltf export instructions per #1508 https://github.com/CadQuery/cadquery/pull/1523 |
| 21 | +* Fix VTK assembly render apply gp_Intrinsic_ZXY rotation https://github.com/CadQuery/cadquery/pull/1540 |
| 22 | +* Add cubic and quadratic Bézier curves to Workplane and Sketch https://github.com/CadQuery/cadquery/pull/1529 |
| 23 | +* Move DEFAULT_COLOR to vis https://github.com/CadQuery/cadquery/pull/1548 |
| 24 | +* radiusArc: due to float looseness the length computation can be sligh… https://github.com/CadQuery/cadquery/pull/1528 |
| 25 | +* Add support for 2D and 3D Wire fillet https://github.com/CadQuery/cadquery/pull/1549 |
| 26 | +* Fix union with None https://github.com/CadQuery/cadquery/pull/1560 |
| 27 | +* Describing the units of the result https://github.com/CadQuery/cadquery/pull/1570 |
| 28 | +* Read global element variable at creation time of the promise,… https://github.com/CadQuery/cadquery/pull/1566 |
| 29 | +* Fix units in toJSON https://github.com/CadQuery/cadquery/pull/1587 |
| 30 | +* Add shape and workplane support to the Workplane.eachpoint() function. Issue #1395 https://github.com/CadQuery/cadquery/pull/1578 |
| 31 | +* Fix crash on invalid faces https://github.com/CadQuery/cadquery/pull/1541 |
| 32 | +* Fixed font-related test error on some platforms https://github.com/CadQuery/cadquery/pull/1577 |
| 33 | +* Add support for closed path fillet to Wire.fillet() https://github.com/CadQuery/cadquery/pull/1573 |
| 34 | +* Return False on Vector comparison with non-Vector https://github.com/CadQuery/cadquery/pull/1610 |
| 35 | +* Get rid of nptyping https://github.com/CadQuery/cadquery/pull/1617 |
| 36 | +* Call SetLocation to set top Assembly Location https://github.com/CadQuery/cadquery/pull/1623 |
| 37 | +* sketch offset docs update https://github.com/CadQuery/cadquery/pull/1631 |
| 38 | +* fix: Transform order in subassembly https://github.com/CadQuery/cadquery/pull/1629 |
| 39 | +* Change Python REPL prompt from "$" to ">>>" https://github.com/CadQuery/cadquery/pull/1647 |
| 40 | +* Sketch and Workplane improvements https://github.com/CadQuery/cadquery/pull/1633 |
| 41 | +* Update Wire fillet docstring https://github.com/CadQuery/cadquery/pull/1630 |
| 42 | +* Make CadQuery examples browsable in PartCAD https://github.com/CadQuery/cadquery/pull/1669 |
| 43 | +* docs: Update install docs to Miniforge https://github.com/CadQuery/cadquery/pull/1682 |
| 44 | +* fix: Deduplicate objects with same color on step export https://github.com/CadQuery/cadquery/pull/1690 |
| 45 | +* Updated version specification for nlopt to try to resolve issues https://github.com/CadQuery/cadquery/pull/1718 |
| 46 | +* doc/quickstart.rst: Emphasis the right lines https://github.com/CadQuery/cadquery/pull/1724 |
| 47 | +* Set version in docs automatically from metadata https://github.com/CadQuery/cadquery/pull/1713 |
| 48 | +* Fix workplane cylinder center when generated using a custom direction https://github.com/CadQuery/cadquery/pull/1593 |
| 49 | +* Header cleanup https://github.com/CadQuery/cadquery/pull/1732 |
| 50 | +* Add TypeVar to deprecate_kwarg_name to preserve type information https://github.com/CadQuery/cadquery/pull/1733 |
| 51 | +* Docs cleanup https://github.com/CadQuery/cadquery/pull/1736 |
| 52 | + |
| 53 | +2.4.0 |
5 | 54 | ------
|
6 | 55 |
|
7 | 56 | ### Highlights
|
|
0 commit comments