|
1 | | -$Id: //main/2019/qhull/src/Changes.txt#85 $$Date: 2023/01/09 $ |
| 1 | +$Id: //main/2019/qhull/src/Changes.txt#86 $$Date: 2024/07/22 $ |
2 | 2 |
|
3 | 3 | .............This file lists all changes to qhull and rbox..................... |
4 | 4 |
|
@@ -45,9 +45,21 @@ Qhull 2.0 (1994-1995) |
45 | 45 | ================== |
46 | 46 | == Qhull 2018-2023 |
47 | 47 | ================== |
| 48 | +Qhull 8.1-alpha4 GitHub 2024/07/21 |
48 | 49 |
|
49 | | -next release |
| 50 | +Build changes |
| 51 | +- CMakeLists.txt: properly express dependency of qhullcpp to qhullstatic_r [SpaceIm, M. Valgur #128] |
| 52 | +- qhull-exports.def,*.def: Add DATA after qh_version and qh_version2 [B. Sanders #139] |
| 53 | +- other symbols in *.def are CODE symbols exported to Windows |
| 54 | + |
| 55 | +Documentation changes |
50 | 56 | - qconvex,qhalf.htm: OFF format 'o' is points instead of vertices [B. Guang #134] |
| 57 | +- libqhull_r.h,global_r,merge_r.c: Change Q15-check-duplicates to 'Q17' as coded [djerius #140] |
| 58 | +- libqhull.h,global,merge.c: Change Q15-check-duplicates to 'Q17' as coded (pre-Q2019.0.1) |
| 59 | +- qconvex_r,qdelaun_r,qhalf_r,unix_r,qvoronoi_r.c::hidden_options: Change Q15 to Q17 |
| 60 | +- qconvex,qdelaun,qhalf,unix,qvoronoi.c::hidden_options: Change Q15 to Q17 |
| 61 | +- Qhull::s_not_output_options: Change Q15 to Q17 |
| 62 | +- q_test-ok.txt,qh-code,qh-optq,qh-quick,qhull.htm,qhull.man,qhull.txt: Change to Q17 |
51 | 63 |
|
52 | 64 | ------------ |
53 | 65 | Qhull 8.1-alpha3 GitHub 2023/01/02 |
@@ -427,7 +439,7 @@ Qhull options |
427 | 439 | - New option 'Tf': flush after qh_fprintf for debugging segfaults |
428 | 440 | - New experimental option 'Q14-merge-pinched-vertices': merge pinched vertices due to dupridge |
429 | 441 | Excessive merging leads to additional topological and wide facet errors |
430 | | -- New experimental option 'Q15-check-duplicates': check for duplicate ridges with the same vertices |
| 442 | +- New experimental option 'Q17-check-duplicates': check for duplicate ridges with the same vertices |
431 | 443 | - Option 'Q1' merges by mergetype/angle instead of mergetype/distance, coplanar merges first |
432 | 444 | In 2015.2 by default, Qhull merged by mergetype/angle with lower angles first |
433 | 445 | - Option 'TP-1' turns on tracing after qh_buildhull and qh_postmerge |
|
0 commit comments