Difference between revisions of "Sandbox"

From Heureka Wiki
Sandbox
Jump to navigation Jump to search
 
(161 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Release notes 1.9.9
+
{{DISPLAYTITLE:sandbox}}
 +
 
 +
<syntaxhighlight lang="python" line='line'>
 +
def quickSort(arr):
 +
less = []
 +
pivotList = []
 +
more = []
 +
if len(arr) <= 1:
 +
return arr
 +
else:
 +
pass
 +
</syntaxhighlight>
 +
 
 
<!--
 
<!--
{{Languages}}
+
{{#ask:
[[Category:Release]]
+
[[Category:Variables]]
[[Release date::2013-08-27]]
+
| ?VariableUnit = Unit
 +
| ?VariableDescription = Description
 +
| mainlabel = Name
 +
}}
 
-->
 
-->
==Summary==
 
This is a upgrade with some bug fixes of the treatment program generator in PlanWise, and some database functions that minimizes disk usages and simplifies database management.
 
  
==New features ==
+
==Bug fixed since version 2.8.0==
*Planned for the upcoming version 2.0 later this autumn, a test version of an automatic installation of SQL Server Express is available. You can reach this function via menu Help:
+
<mantis>
[[File:InstallSQLServerExpress.png|none|250px|thumb]]
+
status = resolved, closed
*Database files are automatically cleaned up after simulations in PlanWise and RegWise, and when opening projects. This minimizes disk space usage.
+
fixed_in_version = 2.9.3
*You can remove unused databases from within the programs (instead of using SQL Server Management Studio), via menu Data Management > Data Removal > Remove Database (Datahantering > Ta bort data > Ta bort databas).
+
show = id,category, summary, fixed_in_version, updated, resolution
[[File:RemoveDatabase.png|none|500px|thumb]]
+
</mantis>
  
==Bug fixes ==
+
English [[Image:Feed-icon.png]]
*Parameter "Final Felling Period Min" in PlanWise has not been working as intended (it had no effect). This has been fixed.
+
{{#ask:[[Category:Release]] [[newsdate::+]]
'The calibration of tree heights using species-wise input data from a stand register has been faulty since version 1.9.7, but is now fixed. Avoid entering species-wise mean heights in the stand register if they are unknown, it is better to only enter a stand-level mean height in that case. In other words, you should not enter the same values as the stand-level value just to fill in the columns, leave them empty instead. *The calibration of tree heights for overstorey trees is also fixed, so that it is done separately from other trees.
+
|?newsdate=
*Import templates for plot and tree data has been updated ([ftp://salix.slu.se/download/Heureka/ImportTemplates/TreeListTemplate.xlsm (TreeListTemplate.xlsm]), and column descriptions improved. This template now also contains the sheet TreatmentProposals (same as used in the stand register data template).
+
|sort=newsdate
 +
|order=desc
 +
|date=newsdate
 +
|format=feed
 +
|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 -->