Age | Commit message (Expand) | Author |
2018-09-18 | Performance metrics | Pjotr Prins |
2018-09-18 | Disable nan checking with no-check | Pjotr Prins |
2018-09-18 | Added profiling and build instructions | Pjotr Prins |
2018-09-15 | Using Guix container to build with gcc and clang | Pjotr Prins |
2018-09-15 | Remove noisy batch_compute message | Pjotr Prins |
2018-09-15 | README: update | Pjotr Prins |
2018-09-07 | Matrices positive definite issues | Pjotr Prins |
2018-09-06 | Show warning on some unused matrices | Pjotr Prins |
2018-09-06 | Fix travis error | Pjotr Prins |
2018-09-06 | Sometimes a value gets negative zero causing a NaN on the sqrt.•••Closes #61
| Pjotr Prins |
2018-09-06 | More debugging and a performance check | Pjotr Prins |
2018-09-06 | More debugging info and raise SIGINT instead of exit | Pjotr Prins |
2018-09-06 | Further debugging | Pjotr Prins |
2018-09-01 | CalcPab notes | Pjotr Prins |
2018-08-31 | More testing | Pjotr Prins |
2018-08-31 | Improving readability | Pjotr Prins |
2018-08-31 | Continue debugging calcpab | Pjotr Prins |
2018-08-30 | Debugging calcPab | Pjotr Prins |
2018-08-26 | More value checking and bounds checking | Pjotr Prins |
2018-08-26 | Make sure tau_inv is initialized outside loop - gets rid of compiler warning | Pjotr Prins |
2018-08-26 | debug: feenableexcept can be disabled using legacy mode | Pjotr Prins |
2018-08-25 | debug: feenableexcept for MacOS and limit to Intel x64 machines | Pjotr Prins |
2018-08-25 | Number format checking in strict mode. Also fixes #149 | Pjotr Prins |
2018-08-25 | Added remarks | Pjotr Prins |
2018-08-25 | segfpe handling | Pjotr Prins |
2018-08-25 | Added a test for LM | Pjotr Prins |
2018-08-25 | eigenvalues: some error checking added | Pjotr Prins |
2018-07-27 | Add floating point hardware checking for Intel on GNU compilers•••When using the -check function (the default) it is enabled for Kinship
computation and LM/LMM up to individual SNP computation. This means
there can no longer be NaN values for matrices that are reused for every
SNP, but it is possible to have NaN for individual SNPs.
Fixes #161
| Pjotr Prins |
2018-07-26 | Unittest: added test for forcing and catching floating point errors (this works) | Pjotr Prins |
2018-07-14 | Guix: add more build information to the final binary | Pjotr Prins |
2018-07-14 | - Guix Makefile added RPATH•••- Added performance metrics in ./test/performance
| Pjotr Prins |
2018-07-14 | Guix: added GUIX flag to automate make settings. Added DAG of dependencies | Pjotr Prins |
2018-07-13 | GNU Guix build system | Pjotr Prins |
2018-06-29 | Fix conflict | Pjotr Prins |
2018-06-29 | Merge branch 'master' of github.com:genetics-statistics/GEMMA | Pjotr Prins |
2018-06-15 | explain how to deal with population stratification in the reference panel | xiangzhou |
2018-06-10 | Merge pull request #151 from Dybian/patch-1.•••Typo: sepcified -> specified. | Peter Carbonetto |
2018-06-05 | Typo: sepcified -> specified | Dylan Aïssi |
2018-05-02 | doc: data-munging | Pjotr Prins |
2018-03-06 | Added link to RCC workshop. | Peter Carbonetto |
2018-03-01 | Merge pull request #139 from DannyArends/minGW_R•••Added support to build GEMMA using the Rtool chain in Windows (x64). | Peter Carbonetto |
2018-03-01 | Early morning extra fwd slash failure, fixed in this commit | DannyArends |
2018-03-01 | Trying to fix the -isystem/ failure of travis | DannyArends |
2018-02-28 | Compilation instruction for GEMMA using the R-toolchain under windows | DannyArends |
2018-02-28 | Makefile changes, to compile under windows | DannyArends |
2018-02-28 | MinGW mkdir function doesn't allow for S_IRWXU, params | DannyArends |
2018-02-28 | renamed import io.h to gemma_io.h | DannyArends |
2018-02-28 | io.h is a std lib function for MinGW64, renamed it to gemma_io.h | DannyArends |
2018-02-28 | Windows compilation paths, and restructuring the -isystem | DannyArends |
2018-02-28 | OS detection, and version script generator selection via VGEN | DannyArends |