1- 3.0.3 (unreleased )
1+ 3.0.3 (2018-06-01 )
22==================
33
44Bug Fixes
55---------
66
7- astropy.config
8- ^^^^^^^^^^^^^^
9-
10- astropy.constants
11- ^^^^^^^^^^^^^^^^^
12-
13- astropy.convolution
14- ^^^^^^^^^^^^^^^^^^^
15-
16- astropy.coordinates
17- ^^^^^^^^^^^^^^^^^^^
18-
19- astropy.cosmology
20- ^^^^^^^^^^^^^^^^^
21-
22- astropy.extern
23- ^^^^^^^^^^^^^^
24-
257astropy.io.ascii
268^^^^^^^^^^^^^^^^
279
10+ - Fix stripping correct (header) comment line from ``meta['comments'] ``
11+ in the ``CommentedHeader `` reader for all ``header_start `` settings. [#7508]
12+
2813astropy.io.fits
2914^^^^^^^^^^^^^^^
3015
@@ -34,56 +19,12 @@ astropy.io.fits
3419- Fix a bug when writing to FITS a table that has a column description
3520 with embedded blank lines. [#7482]
3621
37- astropy.io.misc
38- ^^^^^^^^^^^^^^^
39-
40- astropy.io.registry
41- ^^^^^^^^^^^^^^^^^^^
42-
43- astropy.io.votable
44- ^^^^^^^^^^^^^^^^^^
45-
46- astropy.modeling
47- ^^^^^^^^^^^^^^^^
48-
49- astropy.nddata
50- ^^^^^^^^^^^^^^
51-
52- astropy.samp
53- ^^^^^^^^^^^^
54-
55- astropy.stats
56- ^^^^^^^^^^^^^
57-
58- astropy.table
59- ^^^^^^^^^^^^^
60-
6122astropy.tests
6223^^^^^^^^^^^^^
6324
6425- Enabling running tests for multiple packages when specified comma
6526 separated. [#7463]
6627
67- astropy.time
68- ^^^^^^^^^^^^
69-
70- astropy.units
71- ^^^^^^^^^^^^^
72-
73- astropy.utils
74- ^^^^^^^^^^^^^
75-
76- astropy.visualization
77- ^^^^^^^^^^^^^^^^^^^^^
78-
79- astropy.wcs
80- ^^^^^^^^^^^
81-
82-
83- Other Changes and Additions
84- ---------------------------
85-
86-
8728
88293.0.2 (2018-04-23)
8930==================
@@ -641,59 +582,17 @@ Other Changes and Additions
641582- The bundled version of PLY was updated to 3.10. [#7174]
642583
643584
644- 2.0.7 (unreleased )
585+ 2.0.7 (2018-06-01 )
645586==================
646587
647588Bug Fixes
648589---------
649590
650- astropy.config
651- ^^^^^^^^^^^^^^
652-
653- astropy.constants
654- ^^^^^^^^^^^^^^^^^
655-
656- astropy.convolution
657- ^^^^^^^^^^^^^^^^^^^
658-
659- astropy.coordinates
660- ^^^^^^^^^^^^^^^^^^^
661-
662- astropy.cosmology
663- ^^^^^^^^^^^^^^^^^
664-
665- astropy.extern
666- ^^^^^^^^^^^^^^
667-
668- astropy.io.ascii
669- ^^^^^^^^^^^^^^^^
670-
671- - Fix stripping correct (header) comment line from ``meta['comments'] ``
672- in the ``CommentedHeader `` reader for all ``header_start `` settings. [#7508]
673-
674- astropy.io.fits
675- ^^^^^^^^^^^^^^^
676-
677- astropy.io.misc
678- ^^^^^^^^^^^^^^^
679-
680- astropy.io.registry
681- ^^^^^^^^^^^^^^^^^^^
682-
683- astropy.io.votable
684- ^^^^^^^^^^^^^^^^^^
685-
686591astropy.modeling
687592^^^^^^^^^^^^^^^^
688593
689594- Fixed ``Tabular `` models to not change the shape of data. [#7411]
690595
691- astropy.nddata
692- ^^^^^^^^^^^^^^
693-
694- astropy.samp
695- ^^^^^^^^^^^^
696-
697596astropy.stats
698597^^^^^^^^^^^^^
699598
@@ -712,21 +611,18 @@ astropy.table
712611 by Numpy since version 1.14. Also fixed a problem when MaskedColumn was
713612 initialized with ``mask=np.ma.nomask ``. [#7486]
714613
715- astropy.tests
716- ^^^^^^^^^^^^^
717-
718614astropy.time
719615^^^^^^^^^^^^
720616
721617- Fixed a bug in Time that raised an error when initializing a subclass of Time
722618 with a Time object. [#7453]
723619
724- astropy.units
725- ^^^^^^^^^^^^^
726-
727620astropy.utils
728621^^^^^^^^^^^^^
729622
623+ - Fixed a bug that improperly handled unicode case of URL mirror in Python 2.
624+ [#7493]
625+
730626astropy.visualization
731627^^^^^^^^^^^^^^^^^^^^^
732628
@@ -736,16 +632,11 @@ astropy.visualization
736632- Fixed a bug that prevented legends from being added to plots done with
737633 units. [#7510]
738634
739- astropy.vo
740- ^^^^^^^^^^
741-
742- astropy.wcs
743- ^^^^^^^^^^^
744-
745635
746636Other Changes and Additions
747637---------------------------
748638
639+ - Bundled ``pytest-remotedata `` plugin is upgraded to 0.3. [#7493]
749640
750641
7516422.0.6 (2018-04-23)
0 commit comments