------------------
New Features
^^^^^^^^^^^^
- Add CCDData generator for ImageCollection [405]
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]
- Support astropy 1.0.5, which made changes to ``NDData``. [242]
Bug Fixes
^^^^^^^^^
- Make ``subtract_overscan`` act on a copy of the input data. [206]
- Overscan subtraction failed on non-square images if the overscan axis was the
first index, ``0``. [240, 244]