Releases: vosjo/speedyfit
v0.2.6
New Release: v0.2.6
Feature:
- Switch from GAIA EDR3 to GAIA DR3
Bugfixes:
- Make code compatible with python 3.12
- Fixes issues with the newest release of astroquery which returns different keywords for coordinate searches and some photometry catalogs.
Docs:
- Added documentation on how to add new passbands to an integrated atmosphere grid.
- Update photometry catalogs with GAIA DR3 information.
v0.2.5
New Release: v0.2.5
Feature:
- Switch from GAIA EDR3 to GAIA DR3
Bugfixes:
- Make code compatible with python 3.12
- Fixes issues with the newest release of astroquery which returns different keywords for coordinate searches and some photometry catalogs.
Docs:
- Added documentation on how to add new passbands to an integrated atmosphere grid.
- Update photometry catalogs with GAIA DR3 information.
v0.2.4
New release: v0.2.4
Bugfixes:
- fixed the "FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated" issue in interpol.create_pixeltypegrid().
- updated the nonposx and nonposy keyword arguments in plt.set_xscale/plt.set_yscale to nonpositive to match the new versions of matplotlib.
- The newest version of corner plot can't display more than 3 quantiles. So If no quantiles are set, we show the default 0.16, 0.5, 0.84 quantiles instead of [0.025, 0.16, 0.5, 0.84, 0.975].
Feature:
- More work on batch fits: added support for constraints and code improvements. Not completely finished yet.
v0.2.3
New Release: v0.2.3
Bugfix: If the SPEEDYFIT_MODELS folder contained spaces, speedyfit could not find the model fits files. This is now fixed. Also extended the warnings for when models can not be found.
Other: added version requirements for pyvo and astropy because older pyvo versions don't work with new astropy versions.
v0.2.2
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.
v0.2.1
New release: v0.2.1
Updated the skymapper url in the tap catalogue list as that service dropped support for http.
v0.2.0
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.
v0.1.4
New version: v0.1.4
Feature: added option to check which grids are available as a command line option instead of an api function. (API function remains as well.)
Documentation: Updated documentation with new command line option and added documentation on how to add new grids to speedyfit.
v0.1.3
New release v0.1.3
Bugfixes:
- reddening laws are included in the pypi build package.
Other:
- Updates to the automatic CI/CD with github actions.