Google Code Exporter

Results 11117 issues of Google Code Exporter

``` The tree plotting and colouring algorithms use a recursive strategy. The issue with this is that large trees will incur deep recursion and any associated overheads. Linearising the algorithm...

enhancement
auto-migrated

``` The MPD and MNTD indices are calculated using a single calc. Often, however, users will only want one or the other. The same goes for the NRI/NTI calcs. There...

enhancement
auto-migrated

``` The randomisations currently support the export of the PRNG state (initial and current). It would be useful to generalise this so any object that has PRNG states can export...

auto-migrated
Priority-Medium
Type-Enhancement
randomisations

``` A useful randomisation, which is essentially a cross-validation approach, is to randomly delete some subset of labels from the cloned basedata, and then assess how stable the analysis results...

enhancement
auto-migrated
randomisations

``` It would be useful to add a randomisation that merely moves the labels to an adjacent group, rather than to any group. Possibly this should be an argument for...

auto-migrated
Priority-Medium
Type-Enhancement
randomisations

``` What steps will reproduce the problem? 1. Start Biodiverse (the exe version) using a cp936 locale What is the expected output? What do you see instead? It should run,...

Type-Defect
auto-migrated
Priority-Medium
GUI
locale

``` The numeric locale is a source of grief for some users, as valid numbers in one locale will be invalid in others. The system prints the locale to the...

auto-migrated
Priority-Medium
Type-Enhancement
GUI
locale

``` The recycling in Spatial.pm currently identifies which groups can be recycled into and then applies the results accordingly. If we ever get parallel processing going (which we should) then...

enhancement
auto-migrated
Priority-Medium
parallelisation

``` We need to add a config file to control extensions, default values and the like. IOD looks to be useful as it is more easily hand-edited than YAML or...

auto-migrated
Priority-Medium
Type-Enhancement

``` The calculations system currently requires that a basedata ref is set in all cases. It would be more generic if basedata_ref were set as a required arg for those...

enhancement
auto-migrated
Priority-Medium