From 0cb8a9d2f555ecf5f37ab7f375bdbc38f07a5d8a Mon Sep 17 00:00:00 2001 From: Joris Vos Date: Sat, 19 Feb 2022 16:48:04 +0100 Subject: [PATCH] New release: v0.2.2 Feature: Added more convenient option for the user to modify the photometry catalog files. The catalogs can now be copied to the SPEEDYFIT_MODELS directory and modified there by the user. Speedyfit will first look into that directory when looking for the catalogs files and only if it can't find them, it will use the catalogs shipped with the package. Bugfix: Fixed issue where the user had to add a trailing '/' to the SPEEDYFIT_MODELS env var. Now os.path.join is used to create filepaths so there is no issue on whatever system it is used. Docs: Some improvements in the documentation were made. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53ff3e9..be5f302 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ ] setup( name="speedyfit", - version="0.2.1", + version="0.2.2", author="Joris Vos", author_email="joris.vos@uv.cl", description="MC approach to fit photometric SEDs",