| Name | autolens JSON |
| Version |
2025.11.5.1
JSON |
| download |
| home_page | None |
| Summary | Open-Source Strong Lensing |
| upload_time | 2025-11-05 14:35:57 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.9 |
| license | MIT |
| keywords |
cli
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
PyAutoLens-JAX: Open-Source Strong Lensing
==========================================
.. |nbsp| unicode:: 0xA0
:trim:
.. |binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/Jammy2211/autolens_workspace/HEAD
.. |RTD| image:: https://readthedocs.org/projects/pyautolens/badge/?version=latest
:target: https://pyautolens.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |Tests| image:: https://github.com/Jammy2211/PyAutoLens/actions/workflows/main.yml/badge.svg
:target: https://github.com/Jammy2211/PyAutoLens/actions
.. |Build| image:: https://github.com/Jammy2211/PyAutoBuild/actions/workflows/release.yml/badge.svg
:target: https://github.com/Jammy2211/PyAutoBuild/actions
.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. |JOSS| image:: https://joss.theoj.org/papers/10.21105/joss.02825/status.svg
:target: https://doi.org/10.21105/joss.02825
.. |arXiv| image:: https://img.shields.io/badge/arXiv-1708.07377-blue
:target: https://arxiv.org/abs/1708.07377
.. image:: https://www.repostatus.org/badges/latest/active.svg
:target: https://www.repostatus.org/#active
:alt: Project Status: Active
.. image:: https://img.shields.io/pypi/pyversions/autolens
:target: https://pypi.org/project/autolens/
:alt: Python Versions
.. image:: https://img.shields.io/pypi/v/autolens.svg
:target: https://pypi.org/project/autolens/
:alt: PyPI Version
|binder| |RTD| |Tests| |Build| |code-style| |JOSS| |arXiv|
`Installation Guide <https://pyautolens.readthedocs.io/en/latest/installation/overview.html>`_ |
`readthedocs <https://pyautolens.readthedocs.io/en/latest/index.html>`_ |
`Introduction on Binder <https://mybinder.org/v2/gh/Jammy2211/autolens_workspace/release?filepath=start_here.ipynb>`_ |
`HowToLens <https://pyautolens.readthedocs.io/en/latest/howtolens/howtolens.html>`_
.. image:: https://github.com/Jammy2211/PyAutoLogo/blob/main/gifs/pyautolens.gif?raw=true
:width: 900
When two or more galaxies are aligned perfectly down our line-of-sight, the background galaxy appears multiple times.
This is called strong gravitational lensing and **PyAutoLens** makes it **simple** to model strong gravitational lenses, using JAX to **accelerate lens modeling on GPUs**.
Getting Started
---------------
The following links are useful for new starters:
- `The PyAutoLens readthedocs <https://pyautolens.readthedocs.io/en/latest>`_: which includes `an overview of PyAutoLens's core features <https://pyautolens.readthedocs.io/en/latest/overview/overview_1_start_here.html>`_, `a new user starting guide <https://pyautolens.readthedocs.io/en/latest/overview/overview_2_new_user_guide.html>`_ and `an installation guide <https://pyautolens.readthedocs.io/en/latest/installation/overview.html>`_.
- `The introduction Jupyter Notebook on Binder <https://mybinder.org/v2/gh/Jammy2211/autolens_workspace/release?filepath=start_here.ipynb>`_: try **PyAutoLens** in a web browser (without installation).
- `The autolens_workspace GitHub repository <https://github.com/Jammy2211/autolens_workspace>`_: example scripts and the HowToLens Jupyter notebook lectures.
Support
-------
Support for installation issues, help with lens modeling and using **PyAutoLens** is available by
`raising an issue on the GitHub issues page <https://github.com/Jammy2211/PyAutoLens/issues>`_.
We also offer support on the **PyAutoLens** `Slack channel <https://pyautolens.slack.com/>`_, where we also provide the
latest updates on **PyAutoLens**. Slack is invitation-only, so if you'd like to join send
an `email <https://github.com/Jammy2211>`_ requesting an invite.
HowToLens
---------
For users less familiar with gravitational lensing, Bayesian inference and scientific analysis
you may wish to read through the **HowToLens** lectures. These teach you the basic principles of gravitational lensing
and Bayesian inference, with the content pitched at undergraduate level and above.
A complete overview of the lectures `is provided on the HowToLens readthedocs page <https://pyautolens.readthedocs.io/en/latest/howtolens/howtolens.html>`_
Raw data
{
"_id": null,
"home_page": null,
"name": "autolens",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "cli",
"author": null,
"author_email": "James Nightingale <James.Nightingale@newcastle.ac.uk>, Richard Hayes <richard@rghsoftware.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/23/5b/4345ff5c5e7462521583eea5c0f155ee41226d78ce9d6848f5df4a624120/autolens-2025.11.5.1.tar.gz",
"platform": null,
"description": "PyAutoLens-JAX: Open-Source Strong Lensing\n==========================================\n\n.. |nbsp| unicode:: 0xA0\n :trim:\n\n.. |binder| image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/Jammy2211/autolens_workspace/HEAD\n\n.. |RTD| image:: https://readthedocs.org/projects/pyautolens/badge/?version=latest\n :target: https://pyautolens.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. |Tests| image:: https://github.com/Jammy2211/PyAutoLens/actions/workflows/main.yml/badge.svg\n :target: https://github.com/Jammy2211/PyAutoLens/actions\n\n.. |Build| image:: https://github.com/Jammy2211/PyAutoBuild/actions/workflows/release.yml/badge.svg\n :target: https://github.com/Jammy2211/PyAutoBuild/actions\n\n.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n\n.. |JOSS| image:: https://joss.theoj.org/papers/10.21105/joss.02825/status.svg\n :target: https://doi.org/10.21105/joss.02825\n\n.. |arXiv| image:: https://img.shields.io/badge/arXiv-1708.07377-blue\n :target: https://arxiv.org/abs/1708.07377\n\n.. image:: https://www.repostatus.org/badges/latest/active.svg\n :target: https://www.repostatus.org/#active\n :alt: Project Status: Active\n\n.. image:: https://img.shields.io/pypi/pyversions/autolens\n :target: https://pypi.org/project/autolens/\n :alt: Python Versions\n\n.. image:: https://img.shields.io/pypi/v/autolens.svg\n :target: https://pypi.org/project/autolens/\n :alt: PyPI Version\n\n|binder| |RTD| |Tests| |Build| |code-style| |JOSS| |arXiv|\n\n`Installation Guide <https://pyautolens.readthedocs.io/en/latest/installation/overview.html>`_ |\n`readthedocs <https://pyautolens.readthedocs.io/en/latest/index.html>`_ |\n`Introduction on Binder <https://mybinder.org/v2/gh/Jammy2211/autolens_workspace/release?filepath=start_here.ipynb>`_ |\n`HowToLens <https://pyautolens.readthedocs.io/en/latest/howtolens/howtolens.html>`_\n\n.. image:: https://github.com/Jammy2211/PyAutoLogo/blob/main/gifs/pyautolens.gif?raw=true\n :width: 900\n\nWhen two or more galaxies are aligned perfectly down our line-of-sight, the background galaxy appears multiple times.\n\nThis is called strong gravitational lensing and **PyAutoLens** makes it **simple** to model strong gravitational lenses, using JAX to **accelerate lens modeling on GPUs**.\n\nGetting Started\n---------------\n\nThe following links are useful for new starters:\n\n- `The PyAutoLens readthedocs <https://pyautolens.readthedocs.io/en/latest>`_: which includes `an overview of PyAutoLens's core features <https://pyautolens.readthedocs.io/en/latest/overview/overview_1_start_here.html>`_, `a new user starting guide <https://pyautolens.readthedocs.io/en/latest/overview/overview_2_new_user_guide.html>`_ and `an installation guide <https://pyautolens.readthedocs.io/en/latest/installation/overview.html>`_.\n\n- `The introduction Jupyter Notebook on Binder <https://mybinder.org/v2/gh/Jammy2211/autolens_workspace/release?filepath=start_here.ipynb>`_: try **PyAutoLens** in a web browser (without installation).\n\n- `The autolens_workspace GitHub repository <https://github.com/Jammy2211/autolens_workspace>`_: example scripts and the HowToLens Jupyter notebook lectures.\n\nSupport\n-------\n\nSupport for installation issues, help with lens modeling and using **PyAutoLens** is available by\n`raising an issue on the GitHub issues page <https://github.com/Jammy2211/PyAutoLens/issues>`_.\n\nWe also offer support on the **PyAutoLens** `Slack channel <https://pyautolens.slack.com/>`_, where we also provide the\nlatest updates on **PyAutoLens**. Slack is invitation-only, so if you'd like to join send\nan `email <https://github.com/Jammy2211>`_ requesting an invite.\n\nHowToLens\n---------\n\nFor users less familiar with gravitational lensing, Bayesian inference and scientific analysis\nyou may wish to read through the **HowToLens** lectures. These teach you the basic principles of gravitational lensing\nand Bayesian inference, with the content pitched at undergraduate level and above.\n\nA complete overview of the lectures `is provided on the HowToLens readthedocs page <https://pyautolens.readthedocs.io/en/latest/howtolens/howtolens.html>`_\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Open-Source Strong Lensing",
"version": "2025.11.5.1",
"project_urls": {
"Homepage": "https://github.com/Jammy2211/PyAutoLens"
},
"split_keywords": [
"cli"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "da36ea47d12af49b0c8f7487dceb6a9bfaa85549b5178f24a06aa925dd01eae4",
"md5": "1a557d88de0173c722a8f98f91318ce9",
"sha256": "b8364fbb11ad802c158bb59b636df6c50eeaba41b8369a0c142d599be1bbf1dc"
},
"downloads": -1,
"filename": "autolens-2025.11.5.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1a557d88de0173c722a8f98f91318ce9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 6763140,
"upload_time": "2025-11-05T14:35:54",
"upload_time_iso_8601": "2025-11-05T14:35:54.602189Z",
"url": "https://files.pythonhosted.org/packages/da/36/ea47d12af49b0c8f7487dceb6a9bfaa85549b5178f24a06aa925dd01eae4/autolens-2025.11.5.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "235b4345ff5c5e7462521583eea5c0f155ee41226d78ce9d6848f5df4a624120",
"md5": "27d8381e47e95fcde0875af2af28ea6d",
"sha256": "2068c112e7370eeebc319f7db432845cb66bd6ef0824242ff9df8415aff6c82e"
},
"downloads": -1,
"filename": "autolens-2025.11.5.1.tar.gz",
"has_sig": false,
"md5_digest": "27d8381e47e95fcde0875af2af28ea6d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 6720108,
"upload_time": "2025-11-05T14:35:57",
"upload_time_iso_8601": "2025-11-05T14:35:57.509774Z",
"url": "https://files.pythonhosted.org/packages/23/5b/4345ff5c5e7462521583eea5c0f155ee41226d78ce9d6848f5df4a624120/autolens-2025.11.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-11-05 14:35:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jammy2211",
"github_project": "PyAutoLens",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "autolens"
}