<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Nilesh Patra pushed to branch upstream
at <a href="https://salsa.debian.org/med-team/python-cobra">Debian Med / python-cobra</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/med-team/python-cobra/-/commit/adb44fad12193afbac6265961adce82d43067d71">adb44fad</a></strong>
<div>
<span>by Nilesh Patra</span>
<i>at 2021-05-18T23:40:56+05:30</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 0.22.0</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#d12a654f2dea6dc04ae8a20c71803086befd45b0">
.github/CONTRIBUTING.rst
</a>
</li>
<li class="file-stats">
<a href="#357dc2cafa5ec1ddecf13d5d1c920fb20b355d60">
<span class="new-file">
+
.github/workflows/biosimulators_dispatch.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#c778226b6c4c0fb51cf7942c8ee1f3d9fc1249d0">
.github/workflows/main.yml
</a>
</li>
<li class="file-stats">
<a href="#561b88e19de321ca62c7590bbb350765fb110905">
README.rst
</a>
</li>
<li class="file-stats">
<a href="#76632d57b37685533fdfe02b7129e68707dea260">
documentation_builder/building_model.ipynb
</a>
</li>
<li class="file-stats">
<a href="#0f0892525b132e72892c1b9ed74e358194bd4672">
documentation_builder/conf.py
</a>
</li>
<li class="file-stats">
<a href="#d60bdc0c58de49ef1ab405a8d829f05e77790f64">
documentation_builder/simulating.ipynb
</a>
</li>
<li class="file-stats">
<a href="#5d07e7d72637aa0d59c89d381fe6dc4cf46e2491">
pyproject.toml
</a>
</li>
<li class="file-stats">
<a href="#315f6d50adde079d70475a0ae1707aa708aed71a">
<span class="new-file">
+
release-notes/0.22.0.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#327ebaa25ec0630b95cfd4d7e339b8e2f40f6d2e">
release-notes/next-release.md
</a>
</li>
<li class="file-stats">
<a href="#29d32b5ef9d530096b189a0a0ccf8d149ebdc7f3">
scripts/deploy_website.sh
</a>
</li>
<li class="file-stats">
<a href="#8c91c0296909b5ea3c496fde69e9dc44a6c6ae5f">
setup.cfg
</a>
</li>
<li class="file-stats">
<a href="#8e2edce0d507e1297474f25c00cae94258db38d8">
setup.py
</a>
</li>
<li class="file-stats">
<a href="#1de6b4f3a254357ed4adcffc483949c14961379d">
src/cobra/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#1a83bb5fa417ddb7e799b7504ecdf5d363382fd1">
src/cobra/core/dictlist.py
</a>
</li>
<li class="file-stats">
<a href="#08688167920e33b099e43f7245f11a75403d1380">
src/cobra/core/group.py
</a>
</li>
<li class="file-stats">
<a href="#679aca3ad3c92ec7ae50188a54f8ebea97132fe7">
src/cobra/core/metabolite.py
</a>
</li>
<li class="file-stats">
<a href="#d7e1aee9380ea447e4ffdfa59bb2fef1043e0908">
src/cobra/core/model.py
</a>
</li>
<li class="file-stats">
<a href="#537caacbfcf669ad46194db3d601d639c16da331">
src/cobra/core/object.py
</a>
</li>
<li class="file-stats">
<a href="#47fe15ff8f4f2a4270d636a18428ed512655c8ae">
src/cobra/core/reaction.py
</a>
</li>
<li class="file-stats">
<a href="#940d17998e297603259dafc7c03426177a617b54">
src/cobra/flux_analysis/deletion.py
</a>
</li>
<li class="file-stats">
<a href="#4889e7c0b5e27a6986d471038e0d27f57ff675e5">
src/cobra/flux_analysis/fastcc.py
</a>
</li>
<li class="file-stats">
<a href="#c078c869cadd4f9f3e4c15e5baec3796bb628aac">
src/cobra/flux_analysis/gapfilling.py
</a>
</li>
<li class="file-stats">
<a href="#c566b51987ea58808cd2d157c099744aaec32a49">
src/cobra/flux_analysis/moma.py
</a>
</li>
<li class="file-stats">
<a href="#7b414d969aac7b887fb1c52d74a8210ebdced28c">
src/cobra/flux_analysis/phenotype_phase_plane.py
</a>
</li>
<li class="file-stats">
<a href="#431ae495632ed64c851b44315da9d4fa859e3d3f">
src/cobra/flux_analysis/reaction.py
</a>
</li>
<li class="file-stats">
<a href="#f4897730b8bf8b48da1f599da1f9f283a0bd7d41">
src/cobra/flux_analysis/variability.py
</a>
</li>
<li class="file-stats">
<a href="#e38fad9d079b0e7ed4a28fb0718a76bab7967cdc">
src/cobra/io/dict.py
</a>
</li>
<li class="file-stats">
<a href="#feb3182d9189ba9c6c739288e8e985296abb1c82">
src/cobra/io/json.py
</a>
</li>
<li class="file-stats">
<a href="#37cb0d06c5fa6cb5c4b0caa54402436483096910">
src/cobra/io/mat.py
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/med-team/python-cobra/-/commit/adb44fad12193afbac6265961adce82d43067d71">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/med-team/python-cobra/-/commit/adb44fad12193afbac6265961adce82d43067d71"}}</script>


</p>
</div>
</body>
</html>