shawnlaffan
shawnlaffan
Internal links to anchors in pages generated using recent versions of nytprofhtml go to an offset position in the page. The offset varies, and can be above or below. It...
This PR changes the default pp unpack directory under Windows to be in the user's %LOCALAPPDATA% directory, following discussions in and around https://rt.cpan.org/Public/Bug/Display.html?id=132811#txn-1902197 The system could alternately unpack under ```%LOCALAPPDATA%/Programs```....
OS: Windows 10 GeoDa version: 1.20.8 (latest) The lines below in the installer script set the GDAL and Proj environment variables in the system registry, globally. These can then impact...
```https://spatial.uchiago.edu/``` should be ```https://spatial.uchicago.edu/``` https://github.com/GeoDaCenter/geoda/blob/f46340390f87662b74aaebeb00ab07ae97458885/BuildTools/windows/installer/64bit/GeoDa.iss#L4-L6
The CANAPE protocol is one of the things Biodiverse is most used for. CANAPE is a compound method that requires certain indices and a set of randomisations, which is why...
This behaviour was disabled in work for #817 but it would be useful to have as an option in the drop down list.
BiodiverseGUI.pl has a large if-block for the gdk-pixbuf directories when run under PAR on macos. This is better out of the way in a package, as then it can be...
Often when trimming a tree the resultant tree can have "knuckle" nodes. These are where a branch will have only a single child subtending from it. In many cases these...
The tree import process uses a "keep trying until it passes" system, where failures need to be flagged as particular exception types. This works but can slow things down if...
Extracted from to do list for #761 but has more general application. Use a def query to speed up analyses. Target basedata might be a very small subset of the...