Skip to content

Commit f556599

Browse files
committed
Merge pull request astropy#8222 from eteq/update-stability
Update stability section for 3.1
1 parent d81b9f9 commit f556599

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/stability.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ The current planned and existing sub-packages are:
9898
astropy.constants
9999
</td>
100100
<td align='center'>
101-
<span class="stable"></span>
101+
<span class="mature"></span>
102102
</td>
103103
<td>
104-
Constants were changed to <tt class="docutils literal"><span class="pre">Quantity</span></tt> objects in v0.2. Since then on, the package has been stable, with occasional additions of new constants.
104+
The package has been stable except for the occasional additions of new constants. Since v3.0, it includes the ability to use sets of constants from previous versions.
105105
</td>
106106
</tr>
107107
<tr>
@@ -134,11 +134,10 @@ The current planned and existing sub-packages are:
134134
astropy.cosmology
135135
</td>
136136
<td align='center'>
137-
<span class="stable"></span>
137+
<span class="mature"></span>
138138
</td>
139139
<td>
140-
Incremental improvements since v0.1, but mostly stable API.
141-
Pure functional interface deprecated in v0.4.
140+
Incremental improvements since v0.1, stable API last several versions.
142141
</td>
143142
</tr>
144143
<tr>
@@ -212,7 +211,7 @@ The current planned and existing sub-packages are:
212211
astropy.samp
213212
</td>
214213
<td align='center'>
215-
<span class="stable"></span>
214+
<span class="mature"></span>
216215
</td>
217216
<td>
218217
Virtual Observatory service access: SAMP. This was renamed from astropy.vo.samp to astropy.samp in 2.0.
@@ -234,10 +233,10 @@ The current planned and existing sub-packages are:
234233
astropy.table
235234
</td>
236235
<td align='center'>
237-
<span class="stable"></span>
236+
<span class="mature"></span>
238237
</td>
239238
<td>
240-
Incremental improvements since v0.1, but mostly stable API.
239+
Incremental improvements since v0.1, mostly stable API with backwards compatibility an explicit goal.
241240
</td>
242241
</tr>
243242
<tr>

0 commit comments

Comments
 (0)