Skip to content

Commit 563f17d

Browse files
author
CI
committed
Deployed 6da32a7 to v0.11.1 with MkDocs 1.6.1 and mike 2.1.3
1 parent 03e2354 commit 563f17d

219 files changed

Lines changed: 201502 additions & 91 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

latest/CHANGELOG/index.html

Lines changed: 77 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,6 +2144,30 @@
21442144
</label>
21452145
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
21462146

2147+
<li class="md-nav__item">
2148+
<a href="#0111-2025-06-18" class="md-nav__link">
2149+
<span class="md-ellipsis">
2150+
[0.11.1] - 2025-06-18
2151+
</span>
2152+
</a>
2153+
2154+
<nav class="md-nav" aria-label="[0.11.1] - 2025-06-18">
2155+
<ul class="md-nav__list">
2156+
2157+
<li class="md-nav__item">
2158+
<a href="#bug-fixes" class="md-nav__link">
2159+
<span class="md-ellipsis">
2160+
Bug fixes
2161+
</span>
2162+
</a>
2163+
2164+
</li>
2165+
2166+
</ul>
2167+
</nav>
2168+
2169+
</li>
2170+
21472171
<li class="md-nav__item">
21482172
<a href="#0110-2025-06-17" class="md-nav__link">
21492173
<span class="md-ellipsis">
@@ -2182,7 +2206,7 @@
21822206
</li>
21832207

21842208
<li class="md-nav__item">
2185-
<a href="#bug-fixes" class="md-nav__link">
2209+
<a href="#bug-fixes_1" class="md-nav__link">
21862210
<span class="md-ellipsis">
21872211
Bug fixes
21882212
</span>
@@ -2208,18 +2232,18 @@
22082232

22092233
</li>
22102234

2211-
</ul>
2212-
</nav>
2213-
2214-
</li>
2215-
2216-
<li class="md-nav__item">
2235+
<li class="md-nav__item">
22172236
<a href="#new-contributors" class="md-nav__link">
22182237
<span class="md-ellipsis">
22192238
New Contributors
22202239
</span>
22212240
</a>
22222241

2242+
</li>
2243+
2244+
</ul>
2245+
</nav>
2246+
22232247
</li>
22242248

22252249
<li class="md-nav__item">
@@ -2984,6 +3008,30 @@
29843008
</label>
29853009
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
29863010

3011+
<li class="md-nav__item">
3012+
<a href="#0111-2025-06-18" class="md-nav__link">
3013+
<span class="md-ellipsis">
3014+
[0.11.1] - 2025-06-18
3015+
</span>
3016+
</a>
3017+
3018+
<nav class="md-nav" aria-label="[0.11.1] - 2025-06-18">
3019+
<ul class="md-nav__list">
3020+
3021+
<li class="md-nav__item">
3022+
<a href="#bug-fixes" class="md-nav__link">
3023+
<span class="md-ellipsis">
3024+
Bug fixes
3025+
</span>
3026+
</a>
3027+
3028+
</li>
3029+
3030+
</ul>
3031+
</nav>
3032+
3033+
</li>
3034+
29873035
<li class="md-nav__item">
29883036
<a href="#0110-2025-06-17" class="md-nav__link">
29893037
<span class="md-ellipsis">
@@ -3022,7 +3070,7 @@
30223070
</li>
30233071

30243072
<li class="md-nav__item">
3025-
<a href="#bug-fixes" class="md-nav__link">
3073+
<a href="#bug-fixes_1" class="md-nav__link">
30263074
<span class="md-ellipsis">
30273075
Bug fixes
30283076
</span>
@@ -3048,18 +3096,18 @@
30483096

30493097
</li>
30503098

3051-
</ul>
3052-
</nav>
3053-
3054-
</li>
3055-
3056-
<li class="md-nav__item">
3099+
<li class="md-nav__item">
30573100
<a href="#new-contributors" class="md-nav__link">
30583101
<span class="md-ellipsis">
30593102
New Contributors
30603103
</span>
30613104
</a>
30623105

