This release aims to fix bugs from the previous releases and to address functionality gaps from v2.6.0.
Important
To build/release Atlas now, you must use npm which is part of NodeJS. Once you have cloned the Atlas repository, run the following command from root of the Atlas directory:
npm run build
Then copy all of the files from the Atlas repo to your web server - the node_modules
folder is now required to resolve all JavaScript dependencies.
New Features
- Characterizations
- Added the ability to add one or more strata to a characterization
- Provides the ability to export cohort characterization results to CSV
- Added the ability to cancel generation of a characterization
- Added a threshold for retrieving cohort characterization results to improve reliability of the results page loading (default is prevalence > 0.01)
- Estimation & Prediction
- Added ability to import/export specifications for transport between ATLAS environments
- Updated utilities tab to provide more guidance to review study choices and to download the R study package
Fixes
There were nearly 150 issues closed in this release and so we've broken them down by functional group:
- Characterizations fixes
- Cohort definition fixes
- Data Sources fixes
- Estimation fixes
- Prediction fixes
Here is the full list of issues closed in the 2.7 release
Acknowledgements
Thanks to @pavgra , @johnSamilin , @aklochkova, @chrisknoll, @wivern, @fdefalco, @mpozhidaeva, @vlbe for their contributions and reviews as part of this release.