<!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>
Andreas Tille 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/ea2d936e002e495ac91cd3cbdf175d4ffe93e70e">ea2d936e</a></strong>
<div>
<span>by Andreas Tille</span>
<i>at 2021-01-25T08:59:52+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 0.20.0</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#3fcac755ee1270a77a9c5042beab12617b51f2be">
<span class="new-file">
+
.github/ISSUE_TEMPLATE/config.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#c778226b6c4c0fb51cf7942c8ee1f3d9fc1249d0">
.github/workflows/main.yml
</a>
</li>
<li class="file-stats">
<a href="#1205769910bacad50d0d759957f2cd34795e8895">
<span class="new-file">
+
release-notes/0.20.0.md
</span>
</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="#a9f465ed644141b460901c7d78c7d114497f675a">
src/cobra/core/configuration.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="#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="#c078c869cadd4f9f3e4c15e5baec3796bb628aac">
src/cobra/flux_analysis/gapfilling.py
</a>
</li>
<li class="file-stats">
<a href="#9ee780a2f5e06ddd02c2f05c4a5adc95f34e6f50">
src/cobra/flux_analysis/loopless.py
</a>
</li>
<li class="file-stats">
<a href="#f4897730b8bf8b48da1f599da1f9f283a0bd7d41">
src/cobra/flux_analysis/variability.py
</a>
</li>
<li class="file-stats">
<a href="#220b5905a6f3103415a06d6520bde696754f7005">
src/cobra/io/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#2b1b5498bd4f1437cbb192383bece3daa2463656">
src/cobra/io/sbml.py
</a>
</li>
<li class="file-stats">
<a href="#29e45f13854c49c562ef6af0ba04694983adb9d2">
<span class="new-file">
+
src/cobra/io/web/__init__.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#115075d2a953899fb23e12de646dc94a515418a7">
<span class="new-file">
+
src/cobra/io/web/abstract_model_repository.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#450566fa0364550b64b720bdc055e10f48e74ca0">
<span class="new-file">
+
src/cobra/io/web/bigg_models_repository.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#16a818ae5b42b5bfd1c41bfe3c93719c98b2c083">
<span class="new-file">
+
src/cobra/io/web/biomodels_repository.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#f5de29d9aaf2e4a433b795ce5cc796b94434395d">
<span class="new-file">
+
src/cobra/io/web/load.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#6f9bcdcb7b121e2ecb072c261ceede6a98bcb4ca">
src/cobra/sampling/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#6cf7073c1d630ac2723cb63260186261657bdb6d">
src/cobra/sampling/achr.py
</a>
</li>
<li class="file-stats">
<a href="#0f5b03cc5687fa2a8288e16140b6c49bc849e303">
src/cobra/sampling/hr_sampler.py
</a>
</li>
<li class="file-stats">
<a href="#28aa9acc5011d7ade1343bf43849a61f742b40c6">
src/cobra/sampling/optgp.py
</a>
</li>
<li class="file-stats">
<a href="#12c0c002a2c1a7130d742c7e2b863c85542f1a71">
src/cobra/summary/metabolite_summary.py
</a>
</li>
<li class="file-stats">
<a href="#bc1c040e266fc2a290b233694ee182b25bef3bb7">
src/cobra/summary/model_summary.py
</a>
</li>
<li class="file-stats">
<a href="#8ed1a2a5259babb7f73a10d7d96892f3d03f6976">
src/cobra/summary/reaction_summary.py
</a>
</li>
<li class="file-stats">
<a href="#2f32ebabc1ed587d2b881ab71e809d5defb03433">
src/cobra/summary/summary.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/ea2d936e002e495ac91cd3cbdf175d4ffe93e70e">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/ea2d936e002e495ac91cd3cbdf175d4ffe93e70e"}}</script>


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