webbpsf icon indicating copy to clipboard operation
webbpsf copied to clipboard

build(deps): bump photutils from 1.4.0 to 1.5.0

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps photutils from 1.4.0 to 1.5.0.

Release notes

Sourced from photutils's releases.

1.5.0

See the changelog for release notes.

Changelog

Sourced from photutils's changelog.

1.5.0 (2022-07-12)

General ^^^^^^^

  • Added tqdm as an optional dependency. #1364

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

  • photutils.psf

    • Added a mask keyword when calling the PSF-fitting classes. [#1350, #1351]

    • The EPSFBuilder progress bar will use tqdm if the optional package is installed. #1367

  • photutils.segmentation

    • Added SourceFinder class, which is a convenience class combining detect_sources and deblend_sources. #1344

    • Added a sigma_clip keyword to detect_threshold. #1354

    • Added a make_source_mask method to SegmentationImage. #1355

    • Added a make_2dgaussian_kernel convenience function. #1356

    • Allow SegmentationImage.make_cmap background_color to be in any matplotlib color format. #1361

    • Added an imshow convenience method to SegmentationImage. #1362

    • Improved performance of deblend_sources. #1364

    • Added a progress_bar keyword to deblend_sources. #1364

    • Added a 'sinh' mode to deblend_sources. #1368

    • Improved the resetting of cached SegmentationImage properties so that custom (non-cached) attributes can be kept. #1368

    • Added a nproc keyword to enable multiprocessing in deblend_sources and SourceFinder. #1372

    • Added a make_cutouts method to SourceCatalog for making

... (truncated)

Commits
  • cf939f5 Update publish workflow
  • d41ee1a Finalizing changelog for version 1.5.0
  • ad901f1 Update publish workflow
  • e4dd7a0 Merge pull request #1389 from larrybradley/publish-workflow
  • 8b38040 Use only one wheel for upload test
  • 308d2c5 Add publish workflow
  • fadaf80 Merge pull request #1390 from larrybradley/fix-remote-data
  • e3871d0 Mark test that requires remote data
  • c53b81b Fix catching warning in unit test
  • 4899dca Update pytest config
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

dependabot[bot] avatar Aug 01 '22 10:08 dependabot[bot]

Codecov Report

Merging #564 (eecd1bf) into develop (6d83a9d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #564   +/-   ##
========================================
  Coverage    62.04%   62.04%           
========================================
  Files           13       13           
  Lines         5304     5304           
========================================
  Hits          3291     3291           
  Misses        2013     2013           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d83a9d...eecd1bf. Read the comment docs.

codecov[bot] avatar Aug 01 '22 10:08 codecov[bot]