{
"info": {
"author": "Fabian Froehlich, Jan Hasenauer, Daniel Weindl and Paul Stapor",
"author_email": "fabian_froehlich@hms.harvard.edu",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: C++",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Bio-Informatics"
],
"description": "# About AMICI\n\nAMICI provides a multi-language (Python, C++, Matlab) interface for the\n[SUNDIALS](https://computing.llnl.gov/projects/sundials/) solvers\n[CVODES](https://computing.llnl.gov/projects/sundials/cvodes)\n(for ordinary differential equations) and\n[IDAS](https://computing.llnl.gov/projects/sundials/idas)\n(for algebraic differential equations). AMICI allows the user to read\ndifferential equation models specified as [SBML](http://sbml.org/)\nor [PySB](http://pysb.org/)\nand automatically compiles such models into `.mex` simulation files\n(Matlab), C++ executables or Python modules.\n\nIn contrast to the (no longer maintained)\n[sundialsTB](https://computing.llnl.gov/projects/sundials/sundials-software)\nMatlab interface, all necessary functions are transformed into native\nC++ code, which allows for a significantly faster simulation.\n\nBeyond forward integration, the compiled simulation file also allows for\nforward sensitivity analysis, steady state sensitivity analysis and\nadjoint sensitivity analysis for likelihood-based output functions.\n\nThe interface was designed to provide routines for efficient gradient\ncomputation in parameter estimation of biochemical reaction models but\nit is also applicable to a wider range of differential equation\nconstrained optimization problems.\n\n\n## Features\n\n* SBML import (see details below)\n* PySB import\n* Generation of C++ code for model simulation and sensitivity\n computation\n* Access to and high customizability of CVODES and IDAS solver\n* Python, C++, Matlab interface\n* Sensitivity analysis\n * forward\n * steady state\n * adjoint\n * first- and second-order\n* Pre-equilibration and pre-simulation conditions\n* Support for\n [discrete events and logical operations](https://academic.oup.com/bioinformatics/article/33/7/1049/2769435)\n (Matlab-only)\n\n## Interfaces & workflow\n\nThe AMICI workflow starts with importing a model from either\n[SBML](http://sbml.org/) (Matlab, Python) or a Matlab definition of the\nmodel (Matlab-only). From this input, all equations for model simulation\nare derived symbolically and C++ code is generated. This code is then\ncompiled into a C++ library, a Python module, or a Matlab `.mex` file and\nis then used for model simulation.\n\n\n\n## Getting started\n\nThe AMICI source code is available at https://github.com/ICB-DCM/AMICI/.\nTo install AMICI, first read the\n[installation instructions](http://icb-dcm.github.io/AMICI/md__i_n_s_t_a_l_l.html).\n\nTo get you started with Python-AMICI, the best way might be checking out this\n[Jupyter notebook](https://github.com/ICB-DCM/AMICI/blob/master/python/examples/example_steadystate/ExampleSteadystate.ipynb).\n\nTo get started with Matlab-AMICI, various examples are available\nin [matlab/examples/](https://github.com/ICB-DCM/AMICI/tree/master/matlab/examples).\n\nComprehensive documentation on installation and usage of AMICI is available\nonline at [http://icb-dcm.github.io/AMICI/](http://icb-dcm.github.io/AMICI/).\n\nAny [contributions](http://icb-dcm.github.io/AMICI/md__c_o_n_t_r_i_b_u_t_i_n_g.html)\nto AMICI are welcome (code, bug reports, suggestions for improvements, ...).\n\n\n### Getting help\n\nIn case of questions or problems with using AMICI, feel free to post an\n[issue](https://github.com/ICB-DCM/AMICI/issues) on Github. We are trying to\nget back to you quickly.\n\n## Publications\n\n**Citeable DOI for the latest AMICI release:**\n[](https://zenodo.org/badge/latestdoi/43677177)\n\nThere is a list of [publications using AMICI](documentation/references.md).\nIf you used AMICI in your work, we are happy to include\nyour project, please let us know via a Github issue.\n\nWhen using AMICI in your project, please cite\n* Fr\u00f6hlich, F., Kaltenbacher, B., Theis, F. J., & Hasenauer, J. (2017).\n Scalable Parameter Estimation for Genome-Scale Biochemical Reaction Networks.\n Plos Computational Biology, 13(1), e1005331.\n doi:[10.1371/journal.pcbi.1005331](https://doi.org/10.1371/journal.pcbi.1005331)\nand/or\n* Fr\u00f6hlich, F., Theis, F. J., R\u00e4dler, J. O., & Hasenauer, J. (2017).\n Parameter estimation for dynamical systems with discrete events and logical\n operations. Bioinformatics, 33(7), 1049-1056.\n doi:[10.1093/bioinformatics/btw764](https://doi.org/10.1093/bioinformatics/btw764)\n\n\n## Status of SBML support in Python-AMICI\n\nPython-AMICI currently passes 500 out of the 1780 (~28%) test cases from\nthe semantic\n[SBML Test Suite](https://github.com/sbmlteam/sbml-test-suite/)\n([current status](https://github.com/ICB-DCM/AMICI/actions)).\n\nIn addition, we currently plan to add support for the following features\n(see corresponding issues for details and progress):\n\n- Events (currently Matlab-only)\n- Rate rules\n- Algebraic rules\n- Species assignment rules\n- Compartment assignment rules\n- Models without species\n\ncontributions are welcome.\n\nHowever, the following features are unlikely to be supported:\n\n- SBML extensions\n- `factorial()`, `ceil()`, `floor()`, due to incompatibility with\n symbolic sensitivity computations\n- initial assignments for parameters\n- `delay()` due to missing SUNDIALS solver support\n\n\n## Current build status\n\n\n
\n\n
\n\n
\n\n
",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/ICB-DCM/AMICI",
"keywords": "",
"license": "BSD",
"maintainer": "",
"maintainer_email": "",
"name": "amici",
"package_url": "https://pypi.org/project/amici/",
"platform": "",
"project_url": "https://pypi.org/project/amici/",
"project_urls": {
"Homepage": "https://github.com/ICB-DCM/AMICI"
},
"release_url": "https://pypi.org/project/amici/0.10.13/",
"requires_dist": null,
"requires_python": ">=3.6",
"summary": "Advanced multi-language Interface to CVODES and IDAS",
"version": "0.10.13"
},
"last_serial": 5952019,
"releases": {
"0.10.0": [
{
"comment_text": "",
"digests": {
"md5": "3acaeeed48b451a7be8a394508479b7e",
"sha256": "a6828d60188fe2449f6c8330ec91580d92236719fdb872d17709da6033c5ff9f"
},
"downloads": -1,
"filename": "amici-0.10.0.tar.gz",
"has_sig": false,
"md5_digest": "3acaeeed48b451a7be8a394508479b7e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1583474,
"upload_time": "2019-03-01T16:33:12",
"url": "https://files.pythonhosted.org/packages/66/ac/4f1f82725dbde0694602ad3592fe80609a2348a8cc0b8332a92fcad8dd06/amici-0.10.0.tar.gz"
}
],
"0.10.1": [
{
"comment_text": "",
"digests": {
"md5": "e4bcf365b0d5a5b2f0bf6d9481a05b43",
"sha256": "0411a319c37df905d9ac873ea30eb2bf5cd20fd7d0b35b6ec025a3d80d18dc46"
},
"downloads": -1,
"filename": "amici-0.10.1.tar.gz",
"has_sig": false,
"md5_digest": "e4bcf365b0d5a5b2f0bf6d9481a05b43",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1583528,
"upload_time": "2019-03-04T11:24:12",
"url": "https://files.pythonhosted.org/packages/da/24/5b4f39c641aea83f5f828011475d9dae258c89944b49daf2fb925975b6e2/amici-0.10.1.tar.gz"
}
],
"0.10.10": [
{
"comment_text": "",
"digests": {
"md5": "769d25cab71e553272beb6b2bdec1c92",
"sha256": "f48ec73527785191c7dd8b075650fa138fe2945582c280cada0f772696d406f3"
},
"downloads": -1,
"filename": "amici-0.10.10.tar.gz",
"has_sig": false,
"md5_digest": "769d25cab71e553272beb6b2bdec1c92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1629939,
"upload_time": "2019-08-07T17:46:55",
"url": "https://files.pythonhosted.org/packages/2e/6a/ee9a7d8c99815d88f06f0d502cef805e098d77b08f2f2f8c03271b83541f/amici-0.10.10.tar.gz"
}
],
"0.10.11": [
{
"comment_text": "",
"digests": {
"md5": "8882496038e13bc28f55493f023cc982",
"sha256": "a2020c2cecf0f6da07b37c331a6bac30726ec6ad83e810c0d6a4fca20d1f34b3"
},
"downloads": -1,
"filename": "amici-0.10.11.tar.gz",
"has_sig": false,
"md5_digest": "8882496038e13bc28f55493f023cc982",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1634106,
"upload_time": "2019-08-31T18:27:28",
"url": "https://files.pythonhosted.org/packages/64/df/64e05bcd7044a8a684057196cb714faec988c5c3435b2aa9c1f41b39eef3/amici-0.10.11.tar.gz"
}
],
"0.10.12": [
{
"comment_text": "",
"digests": {
"md5": "50a7502fe4ce5b5b77a65ad06e6d0ea8",
"sha256": "d3bdef7e1e99151b3e28926a975f6a22311d13f9908275c94d8cc6ee45d48303"
},
"downloads": -1,
"filename": "amici-0.10.12.tar.gz",
"has_sig": false,
"md5_digest": "50a7502fe4ce5b5b77a65ad06e6d0ea8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1634656,
"upload_time": "2019-09-28T12:53:18",
"url": "https://files.pythonhosted.org/packages/5b/e6/c861e45237014799a35ff7dc4aeb58904b611f6a00689254e31a14c021be/amici-0.10.12.tar.gz"
}
],
"0.10.13": [
{
"comment_text": "",
"digests": {
"md5": "2466d0334b208f739c2480f019481488",
"sha256": "c1aead414416e9a68791dfc3d665c60c21ce2a85588934e0fdefe2d7bfd4301a"
},
"downloads": -1,
"filename": "amici-0.10.13.tar.gz",
"has_sig": false,
"md5_digest": "2466d0334b208f739c2480f019481488",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1635503,
"upload_time": "2019-10-09T21:08:06",
"url": "https://files.pythonhosted.org/packages/18/14/31684d70915a5c557be11b7b79c4f421a4dbcbda100988c27c47fab08d55/amici-0.10.13.tar.gz"
}
],
"0.10.2": [
{
"comment_text": "",
"digests": {
"md5": "873b661a276151b5c183196e11f2276f",
"sha256": "f140fc58b9f5409211159a85ca549fd0b189b605bf3e11d0788eef7ab8eda686"
},
"downloads": -1,
"filename": "amici-0.10.2.tar.gz",
"has_sig": false,
"md5_digest": "873b661a276151b5c183196e11f2276f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1587017,
"upload_time": "2019-03-07T18:41:16",
"url": "https://files.pythonhosted.org/packages/e5/a3/396d4d248040b793a881175cbb17ba9f9f18d1f34445a6119a28329ae375/amici-0.10.2.tar.gz"
}
],
"0.10.3": [
{
"comment_text": "",
"digests": {
"md5": "a1bdde4337eba08cfd545d310530009e",
"sha256": "3ed0364d5c5746fab4c8cdf4e0ba3d2c3628bf8ebdf18ed00ff52a1dcc5d9ce4"
},
"downloads": -1,
"filename": "amici-0.10.3.tar.gz",
"has_sig": false,
"md5_digest": "a1bdde4337eba08cfd545d310530009e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1589615,
"upload_time": "2019-03-13T02:40:30",
"url": "https://files.pythonhosted.org/packages/d7/b2/dd430bf3529ffc2452cfa07cd54d6462b2048e1c819ee1d81110e7ecc7a0/amici-0.10.3.tar.gz"
}
],
"0.10.4": [
{
"comment_text": "",
"digests": {
"md5": "622ae5c85be437bc9b1340321217795a",
"sha256": "daedd446f3a533f9d76ea3f0e90dc81bc4f5c9ec652765ac559b58063f3c9f69"
},
"downloads": -1,
"filename": "amici-0.10.4.tar.gz",
"has_sig": false,
"md5_digest": "622ae5c85be437bc9b1340321217795a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1590946,
"upload_time": "2019-03-21T09:16:45",
"url": "https://files.pythonhosted.org/packages/b4/5c/1f7e6cbe63f7bd794bcee0795e41077ca413221f6661d99014158c97fdee/amici-0.10.4.tar.gz"
}
],
"0.10.5": [
{
"comment_text": "",
"digests": {
"md5": "be84b568752479ec4fac7d33ce10fec6",
"sha256": "076e77acf870d2a8f2f2bdf957b62ab3cd73057e3189dea82febf65d77c8b197"
},
"downloads": -1,
"filename": "amici-0.10.5.tar.gz",
"has_sig": false,
"md5_digest": "be84b568752479ec4fac7d33ce10fec6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1604938,
"upload_time": "2019-04-08T16:42:08",
"url": "https://files.pythonhosted.org/packages/83/ee/0c1caf41e281cbf4497303e05843d10526bb14e37d85141da2835e9028e9/amici-0.10.5.tar.gz"
}
],
"0.10.6": [
{
"comment_text": "",
"digests": {
"md5": "455ac87cd1df824ec4dfe25cc1a6cc5a",
"sha256": "f9065a728d13d7d2d01376942e79cdbfcd7481924cecf6dbc8cddc3b288a8acb"
},
"downloads": -1,
"filename": "amici-0.10.6.tar.gz",
"has_sig": false,
"md5_digest": "455ac87cd1df824ec4dfe25cc1a6cc5a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1608717,
"upload_time": "2019-04-19T14:27:14",
"url": "https://files.pythonhosted.org/packages/5d/e7/5cf62f614caadc262f9388852734256871cd863416d102cb0b9b2dfa69da/amici-0.10.6.tar.gz"
}
],
"0.10.7": [
{
"comment_text": "",
"digests": {
"md5": "0cf3fcb8770532fcc6c579b02b8c5303",
"sha256": "86603f4ea0281b8e6ae4eea31b44cf4ef6c6a9d20ad0d0dbb0622987ce416870"
},
"downloads": -1,
"filename": "amici-0.10.7.tar.gz",
"has_sig": false,
"md5_digest": "0cf3fcb8770532fcc6c579b02b8c5303",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1608790,
"upload_time": "2019-05-01T11:47:35",
"url": "https://files.pythonhosted.org/packages/96/e0/52b5c4a8ff5243666aeb0da47ef9a19ea39adbc4016980ad299c84a83b77/amici-0.10.7.tar.gz"
}
],
"0.10.9": [
{
"comment_text": "",
"digests": {
"md5": "20db31addb5bd4216ad9d9ac3c4f40c9",
"sha256": "fa019bc5d49189353617d83fc4283f9cfb8e57e3d5c7e5bf43b4e5b2312cf7a4"
},
"downloads": -1,
"filename": "amici-0.10.9.tar.gz",
"has_sig": false,
"md5_digest": "20db31addb5bd4216ad9d9ac3c4f40c9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1629262,
"upload_time": "2019-07-24T21:36:38",
"url": "https://files.pythonhosted.org/packages/68/73/b492567c4cfc93cbba4dfed6f11df56ee805d85c30898a31e9206a2b8e71/amici-0.10.9.tar.gz"
}
],
"0.6a1": [
{
"comment_text": "",
"digests": {
"md5": "631dc60624ce968a9dda03ced4c1fadc",
"sha256": "fd4c5f3076163ca48ae7fe090c20f5e3f5000bb525048daec18c820441f26efa"
},
"downloads": -1,
"filename": "amici-0.6a1.tar.gz",
"has_sig": false,
"md5_digest": "631dc60624ce968a9dda03ced4c1fadc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1478561,
"upload_time": "2018-05-29T17:28:29",
"url": "https://files.pythonhosted.org/packages/1c/10/4edb06ac27cc0f616d9dba549e842e512c18b25475e54abe0d592938ee28/amici-0.6a1.tar.gz"
}
],
"0.6a10": [
{
"comment_text": "",
"digests": {
"md5": "6d17db4ec7a918950a4a9fc84837b4da",
"sha256": "f990170c342904521e891f939996cd8570f01f54ec93431704f1968300c342ee"
},
"downloads": -1,
"filename": "amici-0.6a10.tar.gz",
"has_sig": false,
"md5_digest": "6d17db4ec7a918950a4a9fc84837b4da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479785,
"upload_time": "2018-05-30T11:41:40",
"url": "https://files.pythonhosted.org/packages/22/8c/4fdfb6669e02d2ebb7d5c2abe0ce0e29ed1ad89fe36db0ab45292a7a57ae/amici-0.6a10.tar.gz"
}
],
"0.6a11": [
{
"comment_text": "",
"digests": {
"md5": "870ed4e5998ba093776827494f293332",
"sha256": "95534eeaab2bc06604491bf2f1c0caec9e8ab8a6875465ef00c553746156de5d"
},
"downloads": -1,
"filename": "amici-0.6a11.tar.gz",
"has_sig": false,
"md5_digest": "870ed4e5998ba093776827494f293332",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1480545,
"upload_time": "2018-05-30T14:12:58",
"url": "https://files.pythonhosted.org/packages/f7/4d/c2fafed9d87699205cfa1e66cb0021cb044018da0c8128264bb641211fcb/amici-0.6a11.tar.gz"
}
],
"0.6a12": [
{
"comment_text": "",
"digests": {
"md5": "cff51d09bbf63d43b51b7070e1a972f9",
"sha256": "fd509770bf61664e7aa3d8c3820bd789670fdf02283b3c0ddbe2cebb8a7cf6ec"
},
"downloads": -1,
"filename": "amici-0.6a12.tar.gz",
"has_sig": false,
"md5_digest": "cff51d09bbf63d43b51b7070e1a972f9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1480577,
"upload_time": "2018-05-30T20:19:22",
"url": "https://files.pythonhosted.org/packages/a6/9b/3301dd08da0516a49022850d6dc3f00e6aa04404553841c186a28939c43c/amici-0.6a12.tar.gz"
}
],
"0.6a14": [
{
"comment_text": "",
"digests": {
"md5": "4038f0f5cde7dc307118e1b3ff5c276f",
"sha256": "fec921c4299cbb1add207a36bc85e173454737c2d33d893b0e225b6e83def02d"
},
"downloads": -1,
"filename": "amici-0.6a14.tar.gz",
"has_sig": false,
"md5_digest": "4038f0f5cde7dc307118e1b3ff5c276f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1616416,
"upload_time": "2018-06-01T08:21:06",
"url": "https://files.pythonhosted.org/packages/76/2e/accc5c6e610a6813b1fa645d76cdf627c3dd61b454c5919079444363885c/amici-0.6a14.tar.gz"
}
],
"0.6a15": [
{
"comment_text": "",
"digests": {
"md5": "41c7115102017865e94b7fd9e8e6a69f",
"sha256": "94222bb9cbc12091fb1dc40e7328439a34ef094368f9a5cb9617dc229315e4f7"
},
"downloads": -1,
"filename": "amici-0.6a15.tar.gz",
"has_sig": false,
"md5_digest": "41c7115102017865e94b7fd9e8e6a69f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1616476,
"upload_time": "2018-06-01T10:10:51",
"url": "https://files.pythonhosted.org/packages/62/93/0a5efa2047010c03d23b7667148b36c440b9c021d26e1fd340e6ac4f4d76/amici-0.6a15.tar.gz"
}
],
"0.6a2": [
{
"comment_text": "",
"digests": {
"md5": "a492200a7f2e602b49226c7eda41426f",
"sha256": "02dfb15605c8e23db83a672d0140edf3f0cfec079a8ac5a7cf00277b6fb22d98"
},
"downloads": -1,
"filename": "amici-0.6a2.tar.gz",
"has_sig": false,
"md5_digest": "a492200a7f2e602b49226c7eda41426f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479071,
"upload_time": "2018-05-29T18:25:34",
"url": "https://files.pythonhosted.org/packages/26/60/60665d4cf436da9ab4f6212a14a73989b1751101b54d4337043eeae05cd0/amici-0.6a2.tar.gz"
}
],
"0.6a3": [
{
"comment_text": "",
"digests": {
"md5": "b1bba303720ed8b8717b2ab51901d5bb",
"sha256": "bd43c7b71cb48f72e15e3828dc0fbdc6dab861dbe694dc23c9d924619fc3b44b"
},
"downloads": -1,
"filename": "amici-0.6a3.tar.gz",
"has_sig": false,
"md5_digest": "b1bba303720ed8b8717b2ab51901d5bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479082,
"upload_time": "2018-05-29T18:32:39",
"url": "https://files.pythonhosted.org/packages/6d/7d/93eb4a3f4f90d107c424f01107f5108d6b61f84361604f0d590cbb3e75ab/amici-0.6a3.tar.gz"
}
],
"0.6a4": [
{
"comment_text": "",
"digests": {
"md5": "c1227475aae6ade59308ef6bc71c053d",
"sha256": "1b5fec5338a4e02f9faf0208c3d45a5fd76fa3a37b16ce0b18b50f92c9ada4ef"
},
"downloads": -1,
"filename": "amici-0.6a4.tar.gz",
"has_sig": false,
"md5_digest": "c1227475aae6ade59308ef6bc71c053d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479612,
"upload_time": "2018-05-30T08:42:17",
"url": "https://files.pythonhosted.org/packages/a6/fb/cb73170dc75e00d452156975f5a3ce076d0de3cfd15cee85eda44d92f8cf/amici-0.6a4.tar.gz"
}
],
"0.6a5": [
{
"comment_text": "",
"digests": {
"md5": "db612f03d6abee05fb249a807e884c83",
"sha256": "831fbefa5cf696c6ccdfdcb41e3157dc7fff2f6e2748d79e2c14cf52fad73106"
},
"downloads": -1,
"filename": "amici-0.6a5.tar.gz",
"has_sig": false,
"md5_digest": "db612f03d6abee05fb249a807e884c83",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479689,
"upload_time": "2018-05-30T09:23:14",
"url": "https://files.pythonhosted.org/packages/52/9f/c0d36a8938643e03ff65fca2ccb31f018463c01e802afed27f8f28cf92e0/amici-0.6a5.tar.gz"
}
],
"0.6a6": [
{
"comment_text": "",
"digests": {
"md5": "d6873a20da6a321c3da5909312649d28",
"sha256": "447855468fa387be3a32438fcf7d02c23ecfc0f0348749f2a2f8543b325ad480"
},
"downloads": -1,
"filename": "amici-0.6a6.tar.gz",
"has_sig": false,
"md5_digest": "d6873a20da6a321c3da5909312649d28",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479696,
"upload_time": "2018-05-30T09:28:00",
"url": "https://files.pythonhosted.org/packages/14/85/6960d6fbbaf3f4c6b22b32dc694ddb58737057ee02b91ff0bd4ed908e8ef/amici-0.6a6.tar.gz"
}
],
"0.6a7": [
{
"comment_text": "",
"digests": {
"md5": "fd0bc0ec833a076f43d47a46588910be",
"sha256": "4aa28113358dff251de2d4327fc63beb405e5f540e3e159b0dda3f79008a7e85"
},
"downloads": -1,
"filename": "amici-0.6a7.tar.gz",
"has_sig": false,
"md5_digest": "fd0bc0ec833a076f43d47a46588910be",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479680,
"upload_time": "2018-05-30T10:02:23",
"url": "https://files.pythonhosted.org/packages/90/7a/e2c140d61217b89efd6107472461f2b3c2e389c2b775914859f3e79adb5e/amici-0.6a7.tar.gz"
}
],
"0.6a8": [
{
"comment_text": "",
"digests": {
"md5": "6ef661e097a29067e5f1d3d6322321d6",
"sha256": "a19d119d60240ba826a38d59555e096acb3d1efd9fcd9e683c2d3ecd0b739bd4"
},
"downloads": -1,
"filename": "amici-0.6a8.tar.gz",
"has_sig": false,
"md5_digest": "6ef661e097a29067e5f1d3d6322321d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479733,
"upload_time": "2018-05-30T11:08:44",
"url": "https://files.pythonhosted.org/packages/41/5b/400938148b643df579bc112cdf62d8ac3b0ef7af3852ad7ff242cb016a7e/amici-0.6a8.tar.gz"
}
],
"0.6a9": [
{
"comment_text": "",
"digests": {
"md5": "ed4dcbcadb26b73145b0ae80eeac45ff",
"sha256": "2333e598d6f76659d6b8bdcb2e09efaae3f2d9adca5ce8d345d6a4da9b3b21ca"
},
"downloads": -1,
"filename": "amici-0.6a9.tar.gz",
"has_sig": false,
"md5_digest": "ed4dcbcadb26b73145b0ae80eeac45ff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1479723,
"upload_time": "2018-05-30T11:09:24",
"url": "https://files.pythonhosted.org/packages/a9/56/eb31ca58d8ad2737b0dc534e838ff2fd4c1c515133915fa81e6fe61fafe1/amici-0.6a9.tar.gz"
}
],
"0.7.10": [
{
"comment_text": "",
"digests": {
"md5": "d341ff37f31e8042a4eabf24802a5ce7",
"sha256": "5d55ba4b3aecec63d573b49759863020f23af44bcf6df85f0e98e9b5e56f7bec"
},
"downloads": -1,
"filename": "amici-0.7.10.tar.gz",
"has_sig": false,
"md5_digest": "d341ff37f31e8042a4eabf24802a5ce7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1652613,
"upload_time": "2018-08-29T05:58:48",
"url": "https://files.pythonhosted.org/packages/da/86/6958a6bb375fbf17fe2d7ddcd1fd25e888f0180d2a38de83bb68f169f1ac/amici-0.7.10.tar.gz"
}
],
"0.7.11": [
{
"comment_text": "",
"digests": {
"md5": "15bda7af838616541e4c6f994b56c0f7",
"sha256": "32f5d9cc4ddb502b575cabdf22007ad01e41d1268b4496ea8f84cb08e2cdef70"
},
"downloads": -1,
"filename": "amici-0.7.11.tar.gz",
"has_sig": false,
"md5_digest": "15bda7af838616541e4c6f994b56c0f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 2578167,
"upload_time": "2018-10-15T17:46:36",
"url": "https://files.pythonhosted.org/packages/d4/e3/1ede675f436b6d2d223e5e615841955c6ec36c6a37e7b07b80448a320230/amici-0.7.11.tar.gz"
}
],
"0.7.12": [
{
"comment_text": "",
"digests": {
"md5": "19096f5ff69db45968efed95838653c4",
"sha256": "b5f49a3d36ed13872bd4ff3f4a7ddd562dc04dbc521c17a6dd71bc09dddaad8d"
},
"downloads": -1,
"filename": "amici-0.7.12.tar.gz",
"has_sig": false,
"md5_digest": "19096f5ff69db45968efed95838653c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 2804586,
"upload_time": "2018-11-17T16:45:27",
"url": "https://files.pythonhosted.org/packages/ce/58/122042493e411bf4255e1ea1486fd2422ab3ba2aa3e5600e893daa003009/amici-0.7.12.tar.gz"
}
],
"0.7.13": [
{
"comment_text": "",
"digests": {
"md5": "2111950dc09c818f4aba1d6fa2f09910",
"sha256": "2dc29ef08b33fbe58d0200fd9111eb61a665cf88ebef14739941b1b61b753678"
},
"downloads": -1,
"filename": "amici-0.7.13.tar.gz",
"has_sig": false,
"md5_digest": "2111950dc09c818f4aba1d6fa2f09910",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 4308109,
"upload_time": "2018-11-18T20:41:07",
"url": "https://files.pythonhosted.org/packages/44/00/6f277e2e92a5defdd16afbd931fe565d922daaaec8fcbf6ee06d8e8a81c7/amici-0.7.13.tar.gz"
}
],
"0.7.2": [
{
"comment_text": "",
"digests": {
"md5": "b7650b7f414733ca1a0591fb5b936c03",
"sha256": "1cb51c7a8c6921a50a2eb5a35dc24475a55e4d81ff6fb42e59254e80a86c75aa"
},
"downloads": -1,
"filename": "amici-0.7.2.tar.gz",
"has_sig": false,
"md5_digest": "b7650b7f414733ca1a0591fb5b936c03",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1631306,
"upload_time": "2018-07-03T20:10:22",
"url": "https://files.pythonhosted.org/packages/16/6c/789805e1f884b84c59b749d8c1be5b7fdcc1eda6a4f8f1b858ebc48181c5/amici-0.7.2.tar.gz"
}
],
"0.7.3": [
{
"comment_text": "",
"digests": {
"md5": "e54a93fef18c55abf98ec7c2454f16c5",
"sha256": "4185d3ee123999be02ff7760c7275e828c0576e515519aaf8b7fac01dc68508e"
},
"downloads": -1,
"filename": "amici-0.7.3.tar.gz",
"has_sig": false,
"md5_digest": "e54a93fef18c55abf98ec7c2454f16c5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1644443,
"upload_time": "2018-07-13T12:00:12",
"url": "https://files.pythonhosted.org/packages/4e/bf/bbbe2c03bf87ad5d06860f211f4b02f89706b592fe4c461a3da50c39daf1/amici-0.7.3.tar.gz"
}
],
"0.7.4": [
{
"comment_text": "",
"digests": {
"md5": "dea36436146837dd1e794662c5521e8f",
"sha256": "c54ed874a84ad5c61ad77fcfcd9ed9fb39d8f6bed5fe0f0e5f577398297c3b0d"
},
"downloads": -1,
"filename": "amici-0.7.4.tar.gz",
"has_sig": false,
"md5_digest": "dea36436146837dd1e794662c5521e8f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1647170,
"upload_time": "2018-07-27T06:51:12",
"url": "https://files.pythonhosted.org/packages/24/1c/2b84c7c823c30a1ccd6c8f0e294e2a81464c73d0d435ad33f753a68dfeca/amici-0.7.4.tar.gz"
}
],
"0.7.5": [
{
"comment_text": "",
"digests": {
"md5": "bbd129a0245e337517852cbab5d01ebf",
"sha256": "0a888a5d6d23f764d00f6edf755213633eba4194b02d085d470b5610afb1a92a"
},
"downloads": -1,
"filename": "amici-0.7.5.tar.gz",
"has_sig": false,
"md5_digest": "bbd129a0245e337517852cbab5d01ebf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1655307,
"upload_time": "2018-07-30T13:51:29",
"url": "https://files.pythonhosted.org/packages/b5/70/d4063f08ba22ad36790320dfcba02a946fe48c3608af0b8a814a02b46a3f/amici-0.7.5.tar.gz"
}
],
"0.7.5.post1": [
{
"comment_text": "",
"digests": {
"md5": "80520cec0324103424c5a1b442171272",
"sha256": "bd87c3e82f42d7c046b23fefaad53e18c1e533dd9fec199236930f44587342f1"
},
"downloads": -1,
"filename": "amici-0.7.5.post1.tar.gz",
"has_sig": false,
"md5_digest": "80520cec0324103424c5a1b442171272",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1655317,
"upload_time": "2018-07-31T06:46:00",
"url": "https://files.pythonhosted.org/packages/c6/29/42adab3dd902fe3a32b7a773b3e0a9f2c21727108b6107723b4bdd728f60/amici-0.7.5.post1.tar.gz"
}
],
"0.7.6": [
{
"comment_text": "",
"digests": {
"md5": "8472ad3eebdb97730a9abfea816673da",
"sha256": "89bc62bc0cdec87a7f59a33737445cbcfc8cec73fa49648ed29898b9343ea090"
},
"downloads": -1,
"filename": "amici-0.7.6.tar.gz",
"has_sig": false,
"md5_digest": "8472ad3eebdb97730a9abfea816673da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1656377,
"upload_time": "2018-08-13T18:53:44",
"url": "https://files.pythonhosted.org/packages/b5/7e/7f99f7a2d66ca04ce637426cffa55aa14f165abc8c35817615a1d75ebfb0/amici-0.7.6.tar.gz"
}
],
"0.7.7": [
{
"comment_text": "",
"digests": {
"md5": "2d44c9f481a2f568667e045b0422e707",
"sha256": "2f2e413d023aed2e8ae43112eb2203244b2742bad568d59e3f830291a16991cf"
},
"downloads": -1,
"filename": "amici-0.7.7.tar.gz",
"has_sig": false,
"md5_digest": "2d44c9f481a2f568667e045b0422e707",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1649472,
"upload_time": "2018-08-17T13:20:27",
"url": "https://files.pythonhosted.org/packages/9e/5f/e5deef60c026463912e28dbeaa2e44cbfbdb9da77407dce26704248bc0ae/amici-0.7.7.tar.gz"
}
],
"0.7.8": [
{
"comment_text": "",
"digests": {
"md5": "8d0506a079cf300a360e6a9916c81976",
"sha256": "57da753dc43b721659110535db91a075732267d3507c4e0285f6682da3882eec"
},
"downloads": -1,
"filename": "amici-0.7.8.tar.gz",
"has_sig": false,
"md5_digest": "8d0506a079cf300a360e6a9916c81976",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1610772,
"upload_time": "2018-08-19T16:18:28",
"url": "https://files.pythonhosted.org/packages/bc/12/ef381ae2c598313d39c14e5278aee81501b9e0f81d15b0ef0e2734dcd5ba/amici-0.7.8.tar.gz"
}
],
"0.7.9": [
{
"comment_text": "",
"digests": {
"md5": "64491da5545827b938989e1f2d403c0f",
"sha256": "30f060fe4882ab295cde44629c9af6647037e4fb4ba38f3d9da7a18637c491cf"
},
"downloads": -1,
"filename": "amici-0.7.9.tar.gz",
"has_sig": false,
"md5_digest": "64491da5545827b938989e1f2d403c0f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1612915,
"upload_time": "2018-08-24T17:06:23",
"url": "https://files.pythonhosted.org/packages/90/3f/097c9b536560d229bfd9acb4fe7f347ecf67948aff07a28b0ee05602fa66/amici-0.7.9.tar.gz"
}
],
"0.7a1": [
{
"comment_text": "",
"digests": {
"md5": "e2cc59f2c77ae9c93f0c214ef9b5ffe6",
"sha256": "ebdea2a4e9814993560b92a5a21956390ff8b61d8f965ba88551e33cbbf3bc7c"
},
"downloads": -1,
"filename": "amici-0.7a1.tar.gz",
"has_sig": false,
"md5_digest": "e2cc59f2c77ae9c93f0c214ef9b5ffe6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1625623,
"upload_time": "2018-06-09T10:15:34",
"url": "https://files.pythonhosted.org/packages/55/1c/204a6e616a9f09d192ad83575c7b042104749f3d49e70fbc049bc4b79480/amici-0.7a1.tar.gz"
}
],
"0.7a2": [
{
"comment_text": "",
"digests": {
"md5": "99f5256f0dc460d153208cf5c4841fbb",
"sha256": "25592357bdf6def33dd8111e90afcaf087db3547cd20465fa4f17e38c8705405"
},
"downloads": -1,
"filename": "amici-0.7a2.tar.gz",
"has_sig": false,
"md5_digest": "99f5256f0dc460d153208cf5c4841fbb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1627311,
"upload_time": "2018-06-11T14:09:34",
"url": "https://files.pythonhosted.org/packages/f7/d7/b854545d0bc67a300c706c214658f33b6641041eba552553bcfcbc5221ab/amici-0.7a2.tar.gz"
}
],
"0.8.0": [
{
"comment_text": "",
"digests": {
"md5": "81e4b055f70e643b21e0d6a0077908ae",
"sha256": "282bb285c762071732640933a6f9f5a9797531a565e76b595e0b2fcf657c79ee"
},
"downloads": -1,
"filename": "amici-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "81e4b055f70e643b21e0d6a0077908ae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1709522,
"upload_time": "2018-11-25T10:52:24",
"url": "https://files.pythonhosted.org/packages/32/80/42a6bb60abf4ce7ff7a2b9183e17455aecdf3df817206a332ffdd6a28b87/amici-0.8.0.tar.gz"
}
],
"0.8.1": [
{
"comment_text": "",
"digests": {
"md5": "7ad38ad9a9b6d28d1b2cebdcef79eb63",
"sha256": "1ceb84d7d1b84411622d94bbfd580a94e70a991ff065adceb6a5348e8bf710d4"
},
"downloads": -1,
"filename": "amici-0.8.1.tar.gz",
"has_sig": false,
"md5_digest": "7ad38ad9a9b6d28d1b2cebdcef79eb63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 1709880,
"upload_time": "2018-11-25T11:28:55",
"url": "https://files.pythonhosted.org/packages/8c/15/56171087a5088c113c8c40412dc05c400c2f247d441ae028e537fec16b06/amici-0.8.1.tar.gz"
}
],
"0.8.2": [
{
"comment_text": "",
"digests": {
"md5": "b13451cd8fbe2902062611ac99512d81",
"sha256": "0c49835a120f4ceb58798da2c206129ad5283fb01bc8c7cc82ad3c90c54ee0ea"
},
"downloads": -1,
"filename": "amici-0.8.2.tar.gz",
"has_sig": false,
"md5_digest": "b13451cd8fbe2902062611ac99512d81",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1711402,
"upload_time": "2019-01-07T18:11:36",
"url": "https://files.pythonhosted.org/packages/43/5b/1f530157dc937062a68cc9d1f523732b531a5ddac16271dc114033ea0637/amici-0.8.2.tar.gz"
}
],
"0.9.0": [
{
"comment_text": "",
"digests": {
"md5": "5f17df5734bbe3623eee99d112de4f8f",
"sha256": "fe5df7c76c93f23cae8a732e5bc84ac7108b0703bf3c097abe7a967a795e51b1"
},
"downloads": -1,
"filename": "amici-0.9.0.tar.gz",
"has_sig": false,
"md5_digest": "5f17df5734bbe3623eee99d112de4f8f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2962499,
"upload_time": "2019-01-18T15:36:44",
"url": "https://files.pythonhosted.org/packages/d1/79/5c611ba026bcc218de30c54de27756d160f082a1d8f1a769cf67ee4a09e6/amici-0.9.0.tar.gz"
}
],
"0.9.1": [
{
"comment_text": "",
"digests": {
"md5": "c05a139c13206a4ed4b0ef8537da634a",
"sha256": "c671ddfc8f43f99ade24e16a1dffb26a2e0c7f91b0afd0b5fdb2c06928e9ed66"
},
"downloads": -1,
"filename": "amici-0.9.1.tar.gz",
"has_sig": false,
"md5_digest": "c05a139c13206a4ed4b0ef8537da634a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2069624,
"upload_time": "2019-01-22T00:30:58",
"url": "https://files.pythonhosted.org/packages/45/ea/1fba7989e4c1614492b850e303a58fbe01f24f7a47afb425b68a567dbffd/amici-0.9.1.tar.gz"
}
],
"0.9.2": [
{
"comment_text": "",
"digests": {
"md5": "a90a7daf6f9a0b9d2e3eb8d6adb0aece",
"sha256": "03a2451599ca800909cae43f89f069da19b7065a17ca2e76a5f35496e7cc8fd8"
},
"downloads": -1,
"filename": "amici-0.9.2.tar.gz",
"has_sig": false,
"md5_digest": "a90a7daf6f9a0b9d2e3eb8d6adb0aece",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3004209,
"upload_time": "2019-01-30T07:18:03",
"url": "https://files.pythonhosted.org/packages/28/cc/8dabc3c2033848593fe3dbfce6e9d385ae8b8bf494f5f8dd7c0c5dd709fd/amici-0.9.2.tar.gz"
}
],
"0.9.4": [
{
"comment_text": "",
"digests": {
"md5": "2bb3a0529ede5b890237873efc165b09",
"sha256": "86dc534cdb6ef12ec2cb5dae015b1e5fb47942e2fe6acc69935d24d315b8d068"
},
"downloads": -1,
"filename": "amici-0.9.4.tar.gz",
"has_sig": false,
"md5_digest": "2bb3a0529ede5b890237873efc165b09",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1760889,
"upload_time": "2019-02-11T11:06:10",
"url": "https://files.pythonhosted.org/packages/3e/bc/ad91a245282b727509812295a334ce6dca3c84855b7e6f83e7c0972ed511/amici-0.9.4.tar.gz"
}
],
"0.9.5": [
{
"comment_text": "",
"digests": {
"md5": "ebe9562aa5ca0e7516434d55d23e5dfd",
"sha256": "a15f1b5d61795ac6c1928e20de6de7f66fa9fb655cf9c4d0e2fe97343e6c7768"
},
"downloads": -1,
"filename": "amici-0.9.5.tar.gz",
"has_sig": false,
"md5_digest": "ebe9562aa5ca0e7516434d55d23e5dfd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1728443,
"upload_time": "2019-02-26T16:09:40",
"url": "https://files.pythonhosted.org/packages/c7/cb/263ff2ae5b21729e617ad3db2137ee34b5f337f423db9d60a3c230276a38/amici-0.9.5.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "2466d0334b208f739c2480f019481488",
"sha256": "c1aead414416e9a68791dfc3d665c60c21ce2a85588934e0fdefe2d7bfd4301a"
},
"downloads": -1,
"filename": "amici-0.10.13.tar.gz",
"has_sig": false,
"md5_digest": "2466d0334b208f739c2480f019481488",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 1635503,
"upload_time": "2019-10-09T21:08:06",
"url": "https://files.pythonhosted.org/packages/18/14/31684d70915a5c557be11b7b79c4f421a4dbcbda100988c27c47fab08d55/amici-0.10.13.tar.gz"
}
]
}