From 8e81b722fef3dfb1155c33a65ca74f728c00f1d6 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 18 Nov 2016 16:26:58 +0800 Subject: Bump version to 0.3.0 * Major change to the Web UI. + The WebSocket is only used to push configurations and logging messages to the client; + The configuration manipulations and console operations are implemented using the AJAX techniques; + Modal box is used to notify the AJAX request results, therefore much better user experience. * Several bug fixes to the Web UI. * Minor improvements to the simulation parts. * TODO/problems: + The console task currently still blocks the Tornado IO loop! --- fg21sim/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py index b94ba8b..77d5902 100644 --- a/fg21sim/__init__.py +++ b/fg21sim/__init__.py @@ -7,7 +7,7 @@ Realistic Foregrounds Simulation for EoR 21cm Signal Detection """ __pkgname__ = "fg21sim" -__version__ = "0.2.0" +__version__ = "0.3.0" __author__ = "Weitian LI" __author_email__ = "liweitianux@live.com" __license__ = "MIT" -- cgit v1.2.2