Skip to content

Commit

Permalink
Changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed May 26, 2016
1 parent 8d9d329 commit 428e9c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ New Features
Other Changes
^^^^^^^^^^^^^

- Use combine function for combining images to limit memory usage during
image combination. [#120, #121]

- Use ``median`` and ``median_absolute_deviation`` in sigma clipping instead
of the default ``mean`` and ``std``. [#106]

- Discard mask/uncertainty from result of image combination unless input
images have mask/uncertainty. [#119]

- Choose sensible data type for reduced images based on data type of original
images. [#122]

Bug fixes
^^^^^^^^^

Expand Down

0 comments on commit 428e9c5

Please sign in to comment.