Metadata-Version: 2.1
Name: compartmental
Version: 0.1.0
Summary: Compartmental models with ABC inference optimized for GPU use
Author-email: Unai Lería Fortea <unaileria@gmail.com>
Maintainer-email: Unai Lería Fortea <unaileria@gmail.com>
License: Apache License 2.0
Project-URL: GitHub, https://github.com/QuanticPony/compartmental
Project-URL: Documentation, https://QuanticPony/.github.io/compartmental/
Keywords: compartmental models,fit,analysis,ABC,computation
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

<!-- 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**.
