Skip to content

Commit

Permalink
Merge pull request #249 from mwcraig/changelog-fixes
Browse files Browse the repository at this point in the history
Update changleog through release 0.3.1
  • Loading branch information
mwcraig committed Oct 24, 2015
2 parents 4f6813b + 88d03f7 commit da74f46
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,47 @@

0.4.0 (unreleased)
------------------

New Features
^^^^^^^^^^^^

Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Bug Fixes
^^^^^^^^^

0.3.2 (unreleased)
------------------

New Features
^^^^^^^^^^^^

Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Bug Fixes
^^^^^^^^^

0.3.1 (2015-05-12)
------------------

New Features
^^^^^^^^^^^^

Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Add extensive tests to ensure ``ccdproc`` functions do not modify the input
data. [#208]

- Remove red-box warning about API stability from docs. [#210]

Bug Fixes
^^^^^^^^^

- Make ``subtract_overscan`` act on a copy of the input data. [#206]

0.3.0 (2015-03-17)
------------------

Expand All @@ -24,19 +67,22 @@ Bug Fixes
- Ensure ``dtype`` of combined images matches the ``dtype`` of the
``Combiner`` object. [#189]

0.2.2 (unreleased)
0.2.2 (2014-11-05)
------------------

New Features
^^^^^^^^^^^^

- Add dtype argument to `ccdproc.Combiner` to help control memory use [#178]

Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added Changes to the docs [#183]

Bug Fixes
^^^^^^^^^

- Allow the unit string "adu" to be upper or lower case in a FIS header [#182]

0.2.1 (2014-09-09)
------------------
Expand Down

0 comments on commit da74f46

Please sign in to comment.