Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
what_is_new_8_13_0 [2026/08/17 18:51] hermann |
what_is_new_8_13_0 [2026/08/27 19:19] (current) hermann Document new commits since v8.12.0: elevation graph port-description fixes, CalculatePythonExpression Number Map removal, CalcHilltop deprecation, container granularity fix, and plugin documentation updates. |
||
|---|---|---|---|
| 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 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. | ||
| ---- | ---- | ||