|
| 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 | + |
1 | 60 | Version 6.1.3 (2024-08-30)
|
2 | 61 | ==========================
|
3 | 62 |
|
|
0 commit comments