Skip to content

Commit

Permalink
update release history for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-h committed Sep 22, 2021
1 parent 87e0ad0 commit a812205
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Release History
===============

v0.3.0 (2021-09-22)
-------------------
* Switch the default table format from ``'ascii.fixed_width'`` to just ``'ascii'``
* Add more recognized column names for light curves
* Add more recognized filter names, including an "unknown" filter
* Add option to include intrinsic scatter in model fitting
* Do not require ``'nondet'`` or ``'source'`` columns
* Improve handling of units in spectra files
* Include automatic axis labels and filter legend in light curve plot
* Make bolometric module compatible with numpy 1.20
* Allow ``calcPhase`` to function without a ``Supernova`` object
* Allow color curves to be plotted against phase (in addition to MJD)

v0.2.0 (2020-12-08)
-------------------
* Recognize several other names for LC columns (e.g., "filter" for "filt")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
description="Tools to fit analytical models to multiband light curves of astronomical transients",
long_description=readme,
author="Griffin Hosseinzadeh",
author_email='[email protected].edu',
author_email='griffin0@arizona.edu',
url='https://github.com/griffin-h/lightcurve_fitting',
python_requires='>={}'.format('.'.join(str(n) for n in min_version)),
packages=find_packages(exclude=['docs', 'tests']),
Expand Down

0 comments on commit a812205

Please sign in to comment.