Skip to content

v1.1.0

Compare
Choose a tag to compare
@ojustino ojustino released this 18 Aug 19:48
· 207 commits to main since this release
7e7e4a6

New Features

  • peak_method as an optional argument to KosmosTrace [#115]

API Changes

  • HorneExtract no longer requires mask and unit arguments [#105]
  • BoxcarExtract and HorneExtract now accept parameters (and require the image and trace) at initialization, and allow overriding any input parameters when calling [#117]

Bug Fixes

  • Corrected the default mask created in HorneExtract/OptimalExtract when a user doesn't specify one and gives their image as a numpy array [#118]

What's Changed

  • Bump notebook from 6.4.1 to 6.4.10 in /notebook_sandbox/jwst_boxcar by @dependabot in #100
  • Made non-required Horne arguments truly optional by @ojustino in #105
  • Testing updates and post-release fixes by @tepickering in #107
  • Bump notebook from 6.4.10 to 6.4.12 in /notebook_sandbox/jwst_boxcar by @dependabot in #112
  • Improved api docs by @kecnry in #111
  • Add citation and Zenodo badge by @tepickering in #110
  • Bump numpy from 1.21.0 to 1.22.0 in /notebook_sandbox/jwst_boxcar by @dependabot in #113
  • HorneExtract: require variance array to be fully positive by @kecnry in #114
  • Kosmos trace peak_method options by @kecnry in #115
  • Correct license path in README by @ojustino in #119
  • Update citation file by @ojustino in #120
  • changelog entry for (already merged) KosmosTrace peak_method by @kecnry in #122
  • extract: more consistent API compared to other steps by @kecnry in #117
  • Correct default mask for array images in HorneExtract by @ojustino in #118
  • Added changelog entry for HorneExtract API change by @ojustino in #123
  • Preparation for release v1.1.0 by @ojustino in #124

Full Changelog: v1.0.0...v1.1.0