Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@sschmidt23 sschmidt23 released this 16 Aug 18:52
· 2 commits to main since this release
aca3baf

minor fixes to use list instead of tuple for parameters and computing number of chunks. Added an "only_colors" config parameter that enables you to run KNearestNeighbor using only the galaxy colors and without the reference band magnitude, which will give different results, particularly when the training set magnitude distribution is dramatically different than the test set magnitude distribution.

What's Changed

  • Switch to using list instead of tuple for parameters, fix stage names by @eacharles in #19
  • add 'only_colors' option to KNearNeigh #20 by @sschmidt23 in #21
  • The total number of chunks was not computed properly by @joselotl in #23

Full Changelog: v1.0.1...v1.0.2