3106+
</li>
3107+
3108+
</ul>
3109+
</nav>
3110+
30633111
</li>
30643112

30653113
<li class="md-nav__item">
@@ -3706,25 +3754,32 @@
37063754

37073755

37083756
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
3757+
<h2 id="0111-2025-06-18">[0.11.1] - 2025-06-18<a class="headerlink" href="#0111-2025-06-18" title="Permanent link">&para;</a></h2>
3758+
<h3 id="bug-fixes">Bug fixes <img alt="🐛" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/1f41b.svg" title=":bug:" /><a class="headerlink" href="#bug-fixes" title="Permanent link">&para;</a></h3>
3759+
<ul>
3760+
<li>fix: move duckdb imports to inside function by @danielsparing in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/813" title="GitHub Pull Request: developmentseed/lonboard #813">developmentseed/lonboard!813</a></li>
3761+
<li>chore: Use <code>&gt;=</code> in typing-extensions version constraint by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/814" title="GitHub Pull Request: developmentseed/lonboard #814">developmentseed/lonboard!814</a></li>
3762+
</ul>
3763+
<p><strong>Full Changelog</strong>: <a href="https://github.com/developmentseed/lonboard/compare/v0.11.0...v0.11.1">github.com/developmentseed/lonboard/compare/v0.11.0...v0.11.1</a></p>
37093764
<h2 id="0110-2025-06-17">[0.11.0] - 2025-06-17<a class="headerlink" href="#0110-2025-06-17" title="Permanent link">&para;</a></h2>
37103765
<h3 id="breaking-changes">Breaking changes <img alt="🔨" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/1f528.svg" title=":hammer:" /><a class="headerlink" href="#breaking-changes" title="Permanent link">&para;</a></h3>
37113766
<ul>
37123767
<li>Require Python 3.9 or higher by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/743" title="GitHub Pull Request: developmentseed/lonboard #743">developmentseed/lonboard!743</a></li>
37133768
</ul>
37143769
<h3 id="new-features">New features <img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2728.svg" title=":sparkles:" /><a class="headerlink" href="#new-features" title="Permanent link">&para;</a></h3>
37153770
<ul>
3716-
<li>feat: Reinstate tooltip by @vgeorge in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/736" title="GitHub Pull Request: developmentseed/lonboard #736">developmentseed/lonboard!736</a>.</li>
3771+
<li>feat: Reinstate tooltip by @vgeorge in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/736" title="GitHub Pull Request: developmentseed/lonboard #736">developmentseed/lonboard!736</a>.
3772+
You can now turn on the tooltip by passing <code>show_tooltip=True</code> to <code>Map</code>. You may also want to pass <code>show_side_panel=False</code> to disable the side panel.</li>
3773+
<li>Clicked point to Lonboard map by @ATL2001 in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/671" title="GitHub Pull Request: developmentseed/lonboard #671">developmentseed/lonboard!671</a></li>
3774+
<li>feat: Support <code>geoarrow.box</code> arrays from GeoArrow 0.2 spec by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/793" title="GitHub Pull Request: developmentseed/lonboard #793">developmentseed/lonboard!793</a></li>
3775+
<li>feat: Allow passing Arrow table as positional argument to layer constructors by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/795" title="GitHub Pull Request: developmentseed/lonboard #795">developmentseed/lonboard!795</a></li>
3776+
<li>Switch to the DuckDB Expression API to mitigate sql injection risk by @danielsparing in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/777" title="GitHub Pull Request: developmentseed/lonboard #777">developmentseed/lonboard!777</a></li>
37173777
</ul>
3718-
<p>You can now turn on the tooltip by passing <code>show_tooltip=True</code> to <code>Map</code>. You may also want to pass <code>show_side_panel=False</code> to disable the side panel.
3719-
- Clicked point to Lonboard map by @ATL2001 in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/671" title="GitHub Pull Request: developmentseed/lonboard #671">developmentseed/lonboard!671</a>
3720-
- feat: Support <code>geoarrow.box</code> arrays from GeoArrow 0.2 spec by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/793" title="GitHub Pull Request: developmentseed/lonboard #793">developmentseed/lonboard!793</a>
3721-
- feat: Allow passing Arrow table as positional argument to layer constructors by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/795" title="GitHub Pull Request: developmentseed/lonboard #795">developmentseed/lonboard!795</a>
3722-
- Switch to the DuckDB Expression API to mitigate sql injection risk by @danielsparing in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/777" title="GitHub Pull Request: developmentseed/lonboard #777">developmentseed/lonboard!777</a></p>
37233778
<h3 id="visual-changes">Visual changes <img alt="🎨" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/1f3a8.svg" title=":art:" /><a class="headerlink" href="#visual-changes" title="Permanent link">&para;</a></h3>
37243779
<ul>
37253780
<li>Improve side panel layout by @vgeorge in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/701" title="GitHub Pull Request: developmentseed/lonboard #701">developmentseed/lonboard!701</a></li>
37263781
</ul>
3727-
<h3 id="bug-fixes">Bug fixes <img alt="🐛" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/1f41b.svg" title=":bug:" /><a class="headerlink" href="#bug-fixes" title="Permanent link">&para;</a></h3>
3782+
<h3 id="bug-fixes_1">Bug fixes <img alt="🐛" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/1f41b.svg" title=":bug:" /><a class="headerlink" href="#bug-fixes_1" title="Permanent link">&para;</a></h3>
37283783
<ul>
37293784
<li>Scope tailwind preflight styles by @Bjoern-Rapp in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/740" title="GitHub Pull Request: developmentseed/lonboard #740">developmentseed/lonboard!740</a></li>
37303785
<li>Pass state in <code>to_html</code> by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/726" title="GitHub Pull Request: developmentseed/lonboard #726">developmentseed/lonboard!726</a></li>
@@ -3754,7 +3809,7 @@ <h3 id="internal-changes">Internal changes <img alt="🔧" class="twemoji" src="
37543809
<li>chore: Bump deck.gl to 9.1 by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/802" title="GitHub Pull Request: developmentseed/lonboard #802">developmentseed/lonboard!802</a></li>
37553810
<li>test: Test that parsing WKB/WKT works with Arrow view types by @kylebarron in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/801" title="GitHub Pull Request: developmentseed/lonboard #801">developmentseed/lonboard!801</a></li>
37563811
</ul>
3757-
<h2 id="new-contributors">New Contributors<a class="headerlink" href="#new-contributors" title="Permanent link">&para;</a></h2>
3812+
<h3 id="new-contributors">New Contributors<a class="headerlink" href="#new-contributors" title="Permanent link">&para;</a></h3>
37583813
<ul>
37593814
<li>@knaaptime made their first contribution in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/731" title="GitHub Pull Request: developmentseed/lonboard #731">developmentseed/lonboard!731</a></li>
37603815
<li>@ceholden made their first contribution in <a class="magiclink magiclink-github magiclink-pull" href="https://github.com/developmentseed/lonboard/pull/745" title="GitHub Pull Request: developmentseed/lonboard #745">developmentseed/lonboard!745</a></li>

