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

build(deps): update photutils requirement from <2.1.0,>=1.13.0 to >=1.13.0,<2.2.0 #61

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Updates the requirements on photutils to permit the latest version.

Release notes

Sourced from photutils's releases.

2.1.0

See the changelog for release notes.

Changelog

Sourced from photutils's changelog.

2.1.0 (2025-01-06)

General ^^^^^^^

  • The minimum required Python is now 3.11. #1958

  • The minimum required gwcs is now 0.20. #1961

New Features ^^^^^^^^^^^^

  • photutils.aperture

    • The aperture_photometry output table will now include a sky_center column if wcs is input, even if the input aperture is not a sky aperture. #1965
  • photutils.datasets

    • A params_map keyword was added to make_model_image to allow a custom mapping between model parameter names and columns names in the parameter table. #1994
  • photutils.detection

    • The find_peaks border_width keyword can now accept two values, indicating the border width along the the y and x edges, respectively. #1957
  • photutils.morphology

    • An optional mask keyword was added to the gini function. #1979
  • photutils.segmentation

    • Added deblended_labels, deblended_labels_map, and deblended_labels_inverse_map properties to SegmentationImage to identify and map any deblended labels. #1988

Bug Fixes ^^^^^^^^^

  • photutils.segmentation

    • Fixed a bug where the table output from the SourceCatalog to_table method could have column names with a np.str_ representation instead of str representation when using NumPy

... (truncated)

Commits
  • 3544da8 Finalizing changelog for version 2.1.0
  • 933f6fa Merge pull request #1994 from larrybradley/params-map
  • 7e53f4e Add changelog whats new entries
  • a80d571 Add make_model_image params_map test
  • 5529a4a Add params_map keyword to make_model_image
  • 783b68b Merge pull request #1992 from astropy/pre-commit-ci-update-config
  • c61b881 Merge pull request #1993 from larrybradley/aper-pix-unit
  • 23d6ca4 [pre-commit.ci] pre-commit autoupdate
  • 2beb1c8 Remove pixel units from (x/y)center columns in aperture_photometry
  • ca540d6 Update whats new version on main page
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [photutils](https://github.com/astropy/photutils) to permit the latest version.
- [Release notes](https://github.com/astropy/photutils/releases)
- [Changelog](https://github.com/astropy/photutils/blob/main/CHANGES.rst)
- [Commits](astropy/photutils@1.13.0...2.1.0)

---
updated-dependencies:
- dependency-name: photutils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants