diff options
author | P. L. Lim <lim@stsci.edu> | 2017-02-17 14:49:23 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-17 14:49:23 -0500 |
commit | a14ee1127d1afdcc6e426d063c41245ec49924cd (patch) | |
tree | 307119a6a08891120678e9af12c6c2843709e1fc | |
parent | 3c3cb1fcd65dd79af735352b3ed5eb4c49f3ca5b (diff) | |
download | astroconda-a14ee1127d1afdcc6e426d063c41245ec49924cd.tar.gz |
Fixed date string (#52)
It makes more sense to display YYYY-MM-DD
-rw-r--r-- | source/compat.rst | 4 |
1 files 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: |