tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Update specutils requirement from <=1.14.0,>=1.9.0.a to >=1.9.0.a,<=1.15.0

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

Updates the requirements on specutils to permit the latest version.

Release notes

Sourced from specutils's releases.

v1.15.0

New Features

  • Implemented SpectralRegion.write() and SpectralRegion.read() to round-trip spectral regions to/from ECSV files via astropy.table.QTable. #1133
Changelog

Sourced from specutils's changelog.

1.15.0 (2024-05-01)

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

  • Implemented SpectralRegion.write() and SpectralRegion.read() to round-trip spectral regions to/from ECSV files via astropy.table.QTable. #1133

1.14.0 (2024-04-16)

Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • new_flux_unit changed to with_flux_unit to match spectral version, updated docstring to reflect actual behavior. #1124

  • Compatibility with numpy 2.0 and astropy 6.1. #1130

1.13.0 (2024-02-19)

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

  • Added SDSS-V file format readers. #1107

  • Switched from using numpy.correlate to scipy.signal.correlate in template_correlate and enabled passing through the method argument. #1114

  • Added DESI file format readers. #1116

  • Added truncate option for resampler and template correlation extrapolation treatment. #1121

Bug Fixes ^^^^^^^^^

  • SDSS reader now properly exposes the spPlate_identify and spPlate_loader functions. #1097

  • Masks now round-trip through tabular-fits reader/write. #1104

  • template_correlate no longer errors when used on a Spectrum1D that lacks an uncertainty array. #1118

  • with_spectral_unit has been changed to with_spectral_axis_unit and actually works now. #1119

  • Template correlation functions now truncate to overlapping region to avoid NaNs in normalization when spectrum and template have non-overlapping regions. #1121

... (truncated)

Commits
  • ce3f43c Update changelog for 1.15.0
  • 4e8412a Add read, write, as_table, and from_qtable to SpectralRegion (#1133)
  • bf2355b Minor changes to DC loaders for future surveys (#1122)
  • a702a2c Include all remote data in coverage run (#1132)
  • 0524eb5 Update github actions versions in CI (#1134)
  • 75d9446 Added changelog section for next release
  • df3ceb0 Update changelog for 1.14.0 release
  • 5ec4931 MNT: Compat with numpy 2 and astropy 6.1 (#1130)
  • dac04ca Update MANGA urls in tests (#1128)
  • 98dfcfd Update function name to with_flux unit and update docstring+tests (#1124)
  • 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)

dependabot[bot] avatar May 05 '24 01:05 dependabot[bot]