From a14ee1127d1afdcc6e426d063c41245ec49924cd Mon Sep 17 00:00:00 2001 From: "P. L. Lim" Date: Fri, 17 Feb 2017 14:49:23 -0500 Subject: Fixed date string (#52) It makes more sense to display YYYY-MM-DD --- source/compat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/compat.rst b/source/compat.rst index 4f31fbc..8c16a21 100644 --- a/source/compat.rst +++ b/source/compat.rst @@ -10,7 +10,7 @@ If you spot a compatibility problem not listed here please let us know by sendin **You may be affected by an issue if you have updated your AstroConda environment on or after the dates listed in each section below.** -02/11/2017 +2017-02-11 ========== NumPy v1.12.0 modified the way array slicing is handled and triggered a regression in the ``acstools`` package: @@ -34,7 +34,7 @@ Alternative user actions: * Downgrade ``numpy`` to version 1.11 (i.e. ``conda install numpy=1.11``) -12/23/2016 +2016-12-23 ========== AstroPy v1.3 fully deprecated calls to ``astropy.io.fits.new_table``. The following packages are known to be incompatible with this release: -- cgit