Skip to content

Releases: spacetelescope/pysynphot

0.9.10 alpha

07 Mar 19:46
0863365
Compare
Choose a tag to compare
0.9.10 alpha Pre-release
Pre-release

This is for conda-dev. Not a real release.

PySynphot v0.9.8.8 Release Notes

13 Dec 22:07
0.9.8.8
621af3f
Compare
Choose a tag to compare
  • Astropy v2 compatiblity
  • Fixed negative leak (#45)
  • Fixed isAnalytic attribute for InterpolatedSpectralElement (#50)
  • Ensure extinction waveset is not carried into composite spectrum (#47)
  • Fixed misleading Extinction name (#59)
  • Minor doc and CI updates.

PySynphot v0.9.8.7 Release Notes

05 May 16:12
Compare
Choose a tag to compare

Fixed tagging issue for "git describe" and failed tests. No change to user-facing interface otherwise.

PySynphot v0.9.8.6 Release Notes

21 Feb 15:41
Compare
Choose a tag to compare
  • Fixed compatibility problems with Numpy 1.12.
  • get_ref() and parse_spec() are now exposed in the upper-level namespace.
  • Added functioning regression tests (ported from pandokia).
  • Documentation updates. This includes link to bibcode.
  • Removed deprecated FITS function, new_table() (does not affect user-facing codes).

PySynphot v0.9.8.5 Release Notes

14 Sep 17:15
Compare
Choose a tag to compare

Bug fixes including:

  • Redshift calculations now done in photlam flux unit (#15) and use double precision (#22).
  • Box spectral element now is considered analytic and behaves like a proper box consistent with Astropy model Box1D (#18, #19, #20).

PySynphot v0.9.8.4 Release Notes

15 Aug 15:50
Compare
Choose a tag to compare

Fixed a bug of inconsistent waveset definitions across different objects. Cleaned up setup files. Now uses relic submodule for version tagging.

PySynphot v0.9.8.3 Release Notes

07 Jul 21:09
Compare
Choose a tag to compare

Moved data, test, and src directories one-level down for AstroConda. Minor documentation related updates. Typical users should not see significant changes between this release and the previous release of 0.9.8.2.

PySynphot v0.9.8.2 Release Notes

17 Mar 17:20
Compare
Choose a tag to compare

The following changes were made since the last PyPi release (v0.9.7) in October 19, 2015:

  • Updated spectra data including ACS wavecat and Vega reference spectrum.
  • Replaced PyFITS dependency with astropy.io.fits.
  • Added a lot of documentation and tutorials.
  • Bug fixes.
  • Python 3 support (untested).