compartmental


Namecompartmental JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryCompartmental models with ABC inference optimized for GPU use
upload_time2023-04-25 21:50:41
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache License 2.0
keywords compartmental models fit analysis abc computation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- Copyright 2023 Unai Lería Fortea & Pablo Vizcaíno García

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->

[![PyPI Downloads](https://img.shields.io/pypi/dm/compartmental.svg?label=downloads)](https://pypi.org/project/compartmental/)
[![PyPI Version](https://img.shields.io/pypi/v/compartmental?)](https://pypi.org/project/compartmental/)

![Commit activity](https://img.shields.io/github/commit-activity/m/QuanticPony/compartmental)
[![License](https://img.shields.io/pypi/l/compartmental)](LICENSE)
[![Build](https://img.shields.io/github/actions/workflow/status/QuanticPony/compartmental/ci-master.yml)](https://github.com/QuanticPony/compartmental/actions)

[![Python Version](https://img.shields.io/pypi/pyversions/compartmental)](https://pypi.org/project/compartmental/)
[![Wheel](https://img.shields.io/pypi/wheel/compartmental)](https://pypi.org/project/compartmental/)

<br></br>
<h1 align="center">
compartmental
</h1>
<h2 align="center">
Utility tools for Approximate Bayesian computation on compartmental models 
</h2>

<br>
<div align="center">

<a href="https://quanticpony.github.io/compartmental/">
<img src=https://img.shields.io/github/deployments/QuanticPony/compartmental/github-pages?label=documentation>
</a>
<br></br></br>
<h3 align="center">

</h3>





</div>

# Instalation
**compartmental** releases are available as wheel packages on [PyPI](https://pypi.org/project/compartmental/). You can install the last version using `pip`:
```
pip install compartmental
```


# Documentation
Documentations is automatically generated from code on main push and hosted in github-pages [here](https://quanticpony.github.io/compartmental/).

# Help
Just open an issue with the `question` tag ([or clic here](https://github.com/QuanticPony/compartmental/issues/new?assignees=QuanticPony&labels=question&template=question.md&title=)), I would love to help!

# Contributing
You can contribute with:

* Examples
* Documentation
* [Bug report/fix](https://github.com/QuanticPony/compartmental/issues/new?assignees=QuanticPony&labels=bug&template=bug_report.md&title=)
* [Features](https://github.com/QuanticPony/compartmental/issues/new?assignees=QuanticPony&labels=new-feature&template=feature_request.md&title=)
* Code

Even only feedback is greatly apreciated. 

Just create an issue and let me know you want to help! 


# Licensing
**compartmental** is released under the **Apache License Version 2.0**.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "compartmental",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Unai Ler\u00eda Fortea <unaileria@gmail.com>",
    "keywords": "compartmental models,fit,analysis,ABC,computation",
    "author": "",
    "author_email": "Unai Ler\u00eda Fortea <unaileria@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a2/72/c32966c4bf73b3898add000acc904850db200dfae21f50d76fcce3bb5d46/compartmental-0.1.0.tar.gz",
    "platform": null,
    "description": "<!-- Copyright 2023 Unai Ler\u00eda Fortea & Pablo Vizca\u00edno Garc\u00eda\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License. -->\n\n[![PyPI Downloads](https://img.shields.io/pypi/dm/compartmental.svg?label=downloads)](https://pypi.org/project/compartmental/)\n[![PyPI Version](https://img.shields.io/pypi/v/compartmental?)](https://pypi.org/project/compartmental/)\n\n![Commit activity](https://img.shields.io/github/commit-activity/m/QuanticPony/compartmental)\n[![License](https://img.shields.io/pypi/l/compartmental)](LICENSE)\n[![Build](https://img.shields.io/github/actions/workflow/status/QuanticPony/compartmental/ci-master.yml)](https://github.com/QuanticPony/compartmental/actions)\n\n[![Python Version](https://img.shields.io/pypi/pyversions/compartmental)](https://pypi.org/project/compartmental/)\n[![Wheel](https://img.shields.io/pypi/wheel/compartmental)](https://pypi.org/project/compartmental/)\n\n<br></br>\n<h1 align=\"center\">\ncompartmental\n</h1>\n<h2 align=\"center\">\nUtility tools for Approximate Bayesian computation on compartmental models \n</h2>\n\n<br>\n<div align=\"center\">\n\n<a href=\"https://quanticpony.github.io/compartmental/\">\n<img src=https://img.shields.io/github/deployments/QuanticPony/compartmental/github-pages?label=documentation>\n</a>\n<br></br></br>\n<h3 align=\"center\">\n\n</h3>\n\n\n\n\n\n</div>\n\n# Instalation\n**compartmental** releases are available as wheel packages on [PyPI](https://pypi.org/project/compartmental/). You can install the last version using `pip`:\n```\npip install compartmental\n```\n\n\n# Documentation\nDocumentations is automatically generated from code on main push and hosted in github-pages [here](https://quanticpony.github.io/compartmental/).\n\n# Help\nJust open an issue with the `question` tag ([or clic here](https://github.com/QuanticPony/compartmental/issues/new?assignees=QuanticPony&labels=question&template=question.md&title=)), I would love to help!\n\n# Contributing\nYou can contribute with:\n\n* Examples\n* Documentation\n* [Bug report/fix](https://github.com/QuanticPony/compartmental/issues/new?assignees=QuanticPony&labels=bug&template=bug_report.md&title=)\n* [Features](https://github.com/QuanticPony/compartmental/issues/new?assignees=QuanticPony&labels=new-feature&template=feature_request.md&title=)\n* Code\n\nEven only feedback is greatly apreciated. \n\nJust create an issue and let me know you want to help! \n\n\n# Licensing\n**compartmental** is released under the **Apache License Version 2.0**.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Compartmental models with ABC inference optimized for GPU use",
    "version": "0.1.0",
    "split_keywords": [
        "compartmental models",
        "fit",
        "analysis",
        "abc",
        "computation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fbf33f2adf8ae93ef60aa1dd426370ab03dfe607ae501a2c7ef4c0512668173",
                "md5": "607df6e51e40807937f51a95187aa374",
                "sha256": "f1fb333e747387707914df1b1ca22a9684c0a2307582b2f3b89b5a5204f05c77"
            },
            "downloads": -1,
            "filename": "compartmental-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "607df6e51e40807937f51a95187aa374",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17187,
            "upload_time": "2023-04-25T21:50:39",
            "upload_time_iso_8601": "2023-04-25T21:50:39.645113Z",
            "url": "https://files.pythonhosted.org/packages/4f/bf/33f2adf8ae93ef60aa1dd426370ab03dfe607ae501a2c7ef4c0512668173/compartmental-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a272c32966c4bf73b3898add000acc904850db200dfae21f50d76fcce3bb5d46",
                "md5": "b63551493709cb3ecaad56904af121a1",
                "sha256": "ed4effb835b58069c6b308ebb86fa34c873d573b098cd1b2c434e53fe37dc606"
            },
            "downloads": -1,
            "filename": "compartmental-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b63551493709cb3ecaad56904af121a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14162,
            "upload_time": "2023-04-25T21:50:41",
            "upload_time_iso_8601": "2023-04-25T21:50:41.301028Z",
            "url": "https://files.pythonhosted.org/packages/a2/72/c32966c4bf73b3898add000acc904850db200dfae21f50d76fcce3bb5d46/compartmental-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 21:50:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "compartmental"
}
        
Elapsed time: 0.06000s