<!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=utf-8" 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-skbio">Debian Med / python-skbio</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/med-team/python-skbio/commit/18eee699bb1ece6f434a73a15ab7bd64888c4b43">18eee699</a></strong>
<div>
<span>by Andreas Tille</span>
<i>at 2018-12-17T10:23:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 0.5.5</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#dea01dd89a3b602828e630677fde5d77c06441c8">
.travis.yml
</a>
</li>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
CHANGELOG.md
</a>
</li>
<li class="file-stats">
<a href="#3f454a98e586d1aa0d322e19afd5e67e08f2d3c8">
CONTRIBUTING.md
</a>
</li>
<li class="file-stats">
<a href="#8875df48c18030126ef5ef5a6f5c93b23451fb9f">
MANIFEST.in
</a>
</li>
<li class="file-stats">
<a href="#836efb6e25a091dcb4ff8e1dbb2f0be6a5cbf14c">
Makefile
</a>
</li>
<li class="file-stats">
<a href="#bf054b5dcafe76150d61bd77b80dd5f78820f29b">
ci/conda_requirements.txt
</a>
</li>
<li class="file-stats">
<a href="#9fdcaf73b1f763ac7ebbb1cba65d271a7a85ef1a">
ci/pip_requirements.txt
</a>
</li>
<li class="file-stats">
<a href="#ef9965a3f035c15497496b3f4b5729b377bb65dd">
doc/README.md
</a>
</li>
<li class="file-stats">
<a href="#1ba141099e7a36f3cf76878ee1d4f3a38ebcccf8">
doc/source/_static/copybutton.js
</a>
</li>
<li class="file-stats">
<a href="#5fd7d23d3b8a86ce35556c43771c0c805101d54d">
doc/source/_templates/autosummary/class.rst
</a>
</li>
<li class="file-stats">
<a href="#9d4e8ab62832d7b298261aae1fe1123d28783525">
doc/source/conf.py
</a>
</li>
<li class="file-stats">
<a href="#8c91c0296909b5ea3c496fde69e9dc44a6c6ae5f">
<span class="deleted-file">

setup.cfg
</span>
</a>
</li>
<li class="file-stats">
<a href="#8e2edce0d507e1297474f25c00cae94258db38d8">
setup.py
</a>
</li>
<li class="file-stats">
<a href="#4f527af5768c903b0fd5e66c83e25933c74fb224">
skbio/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#1ed5c122a6b63f4bc058f6d93c556e557ec271bd">
skbio/alignment/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#542083492551ca2abf5b5506e8f55679442ead10">
skbio/alignment/_indexing.py
</a>
</li>
<li class="file-stats">
<a href="#d79225321bef807c87720c85372d17f3b2e6af57">
skbio/alignment/_lib/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#905caf0653314085d45d94634453b9fed271a8c1">
skbio/alignment/_pairwise.py
</a>
</li>
<li class="file-stats">
<a href="#10d37eaa44d3a7e234622ccb3a5fe32ed591ab8b">
skbio/alignment/_tabular_msa.py
</a>
</li>
<li class="file-stats">
<a href="#e2e5fbcc36a9a46afb53c318a8718068ac6a7cbb">
skbio/alignment/tests/test_pairwise.py
</a>
</li>
<li class="file-stats">
<a href="#8751a6a4c7c12af0d8ad85edf70d62d5a58d89a1">
skbio/alignment/tests/test_ssw.py
</a>
</li>
<li class="file-stats">
<a href="#d11922c1fb8e5feb744d571ca8b90606d6c55a98">
skbio/alignment/tests/test_tabular_msa.py
</a>
</li>
<li class="file-stats">
<a href="#19db93cfeb843ccbe6cb41dbc2cc17abe12c3819">
skbio/diversity/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#92807fdd12a1b2a6b9556f3c7b818b965ed18325">
skbio/diversity/alpha/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#89adf82b53de51701305456486691757174489ca">
skbio/diversity/alpha/tests/test_ace.py
</a>
</li>
<li class="file-stats">
<a href="#eb00d114402135c6ac218950ee0bea872448f51e">
skbio/diversity/alpha/tests/test_lladser.py
</a>
</li>
<li class="file-stats">
<a href="#ad0b871191f40b40506781ec0d26c2697d7e7410">
skbio/diversity/beta/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#6882525769860a47db9a24c8eced593940493f7e">
skbio/diversity/tests/test_driver.py
</a>
</li>
<li class="file-stats">
<a href="#054770e889532ee5097d40f47cab7e23d9688c1a">
skbio/io/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#0654500b43fd0992aa1b60202f47381626779d60">
skbio/io/format/__init__.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: #777777;">

<br>
<a href="https://salsa.debian.org/med-team/python-skbio/commit/18eee699bb1ece6f434a73a15ab7bd64888c4b43">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-skbio/commit/18eee699bb1ece6f434a73a15ab7bd64888c4b43"}}</script>
</p>
</div>
</body>
</html>