From c26aa54d45d9ae089e65f046ec06b4e21ca6d166 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 26 Nov 2016 18:18:29 +0800 Subject: Bump to version 0.4.0 * Add "products.py" to build the products manifest and manage the simulation products * Finished the "Products" section (original named "Results") for the Web UI * Fix several client-side bugs, now the Web UI works well on Edge and IE v11 * Tune the Web UI styles and layouts * Significantly improved the README.rst * Add the "docs/" with a simple guide and example and test configuration files * Host the required input templates and catalogs on M$ OneDrive, and generate the "data-manifest.json" manifest * Implement the "bin/fg21sim-download-data" to automatically download the required data --- fg21sim/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim') diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py index 77d5902..f4d45b4 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.3.0" +__version__ = "0.4.0" __author__ = "Weitian LI" __author_email__ = "liweitianux@live.com" __license__ = "MIT" -- cgit v1.2.2