Skip to content

v1.1.0

Compare
Choose a tag to compare
@ttricco ttricco released this 09 Mar 18:43
· 131 commits to main since this release

Sarracen 1.1.0 Release Notes

New Features:

  • Normalized interpolation has been added to rendering and interpolation, and is turned on by default.
  • Density-weighted interpolation has been added to rendering and interpolation. It is on by default for column-integrated views. If the target quantity is A, then using density-weighted interpolation will interpolate rho*A. In this case, the normalization is over the density.
  • read_phantom() has a new parameter ignore_inactive=, which defaults to True. If ignore_inactive=True, then Sarracen will not read particles with h < 0, that is, dead or accreted particles whose smoothing lengths have been set to a negative value.

Bug fixes:

  • The safety check on y-limits during interpolation was mistakenly comparing the lower x-limit instead of y-limit.