From cda75a8ecbc155646a7d335c39ad33486040d133 Mon Sep 17 00:00:00 2001 From: Daniel Gilman Date: Tue, 13 Feb 2024 16:04:06 -0600 Subject: [PATCH 1/2] update pypi version --- pyproject.toml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c415a8ae..6eea07ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "pyhalo" -version = "1.1.0" +version = "1.1.1" authors = [ - { name="Daniel Gilman", email="daniel.gilman@utoronto.ca" }, + { name="Daniel Gilman", email="gilmanda@uchicago.edu" }, ] description = "A python package for generating populations of dark matter halos" readme = "README.md" diff --git a/setup.py b/setup.py index 985cd564..18097eeb 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( author="Daniel Gilman", - version='1.1.0', + version='1.1.1', author_email='daniel.gilman@utoronto.ca', classifiers=[ 'Development Status :: 5 - Stable', From b34fbacbafe7479d48c2f99060458066cb85e3e9 Mon Sep 17 00:00:00 2001 From: Daniel Gilman Date: Tue, 13 Feb 2024 16:04:44 -0600 Subject: [PATCH 2/2] update pypi version --- README.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index e624f1e9..ec504fe2 100644 --- a/README.rst +++ b/README.rst @@ -7,21 +7,21 @@ pyHalo .. image:: https://coveralls.io/repos/github/dangilman/pyHalo/badge.svg?branch=master :target: https://coveralls.io/github/dangilman/pyHalo?branch=master - + .. image:: https://badge.fury.io/py/pyhalo.svg :target: https://badge.fury.io/py/pyhalo - + .. image:: https://github.com/dangilman/pyHalo/blob/master/readme_fig.jpg :target: https://github.com/dangilman/pyHalo/blob/master/readme_fig -pyHalo renders full mass distributions for substructure lensing simulations with the open source gravitational lensing software package lenstronomy (https://github.com/lenstronomy/lenstronomy). The example notebooks illustrate the core functionality of this package. +pyHalo renders full mass distributions for substructure lensing simulations with the open source gravitational lensing software package lenstronomy (https://github.com/lenstronomy/lenstronomy). The example notebooks illustrate the core functionality of this package. -If you would like to use this package and have questions, please get in touch with me at gilmanda@uchicago.edu - I am happy to help! +If you would like to use this package and have questions, please get in touch with me at gilmanda@uchicago.edu - I am happy to help! Installation ------------ -Install via pypi: "python3 -m pip install pyhalo". -The installation via pip of version 1.1.0 includes some changes that may not be backwards compatible with the previous stable version. To use the previous stable version clone the repository from commit 4dc87c8. +Install via pypi: "python3 -m pip install pyhalo". +The installation via pip of version 1.1.1 includes some changes that may not be backwards compatible with the previous stable version. To use the previous stable version clone the repository from commit 4dc87c8. Install from github: "git clone https://github.com/dangilman/pyHalo.git; cd pyhalo; python -m setup.py install". Make sure to check the requirements listed in requirements.txt @@ -34,7 +34,7 @@ The purpose of this code is to quickly render full populations of dark matter su - https://ui.adsabs.harvard.edu/abs/2022MNRAS.512.3163G/abstract - https://ui.adsabs.harvard.edu/abs/2023MNRAS.518.5843D/abstract -2) warm dark matter +2) warm dark matter - https://ui.adsabs.harvard.edu/abs/2020MNRAS.491.6077G/abstract - https://ui.adsabs.harvard.edu/abs/2023MNRAS.524.6159K/abstract @@ -56,13 +56,13 @@ Other useful features: 2) a variety of tidal stripping modules designed to predict the bound subhalo mass function given the infall subhalo mass function -3) automatic calculation of negative sheets of convergence along the line of sight to keep the mean density of the Universe equal to the critical density (adding too much additional mass in halos is like lensing in Universe with negative curvature in the sense that light will not travel in straight lines, on average). +3) automatic calculation of negative sheets of convergence along the line of sight to keep the mean density of the Universe equal to the critical density (adding too much additional mass in halos is like lensing in Universe with negative curvature in the sense that light will not travel in straight lines, on average). -4) Different geometries for rendering line-of-sight halos, ranging from a cylindrical volume to a double-cone configuration that opens towards the lens and closes towards the source. +4) Different geometries for rendering line-of-sight halos, ranging from a cylindrical volume to a double-cone configuration that opens towards the lens and closes towards the source. 5) correlated structure around the main deflector arising from the two-halo term (https://ui.adsabs.harvard.edu/abs/2019MNRAS.487.5721G/abstract, https://ui.adsabs.harvard.edu/abs/2021MNRAS.502.6064L/abstract) -pyHalo currently supports a variety of halo mass profiles, including Navarro-Frenk-White (NFW) profiles, truncated (NFW) profiles, cored power-law (PL) profiles, double PL profiles with variable inner and outer logarithmic slopes, cored NFW profiles, and point masses. +pyHalo currently supports a variety of halo mass profiles, including Navarro-Frenk-White (NFW) profiles, truncated (NFW) profiles, cored power-law (PL) profiles, double PL profiles with variable inner and outer logarithmic slopes, cored NFW profiles, and point masses. Credits -------