latest/examples/data-filter-extension/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3358,9 +3358,9 @@ <h2 id="fetch-data">Fetch data<a class="anchor-link" href="#fetch-data">¶</a></
33583358
<div class="jp-OutputArea jp-Cell-outputArea">
33593359
<div class="jp-OutputArea-child jp-OutputArea-executeResult">
33603360
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[8]:</div>
3361-
<div class="jupyter-widgets jp-OutputArea-output jp-OutputArea-executeResult" id="90e9a8df-a8d4-456d-885e-93c093a3ddb1" tabindex="0">
3361+
<div class="jupyter-widgets jp-OutputArea-output jp-OutputArea-executeResult" id="0e0bae3e-012e-436c-9c8e-bc5850ed8c8a" tabindex="0">
33623362
<script type="text/javascript">
3363-
var element = document.getElementById('90e9a8df-a8d4-456d-885e-93c093a3ddb1');
3363+
var element = document.getElementById('0e0bae3e-012e-436c-9c8e-bc5850ed8c8a');
33643364
</script>
33653365
<script type="application/vnd.jupyter.widget-view+json">
33663366
{"model_id": "6573b575a4e54c9aaff09fda16afdfbe", "version_major": 2, "version_minor": 0}
@@ -3458,9 +3458,9 @@ <h2 id="fetch-data">Fetch data<a class="anchor-link" href="#fetch-data">¶</a></
34583458
<div class="jp-OutputArea jp-Cell-outputArea">
34593459
<div class="jp-OutputArea-child jp-OutputArea-executeResult">
34603460
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[9]:</div>
3461-
<div class="jupyter-widgets jp-OutputArea-output jp-OutputArea-executeResult" id="d2636d21-e8a2-4c38-8729-19d63fe37e3d" tabindex="0">
3461+
<div class="jupyter-widgets jp-OutputArea-output jp-OutputArea-executeResult" id="b287647f-3021-4d7a-abd5-9c52ce9aa4f9" tabindex="0">
34623462
<script type="text/javascript">
3463-
var element = document.getElementById('d2636d21-e8a2-4c38-8729-19d63fe37e3d');
3463+
var element = document.getElementById('b287647f-3021-4d7a-abd5-9c52ce9aa4f9');
34643464
</script>
34653465
<script type="application/vnd.jupyter.widget-view+json">
34663466
{"model_id": "351fc3f741564cf983d41de16d75d5a3", "version_major": 2, "version_minor": 0}

