Skip to content

Commit b12f821

Browse files
committed
update: notebook
1 parent e95e92a commit b12f821

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

notebooks/example.api.high.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"text": [
7272
"[pywarper] Fitting SAC surfaces …\n",
7373
"↳ fitting OFF (max) surface\n",
74-
" done in 0.07 seconds.\n",
74+
" done in 0.08 seconds.\n",
7575
"↳ fitting ON (min) surface\n",
7676
" done in 0.06 seconds.\n",
7777
"[pywarper] Building mapping …\n",
@@ -80,13 +80,13 @@
8080
"↳ mapping OFF (max) surface …\n",
8181
" done in 0.05 seconds.\n",
8282
"[pywarper] Warping arbor...\n",
83-
" done in 1.33 seconds.\n"
83+
" done in 1.46 seconds.\n"
8484
]
8585
},
8686
{
8787
"data": {
8888
"text/plain": [
89-
"<pywarper.warper.Warper at 0x117cf3f10>"
89+
"<pywarper.warper.Warper at 0x11790c7d0>"
9090
]
9191
},
9292
"execution_count": 4,
@@ -192,7 +192,7 @@
192192
},
193193
{
194194
"cell_type": "code",
195-
"execution_count": 7,
195+
"execution_count": null,
196196
"id": "658fb4ea",
197197
"metadata": {},
198198
"outputs": [
@@ -206,7 +206,7 @@
206206
{
207207
"data": {
208208
"text/plain": [
209-
"<matplotlib.legend.Legend at 0x11e2869d0>"
209+
"<matplotlib.legend.Legend at 0x1195cdb10>"
210210
]
211211
},
212212
"execution_count": 7,
@@ -230,7 +230,7 @@
230230
"\n",
231231
"im = ax.imshow(\n",
232232
" xy_dist.T, origin=\"lower\",\n",
233-
" extent=[xy_x[0], xy_x[-1], xy_y[0], xy_y[-1]],\n",
233+
" extent=(xy_x[0], xy_x[-1], xy_y[0], xy_y[-1]),\n",
234234
" cmap=\"Greys\", norm=Normalize(vmin=0, vmax=xy_dist.max()),\n",
235235
")\n",
236236
"\n",
@@ -268,16 +268,16 @@
268268
"name": "stdout",
269269
"output_type": "stream",
270270
"text": [
271-
"Last updated: 2025-06-13 10:50:47CEST\n",
271+
"Last updated: 2025-06-14 11:41:02CEST\n",
272272
"\n",
273273
"Python implementation: CPython\n",
274274
"Python version : 3.11.11\n",
275275
"IPython version : 9.3.0\n",
276276
"\n",
277-
"matplotlib: 3.10.3\n",
278-
"numpy : 2.2.6\n",
279277
"skeliner : 0.1.3\n",
280-
"pywarper : 0.1.9\n",
278+
"numpy : 2.2.6\n",
279+
"matplotlib: 3.10.3\n",
280+
"pywarper : 0.1.10\n",
281281
"\n",
282282
"Watermark: 2.5.0\n",
283283
"\n"

notebooks/example.api.low.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"↳ mapping ON (min) surface …\n",
6868
" done in 0.06 seconds.\n",
6969
"↳ mapping OFF (max) surface …\n",
70-
" done in 0.06 seconds.\n"
70+
" done in 0.05 seconds.\n"
7171
]
7272
}
7373
],
@@ -88,7 +88,7 @@
8888
"output_type": "stream",
8989
"text": [
9090
"[pywarper] Warping arbor...\n",
91-
" done in 1.32 seconds.\n"
91+
" done in 1.17 seconds.\n"
9292
]
9393
}
9494
],
@@ -265,7 +265,7 @@
265265
{
266266
"data": {
267267
"text/plain": [
268-
"<matplotlib.legend.Legend at 0x115f1b510>"
268+
"<matplotlib.legend.Legend at 0x1153ef7d0>"
269269
]
270270
},
271271
"execution_count": 9,
@@ -289,7 +289,7 @@
289289
"\n",
290290
"im = ax.imshow(\n",
291291
" xy_dist.T, origin=\"lower\",\n",
292-
" extent=[xy_x[0], xy_x[-1], xy_y[0], xy_y[-1]],\n",
292+
" extent=(xy_x[0], xy_x[-1], xy_y[0], xy_y[-1]),\n",
293293
" cmap=\"Greys\", norm=Normalize(vmin=0, vmax=xy_dist.max()),\n",
294294
")\n",
295295
"\n",
@@ -328,16 +328,16 @@
328328
"name": "stdout",
329329
"output_type": "stream",
330330
"text": [
331-
"Last updated: 2025-06-13 10:52:12CEST\n",
331+
"Last updated: 2025-06-14 11:45:04CEST\n",
332332
"\n",
333333
"Python implementation: CPython\n",
334334
"Python version : 3.11.11\n",
335335
"IPython version : 9.3.0\n",
336336
"\n",
337-
"numpy : 2.2.6\n",
337+
"pywarper : 0.1.10\n",
338338
"matplotlib: 3.10.3\n",
339+
"numpy : 2.2.6\n",
339340
"skeliner : 0.1.3\n",
340-
"pywarper : 0.1.9\n",
341341
"\n",
342342
"Watermark: 2.5.0\n",
343343
"\n"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)