Difference between revisions of "Sandbox"

From Heureka Wiki
Sandbox
Jump to navigation Jump to search
 
(289 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Version 1.0.6
+
{{DISPLAYTITLE:sandbox}}
  
==Release notes==
+
<syntaxhighlight lang="python" line='line'>
 +
def quickSort(arr):
 +
less = []
 +
pivotList = []
 +
more = []
 +
if len(arr) <= 1:
 +
return arr
 +
else:
 +
pass
 +
</syntaxhighlight>
  
====New features====
+
<!--
*The [[Report Builder]] (PlanWise and RegWise) has been modified so that you can put more than one condition when computing sums and average values.
+
{{#ask:
?
+
[[Category:Variables]]
*Report variables can now be weighted. For example, making a report of mean harvest diameter is preferably weighted to volume harvested. (lank)
+
| ?VariableUnit = Unit
?
+
| ?VariableDescription = Description
*Support for a third optimization problem solver called SCIP/Soplex is added. This solver is more efficient than LPSolve, especially for solving MIP problems (but less efficient than CPLEX). The solver itself is not distributed but must be obtained by the user. It is free for academic use. For non-academic use a commercial license is required. See [[http://scip.zib.de/download.shtml]] for further details on how to get the solver, and Optimization#SCIP on how to run it with PlanWise.
+
  | mainlabel = Name
*StandWise now supports automatic generation of even-aged, continuous cover, and unmanaged (previously it was only possible to autogenerate even-
+
}}
*Additional rules for unconditional final felling and thinning have been implemented in RegWise.
+
-->
*When management system is set to "Continuous cover forestry" (in PlanWise), several alternatives can be generated for a stand by varying the timing of harvest periods.
 
  
====Bug fixes and improvements====
+
==Bug fixed since version 2.8.0==
*The calculation of dominant height has been modified. This may lead to that you obtain different thinning regimes in this version.
+
<mantis>
*An error had been corrected in the computation of "Lowest final felling age" (Lägsta slutavverkningsålder,
+
status = resolved, closed
*The import utility for stand registers has been modified and is less error-prone (but not fool-proof!) thanks to some new functions:
+
fixed_in_version = 2.9.3
**Species proportion are always normalized so it does not matter whether the user has entered percentage or fractions.
+
show = id,category, summary, fixed_in_version, updated, resolution
**Species-wise stem densities are calibered to match total stem densities.
+
</mantis>
**Latitude is not required if coordinates are supplied.
 
**StandID is now a text string allowing longer StandID. MapID and SubStandID are no longer in use.
 
*Simulation of tree list from stand register data has been improved so that simulated data better match input data.
 
  
==Known issues==
+
English [[Image:Feed-icon.png]]
*Stand age will be underestimated for young stand plantations with a mean height less than 1 m. In this case, the system will consider these stands as bare land and regenerate them, despite they may already be established. The problem occurs when you have entered data with the [[Import of stand register/sv|Import Stand Register]] utility, and but not entered regeneration method and year for young stands. The problem is solved if you enter a plantation year and method for all stands that are have a mean height less than 1 m.
+
{{#ask:[[Category:Release]] [[newsdate::+]]
*In RegWise, there is no harvesting in the first period.
+
|?newsdate=
 
+
|sort=newsdate
==New wiki-pages==
+
|order=desc
*Description of stand register import in Swedish: [[Importera beståndsregister]]
+
|date=newsdate
*Overview of report variables: [[Result_Variables]]
+
|format=feed
*Example of how to create reports: [[Report_Builder]]
+
|type=rss
 +
|searchlabel= RSS
 +
}}
 +
-->

Latest revision as of 15:32, 6 December 2017


1def quickSort(arr):
2	less = []
3	pivotList = []
4	more = []
5	if len(arr) <= 1:
6		return arr
7	else:
8		pass


Bug fixed since version 2.8.0

Id Category Summary Fixed_in_version Updated Resolution
0000160 Map Exception when exporting result map 2.9.3 2017-12-06 fixed
0000155 Report generator Add height class diagram type to StandWise 2.9.3 2017-12-06 fixed
0000159 TPG NC-areas created during rerun of simulation do not get added to the optimization 2.9.3 2017-12-06 fixed
0000158 Map plugins Plugin for creating varying-width bufferzones based on water protection classification gives unexpected results 2.9.3 2017-12-06 fixed
0000162 TPG DeadWoodData initial distribution incorrectly calculated 2.9.3 2017-12-06 fixed
0000156 Report generator Improve design of histograms in StandWise 2.9.3 2017-12-06 fixed
0000163 Other Excel process remains running after program is closed 2.9.3 2017-12-06 fixed


English Feed-icon.png RSS -->