Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
what_is_new_8_13_0 [2026/08/17 18:51] hermann |
what_is_new_8_13_0 [2026/08/31 19:15] (current) hermann Fix incorrect claim that negated search patterns existed since 8.12.0; the whole feature (including the projection editor) was added within the 8.13.0 cycle. |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| * Fixed a typo in the documentation of the elevation graph utility functions. | * Fixed a typo in the documentation of the elevation graph utility functions. | ||
| + | |||
| + | * Fixed the output port descriptions of **[[find_elevation_graph_bases|Find Elevation Graph Bases]]**, **[[find_elevation_graph_paths|Find Elevation Graph Paths]]**, and **[[get_elevation_graph_tops_and_bases|Get Elevation Graph Tops And Bases]]**, which were reporting the wrong table format. | ||
| ---- | ---- | ||
| Line 27: | Line 29: | ||
| ===== 3. Search improvements ===== | ===== 3. Search improvements ===== | ||
| - | * **Negated search patterns** — prefixing a search term with the ''!'' character now excludes matching results. This was already supported by the Functor Library, Explorer Panel, Issue Panel, and Submodel Manager since [[what_is_new_8_12_0|8.12.0]], and is now also supported by the search fields of the projection editor. | + | * **Negated search patterns** — prefixing a search term with the ''!'' character now excludes matching results, supported by the Functor Library, Explorer Panel, Issue Panel, Submodel Manager, and the search fields of the projection editor. |
| ---- | ---- | ||
| Line 48: | Line 50: | ||
| * A test case covering concurrent Python dispatch was added. | * A test case covering concurrent Python dispatch was added. | ||
| + | |||
| + | * **Number Map support removed** — [[calculate_python_expression|Calculate Python Expression]] no longer accepts a Number Map input; the corresponding option was also removed from the functor's context menu in the GUI. | ||
| ---- | ---- | ||
| Line 100: | Line 104: | ||
| * Code cleanup: avoided a brace-init overload ambiguity in the functor factory by accepting ''std::initializer_list''. | * Code cleanup: avoided a brace-init overload ambiguity in the functor factory by accepting ''std::initializer_list''. | ||
| + | |||
| + | * **CalcHilltop** — the functor is now deprecated. | ||
| + | |||
| + | * Fixed a bug where the execution of a container could still create individual tasks for its internal functors even when the container's local granularity was set to 1. | ||
| + | |||
| + | * Updated the documentation of the functors in the Coupling, Simulation, Region, Calibration, Validation, Table, Image, and Prim plugins to be consistent with their implementation. | ||
| ---- | ---- | ||