From a1bbefec5c0508ebabd9b0fff2346b0230c29ae0 Mon Sep 17 00:00:00 2001 From: Joris Vos Date: Wed, 31 Mar 2021 08:59:08 +0200 Subject: [PATCH] New version: 0.2.0 Features: - Added support for Gaia EDR3, both for parallaxes and photometry - Added automatic calculation of parallax zero point offset based on Lindgren 2020 - Added functionality to integrate model atmosphere grids - Included transmission curves for most common photometric systems in the package Other: - Some code refactoring - Added some examples in the code to integrate atomspheric model grids Documentation: Still a work in progress. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2779bcb..f7f1616 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ ] setup( name="speedyfit", - version="0.1.4", + version="0.2.0", author="Joris Vos", author_email="joris.vos@uv.cl", description="MC approach to fit photometric SEDs",