From 26bdd9a483a95f8d6cfc6949b6fd2b1a95ed1958 Mon Sep 17 00:00:00 2001 From: liadomide Date: Wed, 29 Apr 2020 23:40:55 +0300 Subject: [PATCH] TVB-2652 Prepare summary Release Notes for 2.0 and 2.1 --- tvb_documentation/RELEASE_NOTES | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/tvb_documentation/RELEASE_NOTES b/tvb_documentation/RELEASE_NOTES index 3bd5edf48b..18839595b2 100644 --- a/tvb_documentation/RELEASE_NOTES +++ b/tvb_documentation/RELEASE_NOTES @@ -1,3 +1,28 @@ +====================================================================================================================================== + The Virtual Brain (TVB) + Version: 2.1 - build 10*** + Release Date: ** June 2020 + Description: TVB_Distribution with Python 3 +====================================================================================================================================== + * Add a REST API (server in tvb-framework and tvb-rest-client separately) + * Make tvb-framework code also compatible with Python 3 and Neo-Traits + * Use Jinja instead of Genshi for tvb web GUI + * Improve the Simulator page + * CFF import was removed + * tvb-contrib is a package on Pypi + +====================================================================================================================================== + The Virtual Brain (TVB) tvb-library + Version: 2.0 - build 8898 + Release Date: 16 Oct 2019 + Description: New Traits. Python 3 +====================================================================================================================================== + * Make our library code compatible with Python 3 + * Fully refactor Traited system, by splitting the aspects of: types, storage, indexing, web GUI + * Slightly change DataTypes API in accordance to neotraits + * Review library dependencies, and make few of them only optional + * Drop some functionality from library Analyzers, move part to the framework + ====================================================================================================================================== The Virtual Brain (TVB) tvb-library Version: 1.5.9 - build 8865