Skip to content

Commit c2fb1a0

Browse files
authored
Merge pull request astropy#17077 from astrofrog/v6.1.4-changelog
Finalizing changelog for v6.1.4
2 parents 00ec97b + 6dc7ce0 commit c2fb1a0

File tree

9 files changed

+59
-23
lines changed

9 files changed

+59
-23
lines changed

CHANGES.rst

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
Version 6.1.4 (2024-09-26)
2+
==========================
3+
4+
Bug Fixes
5+
---------
6+
7+
astropy.coordinates
8+
^^^^^^^^^^^^^^^^^^^
9+
10+
- Keep ``Latitude`` from printing long input arrays in their entirety when failing
11+
limits check in ``_validate_angles``, indicating their range instead. [#13997]
12+
13+
- Avoid some components not being included in table output of coordinates if
14+
the representation type was ``"unitspherical"``.
15+
16+
In the process, also ensured that one can pass in the ``radial_velocity``
17+
keyword argument if one uses ``differential_type="radial"``. [#16999]
18+
19+
astropy.io.votable
20+
^^^^^^^^^^^^^^^^^^
21+
22+
- Ensure proper handling of null values during BINARY2 serialization. Previously, masks were handled in two different ways for BINARY2 serialization, resulting in incorrect handling of null values and errors. [#16091]
23+
24+
astropy.stats
25+
^^^^^^^^^^^^^
26+
27+
- Fixed a bug in biweight_location, biweight_scale, and
28+
biweight_midvariance where the returned array shape would be wrong if
29+
the input array had an axis length of 1 along any axis that was not
30+
included in the axis keyword. Also fixed a bug in these same functions
31+
where for constant data and axis set to a tuple containing all axes, the
32+
returned value would be NaN instead of the constant value. [#16964]
33+
34+
astropy.table
35+
^^^^^^^^^^^^^
36+
37+
- Ensure that initializing a ``QTable`` with explicit units` also succeeds if
38+
one of the units is ``u.one``. [#17048]
39+
40+
astropy.units
41+
^^^^^^^^^^^^^
42+
43+
- An exception is now raised if it is attempted to create a unit with a
44+
scale of zero, avoiding bugs further downstream (including surprising
45+
ones, such as a comparison of ``np.ma.masked == u.one`` leading to
46+
a ``ZeroDivisionError``). [#17048]
47+
48+
astropy.wcs
49+
^^^^^^^^^^^
50+
51+
- Fix a bug that caused the results from local_partial_pixel_derivative to be incorrect when using normalize_by_world=True (the matrix was previously normalized along the wrong axis) [#17003]
52+
53+
54+
Other Changes and Additions
55+
---------------------------
56+
57+
- Minimal requirement for (optional dependency) matplotlib was bumped
58+
to 3.5.0, which is the oldest version with support for Python 3.10 [#16993]
59+
160
Version 6.1.3 (2024-08-30)
261
==========================
362

docs/changes/16993.other.rst

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

docs/changes/coordinates/13997.bugfix.rst

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

docs/changes/coordinates/16999.bugfix.rst

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

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

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

docs/changes/stats/16964.bugfix.rst

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

docs/changes/table/17048.bugfix.rst

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

docs/changes/units/17048.bugfix.rst

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

docs/changes/wcs/17003.bugfix.rst

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

0 commit comments

Comments
 (0)