From 30487211beca87da37a00a4c89e438c42dabe6f6 Mon Sep 17 00:00:00 2001
From: Aaron LI <aaronly.me@outlook.com>
Date: Tue, 13 Dec 2016 20:34:28 +0800
Subject: Bump to version 0.4.1 with important bug fixes

* Fix two serious bug in "utils/draw.py", which causes the generated
  ellipses are wrong (like rectangles), and thus leads to wrong
  simulation shapes for SNRs, clusters, etc.

* Also clean up "utils/draw.py" by merging the "_ellipse_in_shape()"
  function into "ellipse()".

* Update "galactic/snr.py" to use the JIT-optimized "Fnu_to_Tb_fast()"
  function.

* Other small changes/updates.
---
 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 f4d45b4..059fd44 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.4.0"
+__version__ = "0.4.1"
 __author__ = "Weitian LI"
 __author_email__ = "liweitianux@live.com"
 __license__ = "MIT"
-- 
cgit v1.2.2