Skip to content

Commit

Permalink
Merge pull request lenstronomy#602 from sibirrer/main
Browse files Browse the repository at this point in the history
ready for release 1.11.9
  • Loading branch information
sibirrer authored Apr 5, 2024
2 parents d650618 + ad1c965 commit 0eed1a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,8 @@ History
1.11.8 (2024-03-23)
+++++++++++++++++++
* faster lens equation solver with constant convergence
* decoupled multi-plane formalism
* decoupled multi-plane formalism

1.11.9 (2024-04-05)
+++++++++++++++++++
* COOLEST format with external convergence implemented
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.8"
__version__ = "1.11.9"
__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 @@ -75,13 +75,13 @@ def run_tests(self):

setup(
name="lenstronomy",
version="1.11.8",
version="1.11.9",
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.8.tar.gz",
download_url="https://github.com/lenstronomy/lenstronomy/archive/1.11.9.tar.gz",
packages=find_packages(PACKAGE_PATH, "test"),
package_dir={"lenstronomy": "lenstronomy"},
include_package_data=True,
Expand Down

0 comments on commit 0eed1a3

Please sign in to comment.