Skip to content

Releases: LSSTDESC/rail_sklearn

v1.1.3

30 Jun 22:03
fbd786e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

18 Apr 23:10
7fb6877
Compare
Choose a tag to compare

What's Changed

  • allow for older models that don't have only_colors option by @eacharles in #26

Full Changelog: v1.1.1...v1.1.2

v1.1.1: docstring formatting

18 Feb 18:49
623d3a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Feb 23:59
d290f52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

16 Aug 18:52
aca3baf
Compare
Choose a tag to compare

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

v1.0.1: Merge pull request #18 from LSSTDESC/ceci2

17 Jul 09:48
a1da1ee
Compare
Choose a tag to compare

What's Changed

v1.0.0

13 May 20:38
a02cd35
Compare
Choose a tag to compare

RAIL v1.0 stamp

Full Changelog: v0.0.7...v1.0.0

v0.0.7

08 May 15:55
a02cd35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

17 Apr 23:57
3d22132
Compare
Choose a tag to compare

Josue tracked down a bug where NZDir was failing in Jupyter if the input data was larger than the default chunk_size of 10,000 galaxies. This should no longer be an issue.

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5: new copier template

01 Nov 01:53
e5f7b76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5