Skip to content

Commit

Permalink
ready for release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed Jul 27, 2024
1 parent 7b01463 commit 6a6a2b5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,14 @@ History

1.11.10 (2024-05-15)
++++++++++++++++++++
* bug fix in analytical lens equation solver for SIE+CONVERGENCE
* bug fix in analytical lens equation solver for SIE+CONVERGENCE

1.12.0 (2024-05-15)
++++++++++++++++++++
* renamed some lens profiles
* minor bug fixed for lens equation solver involving multiple EPL profiles
* FittingSequence allows to store intermediate PSF iteration results
* minor updates of lens_plot
* multiple conjugent points in likelihood
* convenient checking of parameter bounds
* STARRED PSF iteration procedure
2 changes: 1 addition & 1 deletion lenstronomy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "lenstronomy developers"
__email__ = "lenstronomy-dev@googlegroups.com"
__version__ = "1.11.10"
__version__ = "1.12.0"
__credits__ = "lenstronomy developers"

from .Util.package_util import short, laconic
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ def run_tests(self):

setup(
name="lenstronomy",
version="1.11.10",
version="1.12.0",
description="Strong lens modeling package.",
long_description=desc,
author="lenstronomy developers",
author_email="lenstronomy-dev@googlegroups.com",
url="https://github.com/lenstronomy/lenstronomy",
download_url="https://github.com/lenstronomy/lenstronomy/archive/1.11.10.tar.gz",
download_url="https://github.com/lenstronomy/lenstronomy/archive/1.12.0.tar.gz",
packages=find_packages(PACKAGE_PATH, "test"),
package_dir={"lenstronomy": "lenstronomy"},
include_package_data=True,
Expand Down

0 comments on commit 6a6a2b5

Please sign in to comment.