Skip to content

v0.6.0

Compare
Choose a tag to compare
@kbarbary kbarbary released this 06 Sep 19:59
· 184 commits to main since this release
  • New, more coherent C API. This change should be transparent to users
    of the Python module.
  • Add variance uncertainty parameters errx2, erry2 and errxy to
    output of sep.extract().
  • Add a minimum sigma to sep.winpos() to match Source Extractor
    behavior.
  • Fix use of boolean masks in sep.kron_radius(). Formerly, using a
    boolean mask resulted in nonsense results.
  • Fix segfault in Background.back() when box size is same as image size.
  • Fix bug in creating long error messages on Python 3.