<!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;">
Bas Couwenberg pushed to branch upstream at <a href="https://salsa.debian.org/debian-gis-team/rasterio">Debian GIS Project / rasterio</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/debian-gis-team/rasterio/-/commit/8ea2abef893c02d1fdaee9a9d3f953f9b4f26973">8ea2abef</a></strong>
<div>
<span> by Bas Couwenberg </span> <i> at 2023-05-23T05:23:56+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 1.3.7</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
30 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#2dc58e3f887228710cdf613245ca3e3dbec19887">
.github/workflows/tests.yaml
</a>
</li>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#3251d7a8143ce2e789f0468513df8f285f842c3a">
CHANGES.txt
</a>
</li>
<li class="file-stats">
<a href="#0a2c9b1333d679f975845fd110c2ffb59930996e">
docs/cli.rst
</a>
</li>
<li class="file-stats">
<a href="#5f751d21bc12129082e8f5d7b3edbc140a238ce7">
docs/installation.rst
</a>
</li>
<li class="file-stats">
<a href="#6bfef2bbce33cddd1a7eed35e90104befe8318e4">
rasterio/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#b78c62e1ecad609f30f70336149f85107feb3538">
rasterio/_base.pyx
</a>
</li>
<li class="file-stats">
<a href="#ac9aa560ca8ac0c9d86c7ce256f03d225e3a04dc">
rasterio/_features.pyx
</a>
</li>
<li class="file-stats">
<a href="#f3db68e49f0a0e74ee01474eca5f11dc3aac6bfb">
rasterio/_filepath.pyx
</a>
</li>
<li class="file-stats">
<a href="#ce2eb9262b426d3f061c2e9a5eaa2869576d3de9">
rasterio/_io.pyx
</a>
</li>
<li class="file-stats">
<a href="#804deeb75b5217fe676b47751c36566466ec8caa">
rasterio/_path.py
</a>
</li>
<li class="file-stats">
<a href="#cf5b12f9065e614a40fe039013c8e524cd360e8a">
rasterio/_warp.pyx
</a>
</li>
<li class="file-stats">
<a href="#5e72252ee2191eed1cdf9ea8675d4a41a01fe6a4">
rasterio/dtypes.py
</a>
</li>
<li class="file-stats">
<a href="#423ef3878b4674d1556b74dfe562a96bcb025340">
rasterio/features.py
</a>
</li>
<li class="file-stats">
<a href="#ed9a41d20a342c8f9279421522ad778b1ba672a9">
rasterio/gdal.pxi
</a>
</li>
<li class="file-stats">
<a href="#894844888ed35aa1754fd55ebfc07cd5bf9fa173">
rasterio/io.py
</a>
</li>
<li class="file-stats">
<a href="#0b4251a89a71b3820ec8536e2b4c6b136943906d">
rasterio/rio/blocks.py
</a>
</li>
<li class="file-stats">
<a href="#7e1e16f50c4e39e8f873c8e7a8e0a14a2f350b5a">
rasterio/sample.py
</a>
</li>
<li class="file-stats">
<a href="#13ea5d1a732d72e4192363029a7bead25e732725">
rasterio/transform.py
</a>
</li>
<li class="file-stats">
<a href="#cb54c637726e75214b13bbb904e74bfa44dd2725">
rasterio/vrt.py
</a>
</li>
<li class="file-stats">
<a href="#389844ae64a3041012d0d4365b22ab9e30d7cd67">
rasterio/windows.py
</a>
</li>
<li class="file-stats">
<a href="#626af34e8204774ea46e20955936146dedc828eb">
tests/conftest.py
</a>
</li>
<li class="file-stats">
<a href="#71b459f0afefe57995d1e2be7b3635baff06fdfb">
<span class="new-file">
+
tests/data/RGBA.uint16.tif
</span>
</a>
</li>
<li class="file-stats">
<a href="#5b7c16609e88917939392933529b9edae4e72d00">
tests/test_creation_options.py
</a>
</li>
<li class="file-stats">
<a href="#3789ad32207df04687a92fe128bacfb82f88c9a0">
tests/test_dataset.py
</a>
</li>
<li class="file-stats">
<a href="#e7f45152b062867250bb693e58c07422ad0a009a">
tests/test_dtypes.py
</a>
</li>
<li class="file-stats">
<a href="#0d5fcd3f89398aa4152a9cc5e9500682d1f719d9">
tests/test_features.py
</a>
</li>
<li class="file-stats">
<a href="#32367f204c7d9c54baf0b94e92c8e16b19872605">
tests/test_filepath.py
</a>
</li>
<li class="file-stats">
<a href="#2d7bb90800cc12bdd88430f345d72d145f35e53e">
tests/test_gdal_raster_io.py
</a>
</li>
<li class="file-stats">
<a href="#bf0d0a6cadfc3671732f057395cc51b269560474">
tests/test_int8.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/debian-gis-team/rasterio/-/commit/8ea2abef893c02d1fdaee9a9d3f953f9b4f26973">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/debian-gis-team/rasterio/-/commit/8ea2abef893c02d1fdaee9a9d3f953f9b4f26973"}}</script>


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