From a9f3b53680a5bb1e6cb2c57e7100193f7394e67b Mon Sep 17 00:00:00 2001 From: Sangram Keshari Sahu Date: Fri, 19 Feb 2021 13:58:37 +0530 Subject: [PATCH] v0.01 release --- DESCRIPTION | 9 ++++----- NEWS.md | 9 +++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 286365f..0e59055 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,11 @@ Package: cloudos Title: R Client Library for CloudOS -Version: 0.0.0.9000 +Version: 0.01 Authors@R: - person(given = "Lifebit", - family = "Biotech", + person(given = "Sangram Keshari", + family = "Sahu", role = c("aut", "cre"), - email = "first.last@example.com", - comment = c(ORCID = "YOUR-ORCID-ID")) + email = "sangram@lifebit.ai") Description: The 'CloudOS' client library for R makes it easy to interact with CloudOS in the R environment for analysis. License: MIT + file LICENSE diff --git a/NEWS.md b/NEWS.md index 92d5c34..17cfea4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +# cloudos 0.01 + +* Phenotypic plot improvement and bug fixes #9 +* Adds phenotypic filter discovery, query and apply. `cb_search_phenotypic_filters()`, `cb_filter_metadata()`, `cb_get_filter_statistics()`, `cb_apply_filter()` and also support for multiple phenotypic filter apply. #13 +* Improvements to API error error handling and message though `httr::stop_with_status()` #21 +* Adds functionality to get participants table based on saved columns instead of default columns. #25 +* Adds filtering for genotypic filtering #26 +* Refactor of cloudos config access #27 + # cloudos 0.0.0.9000 * First complete set of cb_* functions for Cohort Browser endpoints