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:
6.1.1
->6.1.2
1.10.1
->1.11.1
2.0.0
->2.0.1
8.2.2
->8.3.2
Release Notes
astropy/astropy (astropy)
v6.1.2
Compare Source
==========================
Bug Fixes
astropy.io.ascii
^^^^^^^^^^^^^^^^
it contains exclusively dashes or equal signs. This enables rows starting with dashes. [#16735]
astropy.io.fits
^^^^^^^^^^^^^^^
Fix a spurious exception when reading integer compressed images with blanks. [#16550]
Fixed a crash that occurred for files opened via
fits.open(..., mode='update')
, on Windows, and with numpy 2.0 installed.A warning is now emitted in cases most likely to escalate into
undefined behavior (e.g., segfaults), i.e., when a closed memory map object is
still referenced by external code. Please report any regression found. [#16581]
astropy.modeling
^^^^^^^^^^^^^^^^
Fixed a bug that caused models returned by non-linear fitters to have
sync_constraints
set toFalse
, which caused constraints accessed through, e.g.,Model.fixed
to not be in sync with thefixed
attribute of the parameters. [#16664]Fixed a bug that caused
CompoundModel.without_units_for_data
to return anincorrectly constructed model when the compound model contained a * or /
operation, and which also caused fitting to not work correctly with compound
models that contained * or / operations. [#16678]
astropy.units
^^^^^^^^^^^^^
includes the
sqrt
function.For example,
u.Unit("sqrt(m)**3", format="ogip")
no longer causes aValueError
. [#16743]astropy.utils
^^^^^^^^^^^^^
overlap_slices
where the function couldreturn an empty slice for non-overlapping slices. [#16544]
astropy.visualization
^^^^^^^^^^^^^^^^^^^^^
python/mypy (mypy)
v1.11.1
Compare Source
v1.11.0
Compare Source
numpy/numpy (numpy)
v2.0.1
Compare Source
pytest-dev/pytest (pytest)
v8.3.2
Compare Source
pytest 8.3.2 (2024-07-24)
Bug fixes
#12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.
-- by
RonnyPfannschmidt
{.interpreted-text role="user"}v8.3.1
Compare Source
pytest 8.3.1 (2024-07-20)
The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.
v8.3.0
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 becomes conflicted, 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.