<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Étienne Mollier pushed to branch upstream at <a href="https://salsa.debian.org/med-team/q2-types">Debian Med / q2-types</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/med-team/q2-types/-/commit/e27b9e2a693d1c2317923b09e2de78af2ed16436">e27b9e2a</a></strong>
<div>
<span> by Étienne Mollier </span> <i> at 2023-08-18T15:32:06+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>New upstream version 2023.7.0</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#54f68f4f817cf6a6c275b60213ba7eb7b3c80983">
<span class="new-file">
+
.github/workflows/ci-dev.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#899ce9c202bf7bb5480e72836c3edc773c9c4244">
<span class="deleted-file">

.github/workflows/ci.yml
</span>
</a>
</li>
<li class="file-stats">
<a href="#649b547197a50613be0e7ab1aab65f5bf1dbab44">
<span class="new-file">
+
.github/workflows/join-release.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#02a0616066f8abd3ba6aa5039a11406c2ee7d7ae">
<span class="new-file">
+
.github/workflows/tag-release.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#0398ccd0f49298b10a3d76a47800d2ebecd49859">
LICENSE
</a>
</li>
<li class="file-stats">
<a href="#22fbe0b68848772d4b1c45f0d62dcd71a06cde00">
ci/recipe/meta.yaml
</a>
</li>
<li class="file-stats">
<a href="#f3c68e28c82163ef4b04ecc90060e04ccef53b79">
q2_types/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#3bdb7a362f11686a5969dba0363ea115e0751fcb">
q2_types/_version.py
</a>
</li>
<li class="file-stats">
<a href="#3413a8f37fed4ba992798670b5c6744f046a2622">
q2_types/bowtie2/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#c55a7a1b9604390d4cd07382bf881517a8e13c87">
q2_types/bowtie2/_formats.py
</a>
</li>
<li class="file-stats">
<a href="#cacc76c67fd574bd3475e6268ce6deec26ccbfaa">
q2_types/bowtie2/_types.py
</a>
</li>
<li class="file-stats">
<a href="#ee9da6227d738cbf20c0f9f4d99e07ff98339935">
q2_types/distance_matrix/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#f50c1777cea0de65522e56a263a0c9a0cf99c361">
q2_types/distance_matrix/_format.py
</a>
</li>
<li class="file-stats">
<a href="#2a4d0b52e80bb62fb005bf4d69af5b80d58496c4">
q2_types/distance_matrix/_transformer.py
</a>
</li>
<li class="file-stats">
<a href="#2c28fd681c183e3f9ed29ef89e982e7320c25ec4">
q2_types/distance_matrix/_type.py
</a>
</li>
<li class="file-stats">
<a href="#059b3fe6d6dced7012de80d5560af180cf283a9b">
q2_types/distance_matrix/tests/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#0a519e73b6b16470f9be9a6d19e9e923d5c26b33">
q2_types/distance_matrix/tests/test_format.py
</a>
</li>
<li class="file-stats">
<a href="#40f228d597ee781124718455894e5c1fc390d7aa">
q2_types/distance_matrix/tests/test_transformer.py
</a>
</li>
<li class="file-stats">
<a href="#57c506de63cd597f1fd36d4581d4f44911e8230d">
q2_types/distance_matrix/tests/test_type.py
</a>
</li>
<li class="file-stats">
<a href="#54ba626fe0572adcddeae8122c558ea2c9f70278">
q2_types/feature_data/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#07e3ee9f5c6e5e8399ca48e3a21c5188f5c2f3ea">
q2_types/feature_data/_format.py
</a>
</li>
<li class="file-stats">
<a href="#5bfd5c187b0d7270fa753eb3022bb7e84bc92757">
q2_types/feature_data/_transformer.py
</a>
</li>
<li class="file-stats">
<a href="#5e2e452cb76505dfb05d5e48375d42b44ccee529">
q2_types/feature_data/_type.py
</a>
</li>
<li class="file-stats">
<a href="#8fe6e5ba8f042a872fdc3637c38007f2aa738cae">
q2_types/feature_data/tests/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#d4d307c78282f0799835165b31908aff985c5dcd">
q2_types/feature_data/tests/test_format.py
</a>
</li>
<li class="file-stats">
<a href="#87c86e89872868b749899f3aac32b2d48779f964">
q2_types/feature_data/tests/test_transformer.py
</a>
</li>
<li class="file-stats">
<a href="#951fbd18d3c7980e1c2205bd545ba49a298c39ec">
q2_types/feature_data/tests/test_type.py
</a>
</li>
<li class="file-stats">
<a href="#043ebf726c6f0361c9b8a632070f2542ead16163">
q2_types/feature_table/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#fee7edd437132b8130e00bd73f4e50a25c852f18">
q2_types/feature_table/_format.py
</a>
</li>
<li class="file-stats">
<a href="#5ff0a0f6759a48f54314c0842863b891bc6ccf3f">
q2_types/feature_table/_transformer.py
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">
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: #737278;">

<br>
<a href="https://salsa.debian.org/med-team/q2-types/-/commit/e27b9e2a693d1c2317923b09e2de78af2ed16436">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://salsa.debian.org/med-team/q2-types/-/commit/e27b9e2a693d1c2317923b09e2de78af2ed16436"}}</script>


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