blob: e16bb2b7fc8c04039ced3cb1b277b54261313f68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
*********************
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
.. 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.**
12/23/2016
==========
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
* ``fitsblender =< 0.2.6`` - 0.3.0 released (01/17/2017)
Recommended user actions:
* 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``)
Future
======
A list of known deprecation warnings detected in regression tests managed by
STScI Science Software Branch is available
`here <http://ssb.stsci.edu/creature_report/>`_.
This list is refreshed daily from "dev" and "public" test results.
Drizzlepac
----------
These deprecation warnings have been fixed in "dev" but still affect
the "public" distribution:
* https://github.com/spacetelescope/drizzlepac/issues/14
* https://github.com/spacetelescope/drizzlepac/issues/15
* https://github.com/spacetelescope/drizzlepac/issues/16
* https://github.com/spacetelescope/drizzlepac/issues/17
* https://github.com/spacetelescope/drizzlepac/issues/21
* https://github.com/spacetelescope/drizzlepac/issues/27
|