Skip to content

Astrometry.net 0.88: fix issue on recent Mac OSX

Compare
Choose a tag to compare
@dstndstn dstndstn released this 08 Jan 21:33
· 191 commits to main since this release

People have reported (https://groups.google.com/g/astrometry/c/F0P5yoxvyNk/m/WpehXN22AgAJ?utm_medium=email&utm_source=footer&pli=1) issues related to handling inf values (HUGE_VAL in the code), since we use --finite-math-only. This fix removes the use of HUGE_VAL as a default signalling value.

There shouldn't be any functional changes for anyone else.