Skip to content

v2.1.1

Choose a tag to compare

@lgarrison lgarrison released this 25 Jul 17:09
· 29 commits to main since this release

This is a patch release, primarily to publish the reduction in memory usage in the HOD module.

There is a small change to tsc_parallel() that may be breaking: when passing in a pre-allocated ndarray, that ndarray is no longer returned to make it clear that the array is being modified in-place.

Breaking Changes

  • tsc: return None from tsc_parallel when the user passes a pre-allocated ndarray [#180]

Fixes

  • hod: reduce menv memory usage in prepare_sim [#172]
  • halo light cones: reduce memory usage in prepare_sim [#173]

Documentation

  • Added a subsample particle tracking tutorial
  • Other documentation tweaks and improvements

What's Changed [autogenerated]

  • hod: reduce menv memory usage in prepare_sim by @lgarrison in #172
  • halo light cones: reduce memory usage in prepare_sim by @boryanah in #173
  • tsc: return None from tsc_parallel when the user passes a pre-allocated ndarray by @lgarrison in #180

Full Changelog: v2.1.0...v2.1.1