Skip to content

Commit

Permalink
New release: v0.2.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Joris Vos committed Feb 19, 2022
1 parent b428cb0 commit 0cb8a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0cb8a9d

Please sign in to comment.