Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update minor updates #10

Merged
merged 1 commit into from
Aug 16, 2024
Merged

chore(deps): update minor updates #10

merged 1 commit into from
Aug 16, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astropy 6.1.1 -> 6.1.2 age adoption passing confidence
mypy (source, changelog) 1.10.1 -> 1.11.1 age adoption passing confidence
numpy (source, changelog) 2.0.0 -> 2.0.1 age adoption passing confidence
pytest (changelog) 8.2.2 -> 8.3.2 age adoption passing confidence

Release Notes

astropy/astropy (astropy)

v6.1.2

Compare Source

==========================

Bug Fixes

astropy.io.ascii
^^^^^^^^^^^^^^^^

  • When reading CDS and MRT files, only interpret a line as a section delimiter if
    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 to False, which caused constraints accessed through, e.g.,
    Model.fixed to not be in sync with the fixed attribute of the parameters. [#​16664]

  • Fixed a bug that caused CompoundModel.without_units_for_data to return an
    incorrectly 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
^^^^^^^^^^^^^

  • The OGIP parser is now less restrictive with strings that represent a unit that
    includes the sqrt function.
    For example, u.Unit("sqrt(m)**3", format="ogip") no longer causes a
    ValueError. [#​16743]

astropy.utils
^^^^^^^^^^^^^

  • Fixed an edge-case bug in overlap_slices where the function could
    return an empty slice for non-overlapping slices. [#​16544]

astropy.visualization
^^^^^^^^^^^^^^^^^^^^^

  • Fixed a WCSAxes bug when overlaying a frame with default units that are not degrees. [#​16662]
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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 724580a into main Aug 16, 2024
2 checks passed
@renovate renovate bot deleted the renovate/minor-updates branch August 16, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants