aboutsummaryrefslogtreecommitdiff
path: root/gn3/api/correlation.py
AgeCommit message (Expand)Author
2024-06-12fix: use current_app's logger to log db errorsJohn Nduli
2023-04-06Remove deprecated `gn3.db_utils.database_connector` functionFrederick Muriuki Muriithi
2022-07-28Add command to run the sample correlations in an external processFrederick Muriuki Muriithi
2022-05-24Run partial correlations with external scriptFrederick Muriuki Muriithi
2022-05-24New script to compute partial correlationsFrederick Muriuki Muriithi
2022-05-21Fix linting errorsFrederick Muriuki Muriithi
2022-05-16Run computation in one-shot asynchronous processFrederick Muriuki Muriithi
2022-05-06Fix linting and typing errorsFrederick Muriuki Muriithi
2022-05-06Hook up pcorrs with target traits computationsFrederick Muriuki Muriithi
2022-03-30Revert "Run json.loads on request.get_json, since request.get_json was just r...Frederick Muriuki Muriithi
2022-03-28Run json.loads on request.get_json, since request.get_json was just returning...zsloan
2022-03-11Fix some linting issuesFrederick Muriuki Muriithi
2022-03-08Fix tests, and issues caught by testsFrederick Muriuki Muriithi
2022-03-08Create database connections within context managersFrederick Muriuki Muriithi
2022-03-03Run partial correlations in an external processFrederick Muriuki Muriithi
2022-02-21Fix a myriad of linter issuesFrederick Muriuki Muriithi
2022-02-18Test partial correlations endpoint with non-existent primary traitsFrederick Muriuki Muriithi
2022-02-17Test partial correlations endpoint with missing data in POST requestFrederick Muriuki Muriithi
2022-01-10Convert NaN to NoneFrederick Muriuki Muriithi
2021-12-24Replace `NaN` with `null` in JSON stringFrederick Muriuki Muriithi
2021-12-24Encode the data to JSON and set the status codeFrederick Muriuki Muriithi
2021-12-24Add API endpoint for partial correlationsFrederick Muriuki Muriithi
2021-12-17Add API endpoint for partial correlationsFrederick Muriuki Muriithi
2021-08-18Fix obvious linting errorsMuriithi Frederick Muriuki
2021-08-11use normal function for correlation (#34)Alexander Kabui
2021-04-16benchmark normal function for sample rAlexander Kabui
2021-04-15optimization for sample correlationAlexander Kabui
2021-04-12fix merge conflictAlexander Kabui
2021-04-12Integrate correlation APIAlexander Kabui
2021-04-06fix DocstringsAlexander Kabui
2021-03-16delete unwanted correlation stuff (#5)Alexander Kabui
2021-03-16Refactor/clean up correlations (#4)Alexander Kabui
2021-03-15Apply pep-8 formattingBonfaceKilz
2021-03-13Correlation api (#2)Alexander Kabui