{ "info": { "author": "Simon Birrer", "author_email": "sibirrer@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.6" ], "description": "========================================================\nlenstronomy - gravitational lensing software package\n========================================================\n\n.. image:: https://badge.fury.io/py/lenstronomy.png\n :target: http://badge.fury.io/py/lenstronomy\n\n.. image:: https://travis-ci.org/sibirrer/lenstronomy.png?branch=master\n :target: https://travis-ci.org/sibirrer/lenstronomy\n\n.. image:: https://readthedocs.org/projects/lenstronomy/badge/?version=latest\n :target: http://lenstronomy.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://coveralls.io/repos/github/sibirrer/lenstronomy/badge.svg?branch=master\n :target: https://coveralls.io/github/sibirrer/lenstronomy?branch=master\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat\n :target: https://github.com/sibirrer/lenstronomy/blob/master/LICENSE\n\n.. image:: https://img.shields.io/badge/arXiv-1803.09746%20-yellowgreen.svg\n :target: https://arxiv.org/abs/1803.09746\n\n``lenstronomy`` is a multi-purpose package to model strong gravitational lenses. The software package is presented in\n`Birrer & Amara 2018 `_ and is based on `Birrer et al 2015 `_.\n``lenstronomy`` finds application in e.g. `Birrer et al 2016 `_ and\n`Birrer et al 2018 `_ for time-delay cosmography and measuring\nthe expansion rate of the universe and `Birrer et al 2017 `_ for\nquantifying lensing substructure to infer dark matter properties.\n\n\nThe development is coordinated on `GitHub `_ and contributions are welcome.\nThe documentation of ``lenstronomy`` is available at `readthedocs.org `_ and\nthe package is distributed over `PyPI `_.\n\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install lenstronomy --user\n\n\nRequirements\n------------\nTo run lens models with elliptical mass distributions, the fastell4py package, originally from Barkana (fastell),\nis also required and can be cloned from: `https://github.com/sibirrer/fastell4py `_ (needs a fortran compiler)\n\nAdditional python libraries:\n\n* ``CosmoHammer`` (through PyPi)\n* ``astropy``\n* ``dynesty``\n* ``pymultinest``\n* ``pypolychord``\n* ``nestcheck``\n* standard python libraries (``numpy``, ``scipy``)\n\n\n\nModelling Features\n------------------\n\n* a variety of lens models to use in arbitrary superposition\n* lens equation solver\n* multi-plane ray-tracing\n* Extended source reconstruction with basis sets (shapelets) and analytic light profiles\n* Point sources\n* numerical options for sub-grid ray-tracing and sub-pixel convolution\n* non-linear line-of-sight description\n* iterative point spread function reconstruction\n* linear and non-linear optimization modules\n* Pre-defined plotting and illustration routines\n* Particle swarm optimization for parameter fitting\n* MCMC (emcee from CosmoHammer) for parameter inferences\n* Nested Sampling (MultiNest, DyPolyChord, or Dynesty) for evidence computation and parameter inferences\n* Kinematic modelling\n* Cosmographic inference tools\n\n\n\nGetting started\n---------------\n\nThe `starting guide jupyter notebook `_\nleads through the main modules and design features of ``lenstronomy``. The modular design of ``lenstronomy`` allows the\nuser to directly access a lot of tools and each module can also be used as stand-alone packages.\n\n\nExample notebooks\n-----------------\n\nWe have made an extension module available at `http://github.com/sibirrer/lenstronomy_extensions `_.\nYou can find simple examle notebooks for various cases. The latest versions of the notebooks should be compatible with the recent pip version of lenstronomy.\n\n* `Units, coordiante system and parameter definitions in lenstronomy `_\n* `Quadrupoly lensed quasar modelling `_\n* `Double lensed quasar modelling `_\n* `Time-delay cosmography `_\n* `Source reconstruction and deconvolution with Shapelets `_\n* `Solving the lens equation `_\n* `Measuring cosmic shear with Einstein rings `_\n* `Fitting of galaxy light profiles, like e.g. GALFIT `_\n* `Quasar-host galaxy decomposition `_\n* `Hiding and seeking a single subclump `_\n* `Mock generation of realistic images with substructure in the lens `_\n* `Mock simulation API with multi color models `_\n* `Catalogue data modeling of image positions, flux ratios and time delays `_\n* `Example of numerical ray-tracing and convolution options `_\n\n\nMailing list\n------------\n\nYou can join the **lenstronomy** mailing list by signing up on the\n`google groups page `_.\n\nThe email list is meant to provide a communication platform between users and developers. You can ask questions,\nand suggest new features. New releases will be announced via this mailing list.\n\nIf you encounter errors or problems with **lenstronomy**, please let us know!\n\n\nShapelet reconstruction demonstration movies\n--------------------------------------------\n\nWe provide some examples where a real galaxy has been lensed and then been reconstructed by a shapelet basis set.\n\n* `HST quality data with perfect knowledge of the lens model `_\n* `HST quality with a clump hidden in the data `_\n* `Extremely large telescope quality data with a clump hidden in the data `_\n\n\n\nAttribution\n-----------\nThe design concept of ``lenstronomy`` are reported in\n`Birrer & Amara 2018 `_. Please cite this paper whenever you publish\nresults that made use of ``lenstronomy``. Please also cite `Birrer et al 2015 `_\nwhen you make use of the ``lenstronomy`` work-flow or the Shapelet source reconstruction. Please make sure to cite also\nthe relevant work that was implemented in ``lenstronomy``, as described in the release paper.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/sibirrer/lenstronomy/archive/1.0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sibirrer/lenstronomy", "keywords": "lenstronomy", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lenstronomy", "package_url": "https://pypi.org/project/lenstronomy/", "platform": "", "project_url": "https://pypi.org/project/lenstronomy/", "project_urls": { "Download": "https://github.com/sibirrer/lenstronomy/archive/1.0.1.tar.gz", "Homepage": "https://github.com/sibirrer/lenstronomy" }, "release_url": "https://pypi.org/project/lenstronomy/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Strong lens modeling package.", "version": "1.0.1" }, "last_serial": 5915573, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3ab5e91ff858c933228ff690fa736518", "sha256": "f070f0e535f44af329153e3509a72668dbecfdf8978c03b107f86aaba5ebf2c6" }, "downloads": -1, "filename": "lenstronomy-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "3ab5e91ff858c933228ff690fa736518", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 234839, "upload_time": "2018-01-10T00:51:08", "url": "https://files.pythonhosted.org/packages/7b/08/c298d6a632060d15da66354c9df2b9856ea3c2cdb1a055af0daa9682a704/lenstronomy-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88d848da994bb7207e7965794e2ee761", "sha256": "56b2903269b48c4169b2c76f2a002fc1a89bb370ea0555ad8ae248fafd301243" }, "downloads": -1, "filename": "lenstronomy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "88d848da994bb7207e7965794e2ee761", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 164927, "upload_time": "2018-01-10T00:51:11", "url": "https://files.pythonhosted.org/packages/f4/2b/4a7b0ae102094958b579e2b93add97a14709b3f8960fbbed119babfe1535/lenstronomy-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "c34a6c578c8159c9001db19c93021727", "sha256": "0540a654bb67c4fbe74b74bb3f149d945b72c32487868e51182ecdc549cd8fcc" }, "downloads": -1, "filename": "lenstronomy-0.0.10.tar.gz", "has_sig": false, "md5_digest": "c34a6c578c8159c9001db19c93021727", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158429, "upload_time": "2018-01-31T07:21:16", "url": "https://files.pythonhosted.org/packages/1d/a8/e1c3ba71db8103716bc88410cbfef687c441521b0f3f7ef6913a6c3bef78/lenstronomy-0.0.10.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5dde59345fb966a7342db7be4f8adfef", "sha256": "d0f10a4ba22a6ddfb6910798bd5f0fc2d8d7964680cd116248064f5e7adc19a8" }, "downloads": -1, "filename": "lenstronomy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "5dde59345fb966a7342db7be4f8adfef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152271, "upload_time": "2018-01-17T01:35:09", "url": "https://files.pythonhosted.org/packages/2a/cd/af3c8140744aae4d9ebe9cbf9ca90ef94d57d3cde7d15882652038bd200f/lenstronomy-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "e52f50160c8829bf82185d5122b29e8e", "sha256": "d3d06767e6dae92ad18ae8d895028a9cee62858b2967a18c8279c70a7222e0d1" }, "downloads": -1, "filename": "lenstronomy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e52f50160c8829bf82185d5122b29e8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 177688, "upload_time": "2018-02-26T00:19:42", "url": "https://files.pythonhosted.org/packages/e7/b6/ecaf8ee35d61bd38fef47eb80f36810d2e6209e62c46a479b63909f458e4/lenstronomy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7d65f609789fd5b4b80e5f33e38989d9", "sha256": "69e8affbcaf0a22f8c2b8f0503cfec694260dc7cc425ae9ae2982e6888eee3d3" }, "downloads": -1, "filename": "lenstronomy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7d65f609789fd5b4b80e5f33e38989d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 181619, "upload_time": "2018-03-06T02:55:54", "url": "https://files.pythonhosted.org/packages/07/66/51713489621dbde38cb6e8839416f79b5ed1554c996cc83d8804984372aa/lenstronomy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "afe073c6edca698ad58af2bb8b87ed67", "sha256": "abaff32e6be3e04912f342a65d7c2058c0cbdb1cc9012c1d7fb5a6a1d3ac640b" }, "downloads": -1, "filename": "lenstronomy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "afe073c6edca698ad58af2bb8b87ed67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179888, "upload_time": "2018-03-11T06:00:00", "url": "https://files.pythonhosted.org/packages/f4/90/f5d0ff4803b9e5d08f473fbddc2e2bb17f2e4282795f17410b46f2093e86/lenstronomy-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "676ed258a738233fae9cf1f475dd1a4b", "sha256": "29d4688aae2c62011d4c341d1e264b4fa581bb0cb3757463925a037c54bd50af" }, "downloads": -1, "filename": "lenstronomy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "676ed258a738233fae9cf1f475dd1a4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179868, "upload_time": "2018-03-11T07:21:27", "url": "https://files.pythonhosted.org/packages/76/5a/eb0221dab6a327b96e6041dd03f9d6e9741bb4c0725bab65f755f0642922/lenstronomy-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "e81d613681dfde960923a9bed0a5edf4", "sha256": "0e71c4225963361df6309a4db9d3f778c61b0375cb109c5720084e7b1f86d56a" }, "downloads": -1, "filename": "lenstronomy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e81d613681dfde960923a9bed0a5edf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180671, "upload_time": "2018-03-19T21:01:48", "url": "https://files.pythonhosted.org/packages/30/b8/35472ef469438fc20b4ce6e60cdb704d04ae148f4687e6bd4f38529d7a6c/lenstronomy-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "cc6f5e999ed65cb72d11a1c7c5110604", "sha256": "c498860927039e7f0b516b7ebc65f21197ba21d40b84af50cf7cd493b507cd58" }, "downloads": -1, "filename": "lenstronomy-0.2.2.tar.gz", "has_sig": false, "md5_digest": "cc6f5e999ed65cb72d11a1c7c5110604", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 181297, "upload_time": "2018-03-26T04:03:54", "url": "https://files.pythonhosted.org/packages/c8/bc/a62e71973c74dc0584edda6ee6931861a249641c21af6f27c8d7229a294d/lenstronomy-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "f7356a32c96d828431fbd226fc52ef0c", "sha256": "1791be96d97316122fce9ec0216aacc73331ee2502b5b326a38dff9176083330" }, "downloads": -1, "filename": "lenstronomy-0.2.3.tar.gz", "has_sig": false, "md5_digest": "f7356a32c96d828431fbd226fc52ef0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 181636, "upload_time": "2018-03-28T02:19:04", "url": "https://files.pythonhosted.org/packages/e9/ba/691a1489bdd7bb8ccf1495c6ee14270d6be00e6495220b7515663832f3b0/lenstronomy-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "3f83f87e0a4fae86b0d972cf21fee06f", "sha256": "b73e5ceaa1fed9441f7d54e67829b54eb4cc5faf25766d8761493166584766b2" }, "downloads": -1, "filename": "lenstronomy-0.2.4.tar.gz", "has_sig": false, "md5_digest": "3f83f87e0a4fae86b0d972cf21fee06f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188247, "upload_time": "2018-05-09T17:33:40", "url": "https://files.pythonhosted.org/packages/d6/6b/aca99ecf946db22146d1e4d75d5619d8a25c27ccc7427914cf9ee13c43a9/lenstronomy-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "f6b920622ebc2c21908c019ff15739b6", "sha256": "cb0bccb7bad9dd71ea9231dcd77e8394e5dc763f743d8a9b68abc286d7d51482" }, "downloads": -1, "filename": "lenstronomy-0.2.5.tar.gz", "has_sig": false, "md5_digest": "f6b920622ebc2c21908c019ff15739b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188910, "upload_time": "2018-05-12T18:00:33", "url": "https://files.pythonhosted.org/packages/ee/1d/3a4ba03eeffbcb772365e4e9ddf9565f55d99273f9c84d994326348f6e03/lenstronomy-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "4baa81069951e19f9e0155cff07e8ed4", "sha256": "cf7d98df27dda462e490397b0fa670fe430863f55e40f1170ee48ebc4b71b88c" }, "downloads": -1, "filename": "lenstronomy-0.2.6.tar.gz", "has_sig": false, "md5_digest": "4baa81069951e19f9e0155cff07e8ed4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188992, "upload_time": "2018-05-13T21:11:50", "url": "https://files.pythonhosted.org/packages/b9/dc/26c4caa0ee09c9bb76111a23076f53d153dd27cc50090d8da4eef806e8c8/lenstronomy-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "07ad6988a6670b7fc44e11ab15ec06d2", "sha256": "f0046a6a637c8be32e2de61fec8806955481fd07af5c43aee55f0adb8232fc79" }, "downloads": -1, "filename": "lenstronomy-0.2.7.tar.gz", "has_sig": false, "md5_digest": "07ad6988a6670b7fc44e11ab15ec06d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189720, "upload_time": "2018-05-15T21:13:02", "url": "https://files.pythonhosted.org/packages/43/d5/f27254d2c33b8855b7da089972aea61a07d554b18197c5305d433947743a/lenstronomy-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "714770f67f8fb90650990b7abe381545", "sha256": "75e3d68160052e3ea683262a394fe9aa2546d7dc84a749a064d8023290504e03" }, "downloads": -1, "filename": "lenstronomy-0.2.8.tar.gz", "has_sig": false, "md5_digest": "714770f67f8fb90650990b7abe381545", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194038, "upload_time": "2018-06-01T05:50:55", "url": "https://files.pythonhosted.org/packages/23/3d/c30b97d0c80e3c7729092cd5084272a5091a43f8accf896efdd65bbd2552/lenstronomy-0.2.8.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "31da2965596cbb505a8cab327c9016e0", "sha256": "80fe85ab660db52e5a32b6f470245865d00044fc91adfddcf49898abb6b095e5" }, "downloads": -1, "filename": "lenstronomy-0.3.0.tar.gz", "has_sig": false, "md5_digest": "31da2965596cbb505a8cab327c9016e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 203572, "upload_time": "2018-06-28T12:40:59", "url": "https://files.pythonhosted.org/packages/2f/a9/2a6c6808665d034e9137e8974c4849c67f2e5647943e0b6431d1871df1ee/lenstronomy-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "3e5ec1387e7873a2c802f4c8eb564148", "sha256": "be6fea87215481e99b00870a83d50e1fceef2ac9fd931c5d7f43cb1212ca9248" }, "downloads": -1, "filename": "lenstronomy-0.3.1.tar.gz", "has_sig": false, "md5_digest": "3e5ec1387e7873a2c802f4c8eb564148", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 206846, "upload_time": "2018-07-21T23:09:05", "url": "https://files.pythonhosted.org/packages/9d/c7/fb50e9ce9e7ced978d22cb313d98da67f0308585688c2a671dc03e197aa0/lenstronomy-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "93e313825c72670d7c2582b5d1949d94", "sha256": "86f69b5cb7830ee9a5da85d4dd7e6192f93b5f36622bd19b57b044bead08ae7b" }, "downloads": -1, "filename": "lenstronomy-0.3.2.tar.gz", "has_sig": false, "md5_digest": "93e313825c72670d7c2582b5d1949d94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 208172, "upload_time": "2018-07-29T04:31:53", "url": "https://files.pythonhosted.org/packages/c0/a4/6db7694c1326e4a748c67182ab0fd8e2a597387f69663178e4635f4e0ac7/lenstronomy-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "0b983b240c350af411eff1422005219d", "sha256": "ceeaa5d86a8948c226076756a3e0b1ba7cbd0b922f4c637e7f76fc347ed6bb45" }, "downloads": -1, "filename": "lenstronomy-0.3.3.tar.gz", "has_sig": false, "md5_digest": "0b983b240c350af411eff1422005219d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 231285, "upload_time": "2018-08-22T16:47:34", "url": "https://files.pythonhosted.org/packages/b3/c5/f8f4cd72b5612abb7bccfe0a2604c0e63f77cf3b12f969ecce0e105ca6e3/lenstronomy-0.3.3.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "274a5bf093c80513a301d030c6b4ab98", "sha256": "f32cc6861f4db03da05e1dba23bb934a6f080bb220b1d6116276b9a9a4a9d662" }, "downloads": -1, "filename": "lenstronomy-0.4.0.tar.gz", "has_sig": false, "md5_digest": "274a5bf093c80513a301d030c6b4ab98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5701430, "upload_time": "2018-09-21T20:18:25", "url": "https://files.pythonhosted.org/packages/e4/bc/91a797448e7fbbfbcbf5a8b312bef8de39df70c8b2687c8942604b762248/lenstronomy-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "ec288fb627ca850d1a92eb665b2d11c9", "sha256": "a653a7fc8671791e9d5905c63ab16bdd1984d4f85b0d7c084b8d3d9568bb9721" }, "downloads": -1, "filename": "lenstronomy-0.4.1.tar.gz", "has_sig": false, "md5_digest": "ec288fb627ca850d1a92eb665b2d11c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5702953, "upload_time": "2018-10-19T00:23:36", "url": "https://files.pythonhosted.org/packages/92/ed/9a7c5da06a7bb898b20f79aac91d6ba6d6a674d54984324b9c469aa7b6f0/lenstronomy-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "72391d744c678c4ad996d58eb91a9bdc", "sha256": "8de58cae7509bed7c8742af126ab390976a7b41c1d672a5aa78b51a7bd7416bf" }, "downloads": -1, "filename": "lenstronomy-0.4.2.tar.gz", "has_sig": false, "md5_digest": "72391d744c678c4ad996d58eb91a9bdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5703539, "upload_time": "2018-10-25T16:01:52", "url": "https://files.pythonhosted.org/packages/2f/eb/e9981dfb747bbbad0724afab7ec70f2e5e012edbe795f8933643ee194fb5/lenstronomy-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "25a8bbf5786c5c5f84ace41edc9d9b24", "sha256": "498b2da65f33a9c0276d9373352ea044c89b6dfd682ea3813a0decc56660716e" }, "downloads": -1, "filename": "lenstronomy-0.4.3.tar.gz", "has_sig": false, "md5_digest": "25a8bbf5786c5c5f84ace41edc9d9b24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5710683, "upload_time": "2018-11-28T05:07:42", "url": "https://files.pythonhosted.org/packages/c8/f5/0ae86551e7eea4fccfa78f310086b53a48a35abe61b73626b44320dde33c/lenstronomy-0.4.3.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "5111c7d66cf9417e0c948fe98233c4a2", "sha256": "ba0c5880441d63ac6a76b9e6efd8fe12eb4182a0173c3a93df69b5640256f215" }, "downloads": -1, "filename": "lenstronomy-0.5.0.tar.gz", "has_sig": false, "md5_digest": "5111c7d66cf9417e0c948fe98233c4a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5716250, "upload_time": "2019-02-01T20:05:34", "url": "https://files.pythonhosted.org/packages/7a/e9/49648a3daa67432808b4e60abb71403e4e598b9f02bb93c59c10ab16734d/lenstronomy-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "ca4e4e33cdf91b74b15985b170726acc", "sha256": "30acb9779f6361e97305cbe67b7c1c6099a2e6ebb261eff2b1b46e7c10cb83bc" }, "downloads": -1, "filename": "lenstronomy-0.6.0.tar.gz", "has_sig": false, "md5_digest": "ca4e4e33cdf91b74b15985b170726acc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5730559, "upload_time": "2019-02-27T01:47:08", "url": "https://files.pythonhosted.org/packages/0a/a4/764065dccb9346671776e8178217f34d48309dfcb7eaae91c8c99e1abe28/lenstronomy-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "0d7eed26aa3d409fa00432fde9ea942e", "sha256": "0634f841909a9b3c706a37e2f1572fc7b6e2a5e8088874302b1ec711108bc878" }, "downloads": -1, "filename": "lenstronomy-0.7.0.tar.gz", "has_sig": false, "md5_digest": "0d7eed26aa3d409fa00432fde9ea942e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5743063, "upload_time": "2019-04-13T19:17:51", "url": "https://files.pythonhosted.org/packages/23/d9/3056eb0e6bf97256cd4918829d55a6738b5af495dc9591eb75aa1c97bd08/lenstronomy-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "738f0670146f29959ff79a855bb77be9", "sha256": "923301ce8a43be9e7691fb96859acba9d3e9d9ae8aa6b1bd2d17da846374ec82" }, "downloads": -1, "filename": "lenstronomy-0.8.0.tar.gz", "has_sig": false, "md5_digest": "738f0670146f29959ff79a855bb77be9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5756612, "upload_time": "2019-05-23T04:23:10", "url": "https://files.pythonhosted.org/packages/d2/17/230ed63e04ef3a58dd7238d1c03feea44b3663ed7b2c09b6b80ddd974424/lenstronomy-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "0c2eef05193bf9c862b37269a8b5cb48", "sha256": "feb5b57c9131399311b7b6bad2e5e7d0e05b36347a4a188c5721f40895b86658" }, "downloads": -1, "filename": "lenstronomy-0.8.1.tar.gz", "has_sig": false, "md5_digest": "0c2eef05193bf9c862b37269a8b5cb48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5757542, "upload_time": "2019-05-24T03:33:26", "url": "https://files.pythonhosted.org/packages/e2/53/841a83835b9de2f12d60665da0f6abef2e2aab9096e49b57d3014c50f8f9/lenstronomy-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "1aa85b4e0e05267775fa6863f4789137", "sha256": "463e0e0274f4bf726dc77594a8f31e3512f8117ae18e75269e66764a14d1813b" }, "downloads": -1, "filename": "lenstronomy-0.8.2.tar.gz", "has_sig": false, "md5_digest": "1aa85b4e0e05267775fa6863f4789137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5770797, "upload_time": "2019-05-28T00:57:27", "url": "https://files.pythonhosted.org/packages/b0/47/a50157a9b34135debb75655201887a42d71c3a6ee6fa8406eb4a9e59b50d/lenstronomy-0.8.2.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "170819e403bdec3eb11aa67cdbde760f", "sha256": "c8f76669d56862f30725f9c4e4a1c2528b5754decdf401a65ebe8983f71676b8" }, "downloads": -1, "filename": "lenstronomy-0.9.0.tar.gz", "has_sig": false, "md5_digest": "170819e403bdec3eb11aa67cdbde760f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5797759, "upload_time": "2019-07-06T17:20:08", "url": "https://files.pythonhosted.org/packages/98/0d/4e0147fffc9ec01eb7dcfc4f1778346e0ec9a4a3e20a155b7557b4badfe3/lenstronomy-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "9676a13d5a72dc16b88b4f93ecab1d6e", "sha256": "c905677f0828870f0e80d5866f221f480ffbf0f8e1e7fd5a9db46a72c2e31d01" }, "downloads": -1, "filename": "lenstronomy-0.9.1.tar.gz", "has_sig": false, "md5_digest": "9676a13d5a72dc16b88b4f93ecab1d6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5808538, "upload_time": "2019-07-21T18:06:32", "url": "https://files.pythonhosted.org/packages/ac/0b/362ba9b381b67409670163ddb455fd40e5b2bd253f5c9982848d96dee029/lenstronomy-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "eb255e9c8c0925f0cb80d39b3081580b", "sha256": "97af71953b038fd080f5ed5f6d1846be669301339127d30a8accc595242ebf7d" }, "downloads": -1, "filename": "lenstronomy-0.9.2.tar.gz", "has_sig": false, "md5_digest": "eb255e9c8c0925f0cb80d39b3081580b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5819383, "upload_time": "2019-08-29T22:12:56", "url": "https://files.pythonhosted.org/packages/33/30/e7020d52c5cc559d1d12ae80e5df9e026d44ce50a49bb92ce7649789f7a4/lenstronomy-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "cbed8fbcdd28e44023ec89126423c53e", "sha256": "02de03894d7f8ae3c97e39a6cce6c7292f276b4f9fa3aa54dbe345ee86d1998d" }, "downloads": -1, "filename": "lenstronomy-0.9.3.tar.gz", "has_sig": false, "md5_digest": "cbed8fbcdd28e44023ec89126423c53e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5822824, "upload_time": "2019-09-25T18:59:00", "url": "https://files.pythonhosted.org/packages/5b/b9/6dbc6ce70fed211b4bf40075a4811bed901df0ad6c57a526b43fa56eaff8/lenstronomy-0.9.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "9d1a014ccac91b5a4cde1a631686aed8", "sha256": "6f4a8d103b594dc8c9f3a81d7c790a06a6711c3f3b17c768916ca380e9acd58e" }, "downloads": -1, "filename": "lenstronomy-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9d1a014ccac91b5a4cde1a631686aed8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5822810, "upload_time": "2019-09-25T21:06:20", "url": "https://files.pythonhosted.org/packages/fc/c0/42dbe8e99e0fbe7bd3b63add9aea8c9aa22f55ca1e0c316392648f551e36/lenstronomy-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "8d62ea6ef131c56674a290e44d303bc7", "sha256": "371cbce0b6e4495062514658c4aa7fa5a927152e4edf212c02079ef2dbea2f43" }, "downloads": -1, "filename": "lenstronomy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8d62ea6ef131c56674a290e44d303bc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5822045, "upload_time": "2019-10-02T00:47:52", "url": "https://files.pythonhosted.org/packages/81/ff/5b0c93bde2d3d0059546b02832052ed6e60088b37bef108efc784d74ffb0/lenstronomy-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d62ea6ef131c56674a290e44d303bc7", "sha256": "371cbce0b6e4495062514658c4aa7fa5a927152e4edf212c02079ef2dbea2f43" }, "downloads": -1, "filename": "lenstronomy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8d62ea6ef131c56674a290e44d303bc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5822045, "upload_time": "2019-10-02T00:47:52", "url": "https://files.pythonhosted.org/packages/81/ff/5b0c93bde2d3d0059546b02832052ed6e60088b37bef108efc784d74ffb0/lenstronomy-1.0.1.tar.gz" } ] }