Skip to content

Commit

Permalink
Deployed 96ebc8d with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 24, 2024
1 parent bbf6ffc commit 34d569d
Show file tree
Hide file tree
Showing 154 changed files with 18,583 additions and 18,419 deletions.
75 changes: 74 additions & 1 deletion changelog/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,79 @@
# Changelog

## v0.35.x - July 9, 2024
## v0.36.1 - July 22, 2024

**What's Changed**

- Add support for displaying EE layers with Mapbox by @giswqs in [#845](https://github.com/opengeos/leafmap/pull/845)

**Full Changelog**: [v0.36.0...v0.36.1](https://github.com/opengeos/leafmap/compare/v0.36.0...v0.36.1)

## v0.36.0 - July 21, 2024

**What's Changed**

- Pin dependencies to the latest version by @giswqs in [#840](https://github.com/opengeos/leafmap/pull/840)
- Add support for Mapbox by @giswqs in [#841](https://github.com/opengeos/leafmap/pull/841)
- Loosen numpy version by @giswqs in [#842](https://github.com/opengeos/leafmap/pull/842)
- Fix typo by @giswqs in [#843](https://github.com/opengeos/leafmap/pull/843)

**Full Changelog**: [v0.35.11...v0.36.0](https://github.com/opengeos/leafmap/compare/v0.35.11...v0.36.0)

## v0.35.11 - July 20, 2024

**What's Changed**

- Add xarray_to_raster function by @giswqs in [#827](https://github.com/opengeos/leafmap/pull/827)
- chore: improving typehints by @slowy07 in [#828](https://github.com/opengeos/leafmap/pull/828)
- chore: update unittest and improvement typehinting by @slowy07 in [#829](https://github.com/opengeos/leafmap/pull/829)
- Add 3D PMTiles example by @giswqs in [#830](https://github.com/opengeos/leafmap/pull/830)
- Fix the demo broken link by @giswqs in [#832](https://github.com/opengeos/leafmap/pull/832)
- chore: update unittest and improvement typehinting by @slowy07 in [#831](https://github.com/opengeos/leafmap/pull/831)
- Fix add raster fit_bounds bug by @giswqs in [#836](https://github.com/opengeos/leafmap/pull/836)
- chore: update unittest and improvement typehinting by @slowy07 in [#835](https://github.com/opengeos/leafmap/pull/835)
- Improve support for LayerEditor by @giswqs in [#837](https://github.com/opengeos/leafmap/pull/837)
- Update 3D choropleth map example by @giswqs in [#839](https://github.com/opengeos/leafmap/pull/839)
- chore: update docstring args, subprocess error handler by @slowy07 in [#838](https://github.com/opengeos/leafmap/pull/838)

**New Contributors**

- @slowy07 made their first contribution in [#828](https://github.com/opengeos/leafmap/pull/828)

**Full Changelog**: [v0.35.10...v0.35.11](https://github.com/opengeos/leafmap/compare/v0.35.10...v0.35.11)

## v0.35.10 - July 12, 2024

**What's Changed**

- Fix add geojson color bug by @giswqs in [#824](https://github.com/opengeos/leafmap/pull/824)
- Improve layer manager gui by @giswqs in [#825](https://github.com/opengeos/leafmap/pull/825)

**Full Changelog**: [v0.35.9...v0.35.10](https://github.com/opengeos/leafmap/compare/v0.35.9...v0.35.10)

## v0.35.9 - July 8, 2024

**What's Changed**

- Add maptiler 3d style function by @giswqs in [#818](https://github.com/opengeos/leafmap/pull/818)
- Add 3D choropleth notebook example by @giswqs in [#819](https://github.com/opengeos/leafmap/pull/819)
- Add more MapLibre examples by @giswqs in [#820](https://github.com/opengeos/leafmap/pull/820)
- Update numpy requirement from <2.0.0 to <3.0.0 by @dependabot in [#821](https://github.com/opengeos/leafmap/pull/821)

**Full Changelog**: [v0.35.8...v0.35.9](https://github.com/opengeos/leafmap/compare/v0.35.8...v0.35.9)

## v0.35.8 - July 5, 2024

**What's Changed**

- Update MapLibre overview page by @giswqs in [#810](https://github.com/opengeos/leafmap/pull/810)
- Update MapLibre notebook examples by @giswqs in [#811](https://github.com/opengeos/leafmap/pull/811)
- Improve the basemap notebook by @giswqs in [#814](https://github.com/opengeos/leafmap/pull/814)
- Add to_html notebook example by @giswqs in [#815](https://github.com/opengeos/leafmap/pull/815)
- Add add_video function by @giswqs in [#816](https://github.com/opengeos/leafmap/pull/816)

**Full Changelog**: [v0.35.7...v0.35.8](https://github.com/opengeos/leafmap/compare/v0.35.7...v0.35.8)

## v0.35.7 - July 3, 2024

Reduce repo size

Expand Down
181 changes: 175 additions & 6 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,63 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#v035x-july-9-2024" class="md-nav__link">
<a href="#v0361-july-22-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.x - July 9, 2024
v0.36.1 - July 22, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0360-july-21-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.36.0 - July 21, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v03511-july-20-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.11 - July 20, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v03510-july-12-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.10 - July 12, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0359-july-8-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.9 - July 8, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0358-july-5-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.8 - July 5, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0357-july-3-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.7 - July 3, 2024
</span>
</a>

Expand Down Expand Up @@ -6376,9 +6430,63 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#v035x-july-9-2024" class="md-nav__link">
<a href="#v0361-july-22-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.x - July 9, 2024
v0.36.1 - July 22, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0360-july-21-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.36.0 - July 21, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v03511-july-20-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.11 - July 20, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v03510-july-12-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.10 - July 12, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0359-july-8-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.9 - July 8, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0358-july-5-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.8 - July 5, 2024
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#v0357-july-3-2024" class="md-nav__link">
<span class="md-ellipsis">
v0.35.7 - July 3, 2024
</span>
</a>

Expand Down Expand Up @@ -7810,7 +7918,68 @@


<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
<h2 id="v035x-july-9-2024">v0.35.x - July 9, 2024<a class="headerlink" href="#v035x-july-9-2024" title="Permanent link">&para;</a></h2>
<h2 id="v0361-july-22-2024">v0.36.1 - July 22, 2024<a class="headerlink" href="#v0361-july-22-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Add support for displaying EE layers with Mapbox by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/845">#845</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.36.0...v0.36.1">v0.36.0...v0.36.1</a></p>
<h2 id="v0360-july-21-2024">v0.36.0 - July 21, 2024<a class="headerlink" href="#v0360-july-21-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Pin dependencies to the latest version by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/840">#840</a></li>
<li>Add support for Mapbox by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/841">#841</a></li>
<li>Loosen numpy version by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/842">#842</a></li>
<li>Fix typo by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/843">#843</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.35.11...v0.36.0">v0.35.11...v0.36.0</a></p>
<h2 id="v03511-july-20-2024">v0.35.11 - July 20, 2024<a class="headerlink" href="#v03511-july-20-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Add xarray_to_raster function by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/827">#827</a></li>
<li>chore: improving typehints by @slowy07 in <a href="https://github.com/opengeos/leafmap/pull/828">#828</a></li>
<li>chore: update unittest and improvement typehinting by @slowy07 in <a href="https://github.com/opengeos/leafmap/pull/829">#829</a></li>
<li>Add 3D PMTiles example by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/830">#830</a></li>
<li>Fix the demo broken link by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/832">#832</a></li>
<li>chore: update unittest and improvement typehinting by @slowy07 in <a href="https://github.com/opengeos/leafmap/pull/831">#831</a></li>
<li>Fix add raster fit_bounds bug by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/836">#836</a></li>
<li>chore: update unittest and improvement typehinting by @slowy07 in <a href="https://github.com/opengeos/leafmap/pull/835">#835</a></li>
<li>Improve support for LayerEditor by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/837">#837</a></li>
<li>Update 3D choropleth map example by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/839">#839</a></li>
<li>chore: update docstring args, subprocess error handler by @slowy07 in <a href="https://github.com/opengeos/leafmap/pull/838">#838</a></li>
</ul>
<p><strong>New Contributors</strong></p>
<ul>
<li>@slowy07 made their first contribution in <a href="https://github.com/opengeos/leafmap/pull/828">#828</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.35.10...v0.35.11">v0.35.10...v0.35.11</a></p>
<h2 id="v03510-july-12-2024">v0.35.10 - July 12, 2024<a class="headerlink" href="#v03510-july-12-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Fix add geojson color bug by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/824">#824</a></li>
<li>Improve layer manager gui by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/825">#825</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.35.9...v0.35.10">v0.35.9...v0.35.10</a></p>
<h2 id="v0359-july-8-2024">v0.35.9 - July 8, 2024<a class="headerlink" href="#v0359-july-8-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Add maptiler 3d style function by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/818">#818</a></li>
<li>Add 3D choropleth notebook example by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/819">#819</a></li>
<li>Add more MapLibre examples by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/820">#820</a></li>
<li>Update numpy requirement from &lt;2.0.0 to &lt;3.0.0 by @dependabot in <a href="https://github.com/opengeos/leafmap/pull/821">#821</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.35.8...v0.35.9">v0.35.8...v0.35.9</a></p>
<h2 id="v0358-july-5-2024">v0.35.8 - July 5, 2024<a class="headerlink" href="#v0358-july-5-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
<ul>
<li>Update MapLibre overview page by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/810">#810</a></li>
<li>Update MapLibre notebook examples by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/811">#811</a></li>
<li>Improve the basemap notebook by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/814">#814</a></li>
<li>Add to_html notebook example by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/815">#815</a></li>
<li>Add add_video function by @giswqs in <a href="https://github.com/opengeos/leafmap/pull/816">#816</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/opengeos/leafmap/compare/v0.35.7...v0.35.8">v0.35.7...v0.35.8</a></p>
<h2 id="v0357-july-3-2024">v0.35.7 - July 3, 2024<a class="headerlink" href="#v0357-july-3-2024" title="Permanent link">&para;</a></h2>
<p>Reduce repo size</p>
<h2 id="v0356-jul-3-2024">v0.35.6 - Jul 3, 2024<a class="headerlink" href="#v0356-jul-3-2024" title="Permanent link">&para;</a></h2>
<p><strong>What's Changed</strong></p>
Expand Down Expand Up @@ -9269,7 +9438,7 @@ <h2 id="v010-may-25-2021">v0.1.0 - May 25, 2021<a class="headerlink" href="#v010
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-07-10T00:30:35+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-07-10</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-07-24T23:19:31+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-07-24</span>
</span>


Expand Down
18 changes: 9 additions & 9 deletions changelog_update/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5366,7 +5366,7 @@ <h1>Changelog update</h1>
<!-- End of mermaid configuration --><div class="jupyter-wrapper">
<div class="jp-Notebook" data-jp-theme-light="true" data-jp-theme-name="JupyterLab Light">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=a5505b08">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=a00de5df">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand All @@ -5393,7 +5393,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=3fe4c96b">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=4cdc7e33">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5434,7 +5434,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=183b5059">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=26d3c3b0">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5463,7 +5463,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=190feb3c">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=127e22a6">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5496,7 +5496,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=b30d4fa6">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=2b1b42cc">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5525,7 +5525,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=3a5904cc">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=1010a601">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5570,7 +5570,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=5cb45c30">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=f519d949">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5599,7 +5599,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=f0404710">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=8755f92b">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5628,7 +5628,7 @@ <h1>Changelog update</h1>
</div>
</div>
</div>
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell" id="cell-id=68a06f49">
<div class="jp-Cell jp-MarkdownCell jp-Notebook-cell" id="cell-id=6245f19b">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down
4 changes: 2 additions & 2 deletions check_maplibre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5366,7 +5366,7 @@ <h1>Check maplibre</h1>
<!-- End of mermaid configuration --><div class="jupyter-wrapper">
<div class="jp-Notebook" data-jp-theme-light="true" data-jp-theme-name="JupyterLab Light">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=1132d26d">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=c8912772">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down Expand Up @@ -5395,7 +5395,7 @@ <h1>Check maplibre</h1>
</div>
</div>
</div><div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=d99b1b12">
<div class="jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-noOutputs" id="cell-id=2201a412">
<div class="jp-Cell-inputWrapper" tabindex="0">
<div class="jp-Collapser jp-InputCollapser jp-Cell-inputCollapser">
</div>
Expand Down
Loading

0 comments on commit 34d569d

Please sign in to comment.