Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
692973e
->eef6144
6.1.3
->6.1.4
2.1.1
->2.1.2
Release Notes
astropy/astropy (astropy)
v6.1.4
Compare Source
==========================
Bug Fixes
astropy.coordinates
^^^^^^^^^^^^^^^^^^^
Keep
Latitude
from printing long input arrays in their entirety when failinglimits check in
_validate_angles
, indicating their range instead. [#13997]Avoid some components not being included in table output of coordinates if
the representation type was
"unitspherical"
.In the process, also ensured that one can pass in the
radial_velocity
keyword argument if one uses
differential_type="radial"
. [#16999]astropy.io.votable
^^^^^^^^^^^^^^^^^^
astropy.stats
^^^^^^^^^^^^^
biweight_midvariance where the returned array shape would be wrong if
the input array had an axis length of 1 along any axis that was not
included in the axis keyword. Also fixed a bug in these same functions
where for constant data and axis set to a tuple containing all axes, the
returned value would be NaN instead of the constant value. [#16964]
astropy.table
^^^^^^^^^^^^^
QTable
with explicit units` also succeeds ifone of the units is
u.one
. [#17048]astropy.units
^^^^^^^^^^^^^
scale of zero, avoiding bugs further downstream (including surprising
ones, such as a comparison of
np.ma.masked == u.one
leading toa
ZeroDivisionError
). [#17048]astropy.wcs
^^^^^^^^^^^
Other Changes and Additions
to 3.5.0, which is the oldest version with support for Python 3.10 [#16993]
numpy/numpy (numpy)
v2.1.2
Compare Source
Configuration
📅 Schedule: Branch creation - "every 4th week on Thursday before 10am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.