Skip to content

Releases: vosjo/speedyfit

v0.2.6

15 Apr 14:23

Choose a tag to compare

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

15 Apr 14:18

Choose a tag to compare

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

19 Apr 09:03

Choose a tag to compare

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

23 Oct 13:07

Choose a tag to compare

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

19 Feb 15:48

Choose a tag to compare

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

30 Aug 08:43

Choose a tag to compare

New release: v0.2.1

Updated the skymapper url in the tap catalogue list as that service dropped support for http.

v0.2.0

31 Mar 07:00

Choose a tag to compare

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

30 Dec 12:42

Choose a tag to compare

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

11 Dec 08:06

Choose a tag to compare

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.

v0.1.2

09 Dec 14:34

Choose a tag to compare

Bugfix release:

Data files are now correctly included in the pypi package.