Skip to content

Releases: dangilman/pyHalo

v1.3.4

30 Sep 20:46
Compare
Choose a tag to compare

To be used in next paper

Version 1.3

14 Sep 02:09
Compare
Choose a tag to compare

The main new feature in this release is an updated tidal stripping model

version 1.2

26 Feb 02:11
16d04c8
Compare
Choose a tag to compare

This release includes several changes to default methods implemented in the preset model functions. First, the tidal truncation routine applied to subhalos now defaults to TRUNCATION_GALACTICUS. Second, the scaling with host halo mass and redshift of the infall subhalo mass function amplitude now uses values obtained from the latest galacticus calibration.

Code version 1.1

13 Feb 22:09
8dd9039
Compare
Choose a tag to compare

This release includes several new features:

  1. tidal truncation model for subhalos specified by the keyword argument truncation_model_subhalos="TRUNCATION_GALACTICUS" in the preset_model functions. This method computes the bound mass of a subhalo given its infall time, infall concentration, and the host halo concentration, and then assigns a truncation radius so that the NFW profile has the correct remaining (bound) mass
  2. a modification to the two-halo term computed by Lazar et al. (2021) that adds roughly twice as much correlated structure around the main deflector as the two-halo term on its own

Code version 1.0

25 Jul 19:36
Compare
Choose a tag to compare

Implements fully-functional versions of each method up to July 25th, 2023

Release 0.2.9

06 Jul 19:19
Compare
Choose a tag to compare

This release implements a new routine for tidal truncation of NFW halos based on their infall concentration, infall redshift, and the concentration of the host halo. This model was calibrated using the semi-analytic subhalo evolution code galacticus. The new truncation class can be used in preset models by specifying truncation_model_subhalos = 'TRUNCATION_GALACTICUS'. This release also fixes a minor bug associated with computing the bound mass of a truncated halo (this is relevant only for plotting routines, any lensing calculation is unaffected)

0.2.8

14 Jun 15:31
Compare
Choose a tag to compare

Includes minor bug fixes, a new preset model (WDMGeneral), a new subhalo truncation routine (TRUNCATE_MEAN_DENSITY), a new concentration-mass relation for WDM (FROM_FORMATION_HISTORY), and a new mass function for WDM based on Stucker et al. (2021) https://arxiv.org/abs/2109.09760

Code version 0.2.4

29 May 17:23
Compare
Choose a tag to compare

fixes bug in subhalo spatial distribution rendering

Code version 2.0.0 (after refactoring)

23 May 19:03
Compare
Choose a tag to compare

This version of pyHalo is the first release after major refactoring and reorganization of modules. Many changes are not backwards compatible

Code version before refactoring

04 May 06:25
Compare
Choose a tag to compare

This is the the most up to date code version of pyHalo before a large refactoring that will not be backwards compatible