Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 584 Bytes

CHANGES.md

File metadata and controls

14 lines (11 loc) · 584 Bytes

v0.1.3-git (unreleased)

  • fixed docstring in clusters.ClusterEnsemble().deltasigma_nfw() to correctly state that it does do the miscentering calculation

v0.1.2 (12 May 2016) -- expand cosmology options

  • clusters.ClusterEnsemble() accepts input cosmology as any astropy.cosmology object

v0.1.1 (18 Mar 2016) -- minor API update

  • fixed miss-spelling of "richness" in function names:
    • mass_to_richess() => mass_to_richness()
    • richess_to_mass() => richness_to_mass()
  • confirmed compatibility with Python 3.4, 3.5

v0.1.0 (14 Feb 2016) -- Initial release.