v2.1.1
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_simby @lgarrison in #172 - halo light cones: reduce memory usage in prepare_sim by @boryanah in #173
- tsc: return None from
tsc_parallelwhen the user passes a pre-allocated ndarray by @lgarrison in #180
Full Changelog: v2.1.0...v2.1.1