Skip to content

v3.1.5

Compare
Choose a tag to compare
@dsavransky dsavransky released this 31 Jul 21:03
· 140 commits to master since this release
0e375dd

EXOSIMS v3.1.5 - Compatibility Rollup

This minor release contains two changes:

  1. In the TargetList Prototype, when scaleWAdMag is set, attribute int_dMag was previously scaled off of a base value equal to intCutoff_dMag (this was intended to mimic the original default behavior of this keyword, which scaled from the Completeness module's dMaglim). However, this led to aggressively large integration target dMag values, so the scaling has been changed to scale off of the input int_dMag.
  2. With flake8 updating to v6.1.0, a few places in the codebase started to fail linting. In particular, all cases where a variable's type was checked via direct comparison to a class have been updated to use isinstance.