Skip to content

Commit ffb7417

Browse files
authored
Merge pull request astropy#16567 from astrofrog/v6.1.1-changelog
Finalizing changelog for v6.1.1
2 parents dc7a210 + 8fd0e14 commit ffb7417

17 files changed

+79
-25
lines changed

CHANGES.rst

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,82 @@
1+
Version 6.1.1 (2024-06-14)
2+
==========================
3+
4+
5+
Bug Fixes
6+
---------
7+
8+
astropy.io.fits
9+
^^^^^^^^^^^^^^^
10+
11+
- Let fitsdiff compare files with lower case HIERARCH keywords [#16357]
12+
13+
- Fix writing a ``HDUList`` to file when numpy 2 is installed and at least some of
14+
the data is represented as dask arrays. [#16384]
15+
16+
- Fix display of diff reports with numpy 2. [#16426]
17+
18+
- Ensure that also zero-length tables preserve whether integer data are
19+
signed or unsigned. [#16505]
20+
21+
astropy.io.misc
22+
^^^^^^^^^^^^^^^
23+
24+
- Fix YAML table serialization compatibility with numpy 2. [#16416]
25+
26+
astropy.io.votable
27+
^^^^^^^^^^^^^^^^^^
28+
29+
- Fix bugs in io.votable related to numpy 2's representation of scalars. [#16442]
30+
31+
astropy.stats
32+
^^^^^^^^^^^^^
33+
34+
- Ensure that return types from ``sigma_clip`` ``cenfunc`` and ``stdfunc``
35+
are np.float64 for scalar values. [#16431]
36+
37+
astropy.table
38+
^^^^^^^^^^^^^
39+
40+
- Ensure structured ``MaskedColumn`` are serialized correctly, including
41+
the mask. [#16380]
42+
43+
- Fix problems converting Pandas Series to ``Table`` with numpy >=2.0. [#16439]
44+
45+
astropy.time
46+
^^^^^^^^^^^^
47+
48+
- Ensure Time in ymdhms format can also be serialized to files as part of a
49+
table if it is masked. [#16380]
50+
51+
astropy.utils
52+
^^^^^^^^^^^^^
53+
54+
- Ensure Masked versions of ``np.recarray`` will show the correct class
55+
name of ``MaskedRecarray`` in their ``repr``, and that they will be
56+
serialized correctly if part of a table. [#16380]
57+
58+
- Fix bugs with how masked structured arrays were represented with numpy 2. [#16443]
59+
60+
- ``MaskedQuantity`` now works properly with ``np.block``. [#16499]
61+
62+
astropy.visualization
63+
^^^^^^^^^^^^^^^^^^^^^
64+
65+
- Fix a bug where ``WCSAxes`` could be missing negative signs on axis labels when using matplotlib's ``usetex`` mode. [#16406]
66+
67+
astropy.wcs
68+
^^^^^^^^^^^
69+
70+
- Fix compilation with gcc 14, avoid implicit pointer conversions. [#16450]
71+
72+
73+
Other Changes and Additions
74+
---------------------------
75+
76+
- Updated bundled WCSLIB version to 8.3. This update changes the behavior of
77+
various ``*set`` functions in order to improve stability of WCSLIB in threaded
78+
applications. For a full list of changes - see ``astropy/cextern/wcslib/CHANGES``. [#16451]
79+
180
Version 6.1.0 (2024-05-03)
281
==========================
382

docs/changes/16451.other.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changes/io.fits/16357.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/io.fits/16384.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes/io.fits/16426.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/io.fits/16505.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes/io.misc/16416.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/io.votable/16442.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/stats/16431.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes/table/16380.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)