Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ New Features
classified differently from astropy (NumPy data still use astropy);
``'median'``/``'mean'``/``'std'``/``'mad_std'`` use the namespace's
NaN-aware reductions or ccdproc's fallbacks. [#1001]
- ``Combiner.sigma_clipping`` outside NumPy now accepts ``axis=None`` and a
tuple or list of axes, as ``astropy.stats.sigma_clip`` does on the NumPy
path, and the reduction fallbacks in ``ccdproc._nanfuncs`` gained the same
axis forms; the None/tuple axis handling formerly in ``_mad_fallback``
moved into the shared ``_nanfuncs._setup``, and a bool or otherwise
non-integer ``axis`` now raises ``TypeError`` rather than
``NotImplementedError``. [#1006]

Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Loading