You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stability.rst
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,10 +98,10 @@ The current planned and existing sub-packages are:
98
98
astropy.constants
99
99
</td>
100
100
<tdalign='center'>
101
-
<spanclass="stable"></span>
101
+
<spanclass="mature"></span>
102
102
</td>
103
103
<td>
104
-
Constants were changed to <ttclass="docutils literal"><spanclass="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.
105
105
</td>
106
106
</tr>
107
107
<tr>
@@ -134,11 +134,10 @@ The current planned and existing sub-packages are:
134
134
astropy.cosmology
135
135
</td>
136
136
<tdalign='center'>
137
-
<spanclass="stable"></span>
137
+
<spanclass="mature"></span>
138
138
</td>
139
139
<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.
142
141
</td>
143
142
</tr>
144
143
<tr>
@@ -212,7 +211,7 @@ The current planned and existing sub-packages are:
212
211
astropy.samp
213
212
</td>
214
213
<tdalign='center'>
215
-
<spanclass="stable"></span>
214
+
<spanclass="mature"></span>
216
215
</td>
217
216
<td>
218
217
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:
234
233
astropy.table
235
234
</td>
236
235
<tdalign='center'>
237
-
<spanclass="stable"></span>
236
+
<spanclass="mature"></span>
238
237
</td>
239
238
<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.
0 commit comments