diff options
-rw-r--r-- | source/compat.rst | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/source/compat.rst b/source/compat.rst index 8c16a21..6d80e2b 100644 --- a/source/compat.rst +++ b/source/compat.rst @@ -4,40 +4,45 @@ Compatibility Notices As the Conda package ecosystem evolves and third-party software updates are released by Continuum and other providers, this may interfere with the stability of other codebases, such as STScI's software. This page will proactively chronicle such events as they occur as well as provide workarounds to these issues. -If you spot a compatibility problem not listed here please let us know by sending an email to help@stsci.edu +If you spot a compatibility problem not listed here please let us know by sending an email to `help[at]stsci.edu`. .. note:: **You may be affected by an issue if you have updated your AstroConda environment on or after the dates listed in each section below.** + 2017-02-11 ========== -NumPy v1.12.0 modified the way array slicing is handled and triggered a regression in the ``acstools`` package: - - * ``acstools <= 2.0.6`` - 2.0.7 released (2/16/2017) +NumPy v1.12.0 modified the way array slicing is handled and triggered +a regression in the ``acstools`` and ``pysynphot `` packages: + * ``acstools <= 2.0.6`` - 2.0.7 released (Feb 16, 2017) + * ``pysynphot <= 0.9.8.5`` - 0.9.8.6 released (Feb 21, 2017) -The traceback message to be aware of is as follows: +One of the traceback messages to be aware of is as follows +(traceback may be worded differently but usually complains about +index not being an integer): .. code-block:: python TypeError('slice indices must be integers or None or have an __index__ method',) - Recommended user actions: - * Upgrade ``acstools`` to version 2.0.7 (i.e. ``conda update acstools``) + * Upgrade ``acstools`` to version 2.0.7 (i.e., ``conda update acstools``) + * Upgrade ``pysynphot`` to version 0.9.8.6 (i.e., ``conda update pysynphot``) -Alternative user actions: +Alternative user action: - * Downgrade ``numpy`` to version 1.11 (i.e. ``conda install numpy=1.11``) + * Downgrade ``numpy`` to version 1.11 (i.e., ``conda install numpy=1.11``) 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: +AstroPy v1.3 fully deprecated calls to ``astropy.io.fits.new_table``. +The following packages are known to be incompatible with this release: * ``calcos <= 3.1.8`` - Bugfix pending * ``costools <= 1.2.1`` - Bugfix pending @@ -45,11 +50,11 @@ AstroPy v1.3 fully deprecated calls to ``astropy.io.fits.new_table``. The follow Recommended user actions: - * Upgrade ``fitsblender`` to version 0.3.0 (i.e. ``conda update fitsblender``) + * Upgrade ``fitsblender`` to version 0.3.0 (i.e., ``conda update fitsblender``) Alternative user actions: - * Downgrade ``astropy`` to version 1.2.1 (i.e. ``conda install astropy=1.2.1``) + * Downgrade ``astropy`` to version 1.2.1 (i.e., ``conda install astropy=1.2.1``) Future @@ -63,7 +68,8 @@ This list is refreshed daily from "dev" and "public" test results. Drizzlepac ---------- -These deprecation warnings have been fixed in `drizzlepac` 2.1.8, which is now available in AstroConda: +These deprecation warnings have been fixed in `drizzlepac` 2.1.8, +which is now available in AstroConda: * https://github.com/spacetelescope/drizzlepac/issues/14 * https://github.com/spacetelescope/drizzlepac/issues/15 |