From ee5798429d845304d27273bdc2c3a6cd501faa2d Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Fri, 19 Nov 2021 14:56:45 -0600 Subject: [PATCH] Prepare version 0.2.0 release notes --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index c25ebbd..2969ab0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,2 +1,10 @@ +# Version 0.2.0 +- Add notebook with the number of trainable parameters in each model +- Add notebook showing how to visualize the latent space of a model with UMAP +- Add notebook and code for GB1 sequence design and corresponding outputs +- Add notebook and support for mutation- and position-based data splits +- Add additional data splits: main experiment replicates, reduced training set sizes, mutation extrapolation, position extrapolation +- Update conda environments + # Version 0.1.0 Initial release