latest/examples/global-boundaries/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3369,9 +3369,9 @@ <h2 id="visualizing-the-data">Visualizing the data<a class="anchor-link" href="#
33693369
<div class="jp-OutputArea jp-Cell-outputArea">
33703370
<div class="jp-OutputArea-child jp-OutputArea-executeResult">
33713371
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[9]:</div>
3372-
<div class="jupyter-widgets jp-OutputArea-output jp-OutputArea-executeResult" id="b82f3568-fbea-4126-b688-6c09aaaaf4c8" tabindex="0">
3372+
<div class="jupyter-widgets jp-OutputArea-output jp-OutputArea-executeResult" id="244f3cb7-20da-43f4-882e-27c5556a1c30" tabindex="0">
33733373
<script type="text/javascript">
3374-
var element = document.getElementById('b82f3568-fbea-4126-b688-6c09aaaaf4c8');
3374+
var element = document.getElementById('244f3cb7-20da-43f4-882e-27c5556a1c30');
33753375
</script>
33763376
<script type="application/vnd.jupyter.widget-view+json">
33773377
{"model_id": "c9f93075f253476d800a760469b3f4fa", "version_major": 2, "version_minor": 0}

latest/examples/migration/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3536,9 +3536,9 @@ <h2 id="imports">Imports<a class="anchor-link" href="#imports">¶</a></h2>
35363536
<div class="jp-OutputArea jp-Cell-outputArea">
35373537
<div class="jp-OutputArea-child jp-OutputArea-executeResult">
35383538
<div class="jp-OutputPrompt jp-OutputArea-prompt">Out[11]:</div>
3539-
<div class="jupyter-widgets jp-OutputArea-output jp-OutputArea-executeResult" id="0d59e237-61fe-4efa-8820-d342fbc507e6" tabindex="0">
3539+
<div class="jupyter-widgets jp-OutputArea-output jp-OutputArea-executeResult" id="b82f0fb1-e955-45e7-b751-ae1b9fa2564f" tabindex="0">
35403540
<script type="text/javascript">
3541-
var element = document.getElementById('0d59e237-61fe-4efa-8820-d342fbc507e6');
3541+
var element = document.getElementById('b82f0fb1-e955-45e7-b751-ae1b9fa2564f');
35423542
</script>
35433543
<script type="application/vnd.jupyter.widget-view+json">
35443544
{"model_id": "b83afa4869dd4150b7252d877f95cc8a", "version_major": 2, "version_minor": 0}

latest/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)