1- 3.1rc2  (2018-11-27 )
2- ===================  
1+ 3.1  (2018-12-06 )
2+ ================ 
33
44New Features
55------------ 
@@ -356,12 +356,6 @@ astropy.coordinates
356356  that are representations, rather than checking if they are the same
357357  object. [#8218]
358358
359- astropy.cosmology
360- ^^^^^^^^^^^^^^^^^ 
361- 
362- astropy.extern
363- ^^^^^^^^^^^^^^ 
364- 
365359astropy.io.ascii
366360^^^^^^^^^^^^^^^^ 
367361
@@ -680,6 +674,8 @@ astropy.utils
680674- The download progress bar is now only displayed in terminals, to avoid
681675  polluting piped output. [#7577]
682676
677+ - Ignore URL mirror caching when there is no internet. [#8163]
678+ 
683679astropy.visualization
684680^^^^^^^^^^^^^^^^^^^^^ 
685681
@@ -1375,19 +1371,12 @@ Other Changes and Additions
13751371
13761372
13771373
1378- 
1379- 2.0.10 (unreleased)
1374+ 2.0.10 (2018-12-04)
13801375=================== 
13811376
13821377Bug Fixes
13831378--------- 
13841379
1385- astropy.config
1386- ^^^^^^^^^^^^^^ 
1387- 
1388- astropy.constants
1389- ^^^^^^^^^^^^^^^^^ 
1390- 
13911380astropy.convolution
13921381^^^^^^^^^^^^^^^^^^^ 
13931382
@@ -1397,39 +1386,14 @@ astropy.convolution
13971386astropy.coordinates
13981387^^^^^^^^^^^^^^^^^^^ 
13991388
1400- astropy.cosmology
1401- ^^^^^^^^^^^^^^^^^ 
1402- 
1403- astropy.extern
1404- ^^^^^^^^^^^^^^ 
1405- 
1406- astropy.io.ascii
1407- ^^^^^^^^^^^^^^^^ 
1389+ - Disable ``of_address `` usage due to Google API now requiring API key. [#7993]
14081390
14091391astropy.io.fits
14101392^^^^^^^^^^^^^^^ 
14111393
14121394- ``fits.append `` now correctly handles file objects with valid modes other
14131395  than ``ostream ``. [#7856]
14141396
1415- astropy.io.misc
1416- ^^^^^^^^^^^^^^^ 
1417- 
1418- astropy.io.registry
1419- ^^^^^^^^^^^^^^^^^^^ 
1420- 
1421- astropy.io.votable
1422- ^^^^^^^^^^^^^^^^^^ 
1423- 
1424- astropy.modeling
1425- ^^^^^^^^^^^^^^^^ 
1426- 
1427- astropy.nddata
1428- ^^^^^^^^^^^^^^ 
1429- 
1430- astropy.stats
1431- ^^^^^^^^^^^^^ 
1432- 
14331397astropy.table
14341398^^^^^^^^^^^^^ 
14351399
@@ -1438,21 +1402,15 @@ astropy.table
14381402astropy.tests
14391403^^^^^^^^^^^^^ 
14401404
1441- astropy.time 
1442- ^^^^^^^^^^^^ 
1405+ - Explicitly disallow incompatible versions of `` pytest `` when using the test 
1406+   runner. [#8188] 
14431407
14441408astropy.units
14451409^^^^^^^^^^^^^ 
14461410
14471411- Fixed the spelling of the 'luminous emittance/illuminance' physical
14481412  property. [#7942]
14491413
1450- 
1451- astropy.utils
1452- ^^^^^^^^^^^^^ 
1453- 
1454- - Ignore URL mirror caching when there is no internet. [#8163]
1455- 
14561414astropy.visualization
14571415^^^^^^^^^^^^^^^^^^^^^ 
14581416
@@ -1465,24 +1423,27 @@ astropy.visualization
14651423  factor out calculation of bin edges into public function
14661424  ``calculate_bin_edges ``. [#7991]
14671425
1468- astropy.vo
1469- ^^^^^^^^^^ 
1470- 
1471- astropy.wcs
1472- ^^^^^^^^^^^ 
1473- 
14741426
14751427Other Changes and Additions
14761428--------------------------- 
14771429
14781430- Fixing ``astropy.__citation__ `` to provide the full bibtex entry of the 2018
14791431  paper. [#8110]
14801432
1433+ - Pytest 4.0 is not supported by the 2.0.x LTS releases. [#8173]
1434+ 
1435+ - Updating bundled ``pytest-remotedata `` to v0.3.1. [#8174]
1436+ 
1437+ - Updating bundled ``pytest-doctestplus `` to v0.2.0. [#8175]
1438+ 
1439+ - Updating bundled ``pytest-openfiles `` to v0.3.0. [#8176]
1440+ 
14811441- Adding ``warning_type `` keyword argument to the "deprecated" decorators to
14821442  allow issuing custom warning types instead of the default
14831443  ``AstropyDeprecationWarning ``. [#8178]
14841444
14851445
1446+ 
148614472.0.9 (2018-10-14)
14871448================== 
14881449
0 commit comments