Project

General

Profile

Feature #1049

Updated by Alexander Watzinger over 4 years ago

After the new stable release of Linux/Debian 10 (Buster) we will update OpenAtlas to use newer libraries, mainly: 

 * Python from 3.5 to 3.7 
 * Flask from 0.12 to 1.0 
 * PostgreSQL from 9.6 to 11.4 
 * PostGIS from 2.3 to 2.5 

 The release will take some time because the newer versions including related packages have to be installed on servers, the application has to be adapted and thoroughly tested. 

 Since the changes will involve also server upgrades the major OpenAtlas version will be raised to 4.0.0 

 To make use of newer features available in Python 3.7 the code base will be rewritten, e.g. 

 * Use of path libs to make OpenAtlas Windows installations possible  
 * More validations with "MyPy":https://mypy.readthedocs.io/en/latest/ to raise code quality and readability 
 * Dictionaries now keep the order of insertions so no need to use OrderedDict anymore which allows for cleaner code 

 The release date is difficult to estimate at this point but we aim for the end of 2019. 

Back