You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/NEWS.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@ in this website for convenience but do not keep track of updates to those
8
8
packages, so please check their (more detailed) individual documentation
9
9
sites and Github repositories.
10
10
11
+
# VPL 1.0.2
12
+
13
+
- VPL now supports creating spheres, spheroids and ellipsoids with the primitive
14
+
constructors `Ellipsoid` and `Ellipsoid!`. Please consult documentation for details.
15
+
16
+
# Ecophys 0.1.2
17
+
18
+
Bug fixes and improve test suite (output will change stomatal conductance, gs, when using both C3 and C4 models, no changes to API).
19
+
20
+
- Switch to solving for Ci and then calculate gs inside the analytical functions of C3 and C4 photosynthesis instead of solving for gs directly (this was causing wrong values of gs).
21
+
22
+
- Add a bunch of tests to better verify several properties of response curves of CO2 assimilation and stomatal conductance.
23
+
11
24
# VPL 1.0.1
12
25
13
26
- All functions across all VPLcore packages and SkyDomes.jl now use angles in
0 commit comments