Google Code Exporter
Google Code Exporter
``` In some cases it is useful to be able to access the spatial conditions objects. In this way the development of distance based indices becomes possible, thus allowing geographic...
``` The code repository has perl at the top level, with any other folder also existing at that level. Projects like Strawberry Perl have top level folders for perl, c,...
``` Label and group properties are currently attached to the basedata, meaning they cannot be changed once used in an analysis. It would be better to make them "first class"...
``` Changes under issue 82 supported the import of sparse matrices (tables where there is one value per row). These do no support cases where a GDM style format is...
``` Matrix building is currently a linear process on a single core. It should be possible to parallelise it using MCE, with prediction of existing elements done using binary searches...
``` Could you offer an option in view clusters, to colour the clusters in ordination space. This rendering is often used for GDM model results. So from a dissimilarity matrix...
``` The endemism calculations currently use the label range property if it is set. However, they should also use an area (or range) property if set for the groups. This...
``` The shadow matrix is used in clustering as a final combination of all members across all matrices used in clustering when more than one matrix is specified. This means...
``` Quick hack for QT on line 4413: scope_or_label_pattern = r'\s*(\w+|private slots)\s*:\s*\\?$' ``` Original issue reported on code.google.com by `[email protected]` on 7 Apr 2015 at 1:43 Attachments: - [cpplint.py.patch](https://storage.googleapis.com/google-code-attachments/google-styleguide/issue-43/comment-0/cpplint.py.patch)
astylerc
``` Could someone upload a .astylerc configured for Google Style? This could help a lot of command line users ensure Google Style, who don't use Eclipse/IntelliJ. ``` Original issue reported...