v1.3.0
This release adds the metadata
module and drops support for Python 3.6. It also contains several features, bugfixes, and optimizations for the HOD and light cone modules.
What's Changed
- Fix read lc rv by @boryanah in #37
- fixed dtype mismatch in tpcf calculator by @SandyYuan in #40
- Fix origin by @boryanah in #41
- some nice numba accelerations for fenv calculation by @SandyYuan in #45
- Factorize dependencies by @lgarrison in #46
- allows user to output code in chunks when simulation input (or output… by @boryanah in #48
- Ftr chunk by @boryanah in #50
- new particle subsampling by @SandyYuan in #49
- Reduce memory usage in Menv tree queries by @lgarrison in #51
- Try to fix tests and remove temporary files by @lgarrison in #52
- added two conformity parameters for ELGs by @SandyYuan in #54
- Add
metadata
module containing simulation headers by @lgarrison in #56
Full Changelog: v1.2.0...v1.3.0