Commit a8efd58
committed
[1.3.41] 2025-07-22
🚨+ NEW PLUG-IN + 🚨
- Added a new `parameteroptimization` plug-in. Credit to Kyle Rizzo for developing this plug-in.
- Applied `.clang-format` to all source files. As such, there are a lot of small changes to many files in this commit.
- Converted the following plug-ins to use the doctest framework: `energybalance`, `photosynthesis`, `radiation`, `stomatalconductance`, `canopygenerator`, `leafoptics`, `lidar`, `planthydraulics`, `plantarchitecture`, `projectbuilder`, `voxelintersection`, `weberpenntree`, and `boundarylayerconductance`.
- Added `Context::listAllPrimitiveDataLabels()` and `Context::listAllObjectDataLabels()` methods to efficiently get a list of all primitive or object data labels that exist.
- Added `Context::showPrimitive()` and `Context::showObject()` methods to show a previously hidden primitive or object.
- Fixed an error in `Tube::scaleTubeGirth(float S)` where the stored radius value was not being updated (although the actual primitive geometry was).
- Split doctest tests into separate files for better organization.
- An error was corrected in `Context::cleanDeletedUUIDs(std::vector<std::vector<uint>> &UUIDs)` and `Context::cleanDeletedUUIDs(std::vector<std::vector<std::vector<uint>>> &UUIDs)`, which were checking for object IDs instead of primitive UUIDs.
- Modified inclined plate model code to fall back to purely free convection when wind speed is zero, rather than giving NaN.
- Re-factored the plug-in to streamline creation of new plant models in the library (see documentation).
- Functions for reading/writing of PNG and JPEG files have been removed from the Visualizer. Functions from the Context are now used instead, which reduces redundant code.
Co-authored by: Kyle Rizzo <[email protected]>1 parent 465c243 commit a8efd58
File tree
895 files changed
+193263
-131828
lines changed- .claude
- benchmarks
- energy_balance_dragon
- plant_architecture_bean
- radiation_homogeneous_canopy
- core
- include
- lib
- zlib
- src
- tests
- doc
- html
- search
- plugins
- aeriallidar
- include
- src
- boundarylayerconductance
- include
- src
- tests
- canopygenerator
- include
- src
- tests
- energybalance
- include
- src
- tests
- leafoptics
- include
- src
- tests
- lidar
- include
- src
- tests
- parameteroptimization
- build
- doc
- include
- src
- tests
- photosynthesis
- include
- src
- tests
- plantarchitecture
- doc
- include
- src
- tests
- planthydraulics
- src
- tests
- projectbuilder
- include
- BuildGeometry
- InitializeEnergyBalance
- InitializeRadiation
- src
- tests
- radiation
- include
- src
- tests
- solarposition
- include
- src
- tests
- stomatalconductance
- include
- src
- tests
- syntheticannotation
- include
- src
- visualizer
- include
- src
- tests
- voxelintersection
- include
- src
- tests
- weberpenntree
- include
- src
- tests
- samples
- aeriallidar_selftest
- boundarylayerconductance_selftest
- canopygenerator_selftest
- canopygenerator_vineyard
- context_selftest
- context_timeseries
- energybalance_StanfordBunny
- energybalance_selftest
- leafoptics_selftest
- lidar_selftest
- parameteroptimization_selftest
- build
- photosynthesis_selftest
- plantarchitecture_selftest
- planthydraulics_selftest
- projectbuilder_selftest
- radiation_StanfordBunny
- radiation_selftest
- solarposition_selftest
- stomatalconductance_selftest
- syntheticannotation_selftest
- tutorial0
- tutorial11
- tutorial12
- tutorial1
- tutorial2
- tutorial5
- tutorial7
- tutorial8
- visualizer_selftest
- visualizer
- voxelintersection_selftest
- weberpenntree_orchard
- weberpenntree_selftest
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
895 files changed
+193263
-131828
lines changedWhitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | | - | |
3 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
4 | 16 | | |
5 | 17 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
9 | 68 | | |
10 | 69 | | |
11 | 70 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
54 | 52 | | |
| 53 | + | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | | - | |
| 77 | + | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
104 | 103 | | |
105 | 104 | | |
106 | 105 | | |
107 | | - | |
108 | | - | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | | - | |
| 56 | + | |
54 | 57 | | |
55 | | - | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
22 | 59 | | |
23 | 60 | | |
24 | 61 | | |
| |||
0 commit comments