Skip to content

Commit 520c86d

Browse files
authored
Merge pull request #169 from janpfeifer/refresh
Updated dependencies.
2 parents f528151 + 1b4a66f commit 520c86d

21 files changed

+272
-237
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# GoNB Changelog
22

3+
## v0.10.12, 2025/05/19
4+
5+
* Updated dependencies:
6+
* Bumped `go-plotly` dependency to v0.7.0.
7+
38
## v0.10.11, 2025/02/02
49

510
* New --version and -V flags to print version; Improved `%version` output. (#158)

examples/tests/bash_script.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"name": "stdout",
3535
"output_type": "stream",
3636
"text": [
37-
"/tmp/gonb_359acad8\n"
37+
"/tmp/gonb_11777ca4\n"
3838
]
3939
}
4040
],
@@ -59,7 +59,7 @@
5959
"output_type": "stream",
6060
"text": [
6161
"/home/janpf/Projects/gonb/examples/tests\n",
62-
"/tmp/gonb_359acad8\n",
62+
"/tmp/gonb_11777ca4\n",
6363
"/home/janpf/Projects/gonb\n",
6464
"/home/janpf/Projects/gonb\n"
6565
]
@@ -86,7 +86,7 @@
8686
"name": "go",
8787
"nbconvert_exporter": "",
8888
"pygments_lexer": "",
89-
"version": "go1.23.5"
89+
"version": "go1.24.2"
9090
}
9191
},
9292
"nbformat": 4,

examples/tests/capture.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"name": "go",
178178
"nbconvert_exporter": "",
179179
"pygments_lexer": "",
180-
"version": "go1.23.5"
180+
"version": "go1.24.2"
181181
}
182182
},
183183
"nbformat": 4,

examples/tests/comms.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"name": "go",
309309
"nbconvert_exporter": "",
310310
"pygments_lexer": "",
311-
"version": "go1.23.5"
311+
"version": "go1.24.2"
312312
}
313313
},
314314
"nbformat": 4,

examples/tests/dom.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
{
8989
"data": {
9090
"text/html": [
91-
"<div id=\"dom.transient_div_c665f31b\"></div>"
91+
"<div id=\"dom.transient_div_e9d378a6\"></div>"
9292
]
9393
},
9494
"metadata": {},
@@ -152,7 +152,7 @@
152152
{
153153
"data": {
154154
"text/html": [
155-
"<div id=\"dom.transient_div_0de47007\"></div>"
155+
"<div id=\"dom.transient_div_9359bb8d\"></div>"
156156
]
157157
},
158158
"metadata": {},
@@ -197,7 +197,7 @@
197197
"name": "go",
198198
"nbconvert_exporter": "",
199199
"pygments_lexer": "",
200-
"version": "go1.23.5"
200+
"version": "go1.24.2"
201201
}
202202
},
203203
"nbformat": 4,

examples/tests/functions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"name": "go",
6666
"nbconvert_exporter": "",
6767
"pygments_lexer": "",
68-
"version": "go1.23.5"
68+
"version": "go1.24.2"
6969
}
7070
},
7171
"nbformat": 4,

examples/tests/goflags.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@
153153
"name": "stdout",
154154
"output_type": "stream",
155155
"text": [
156-
"gonb_334e1de4/main.go:8:\tA\t\t100.0%\n",
157-
"gonb_334e1de4/main.go:12:\tB\t\t0.0%\n",
158-
"gonb_334e1de4/main.go:17:\tmain\t\t100.0%\n",
156+
"gonb_47f85ba7/main.go:8:\tA\t\t100.0%\n",
157+
"gonb_47f85ba7/main.go:12:\tB\t\t0.0%\n",
158+
"gonb_47f85ba7/main.go:17:\tmain\t\t100.0%\n",
159159
"total\t\t\t\t(statements)\t75.0%\n"
160160
]
161161
}
@@ -238,7 +238,7 @@
238238
"name": "stderr",
239239
"output_type": "stream",
240240
"text": [
241-
"# gonb_334e1de4\n",
241+
"# gonb_47f85ba7\n",
242242
"./main.go:10:6: can inline (*Point).ManhattanLen\n",
243243
"./main.go:16:12: inlining call to flag.Parse\n",
244244
"./main.go:18:27: inlining call to (*Point).ManhattanLen\n",
@@ -267,7 +267,7 @@
267267
"name": "go",
268268
"nbconvert_exporter": "",
269269
"pygments_lexer": "",
270-
"version": "go1.23.5"
270+
"version": "go1.24.2"
271271
}
272272
},
273273
"nbformat": 4,

examples/tests/gonbui.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"output_type": "stream",
2323
"text": [
2424
"%goflags=[\"--cover\" \"--covermode=set\"]\n",
25-
"GOCOVERDIR=/tmp/gonb_test_coverage.SYm2UwcmTW\n"
25+
"GOCOVERDIR=/tmp/gonb_nbtests_gocoverdir_3078804606\n"
2626
]
2727
}
2828
],
@@ -133,7 +133,7 @@
133133
"name": "go",
134134
"nbconvert_exporter": "",
135135
"pygments_lexer": "",
136-
"version": "go1.23.5"
136+
"version": "go1.24.2"
137137
}
138138
},
139139
"nbformat": 4,

examples/tests/gotest.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,12 @@
287287
"text": [
288288
"goos: linux\n",
289289
"goarch: amd64\n",
290-
"pkg: gonb_b37069f2\n",
291-
"cpu: 12th Gen Intel(R) Core(TM) i9-12900K\n",
290+
"pkg: gonb_ee5b5fc9\n",
291+
"cpu: AMD Ryzen 9 9950X3D 16-Core Processor \n",
292292
"BenchmarkFibonacciA32\n",
293-
"BenchmarkFibonacciA32-24 \t 180\t 6594959 ns/op\n",
293+
"BenchmarkFibonacciA32-32 \t 189\t 6258316 ns/op\n",
294294
"BenchmarkFibonacciB32\n",
295-
"BenchmarkFibonacciB32-24 \t350331340\t 3.738 ns/op\n",
295+
"BenchmarkFibonacciB32-32 \t370654382\t 3.220 ns/op\n",
296296
"PASS\n",
297297
"coverage: [no statements]\n"
298298
]
@@ -334,10 +334,10 @@
334334
"text": [
335335
"goos: linux\n",
336336
"goarch: amd64\n",
337-
"pkg: gonb_b37069f2\n",
338-
"cpu: 12th Gen Intel(R) Core(TM) i9-12900K\n",
339-
"BenchmarkFibonacciA32-24 \t 176\t 6570623 ns/op\n",
340-
"BenchmarkFibonacciB32-24 \t305383951\t 3.899 ns/op\n",
337+
"pkg: gonb_ee5b5fc9\n",
338+
"cpu: AMD Ryzen 9 9950X3D 16-Core Processor \n",
339+
"BenchmarkFibonacciA32-32 \t 193\t 6177697 ns/op\n",
340+
"BenchmarkFibonacciB32-32 \t384730490\t 3.310 ns/op\n",
341341
"PASS\n",
342342
"coverage: [no statements]\n"
343343
]
@@ -361,7 +361,7 @@
361361
"name": "go",
362362
"nbconvert_exporter": "",
363363
"pygments_lexer": "",
364-
"version": "go1.23.5"
364+
"version": "go1.24.2"
365365
}
366366
},
367367
"nbformat": 4,

examples/tests/gowork.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"name": "stdout",
3737
"output_type": "stream",
3838
"text": [
39-
"/tmp/gonb_tests_gowork_pVaoudJA"
39+
"/tmp/gonb_tests_gowork_C0wrHdWk"
4040
]
4141
}
4242
],
@@ -64,7 +64,7 @@
6464
"name": "stdout",
6565
"output_type": "stream",
6666
"text": [
67-
"Temporary test package: /tmp/gonb_tests_gowork_pVaoudJA\n"
67+
"Temporary test package: /tmp/gonb_tests_gowork_C0wrHdWk\n"
6868
]
6969
}
7070
],
@@ -136,7 +136,7 @@
136136
"name": "stdout",
137137
"output_type": "stream",
138138
"text": [
139-
"\t- Added replace rule for module \"a.com/a/pkg\" to local directory \"/tmp/gonb_tests_gowork_pVaoudJA\".\n"
139+
"\t- Added replace rule for module \"a.com/a/pkg\" to local directory \"/tmp/gonb_tests_gowork_C0wrHdWk\".\n"
140140
]
141141
}
142142
],
@@ -155,9 +155,9 @@
155155
"name": "stdout",
156156
"output_type": "stream",
157157
"text": [
158-
"module gonb_5dc14c2a\n",
158+
"module gonb_e81f7be1\n",
159159
"\n",
160-
"go 1.23.5\n",
160+
"go 1.24.2\n",
161161
"\n",
162162
"replace a.com/a/pkg => TMP_PKG\n"
163163
]
@@ -186,7 +186,7 @@
186186
"text/html": [
187187
"<b>List of files/directories being tracked:</b>\n",
188188
"<ul>\n",
189-
"<li>/tmp/gonb_tests_gowork_pVaoudJA</li>\n",
189+
"<li>/tmp/gonb_tests_gowork_C0wrHdWk</li>\n",
190190
"</ul>\n"
191191
]
192192
},
@@ -208,9 +208,9 @@
208208
"name": "stdout",
209209
"output_type": "stream",
210210
"text": [
211-
"module gonb_5dc14c2a\n",
211+
"module gonb_e81f7be1\n",
212212
"\n",
213-
"go 1.23.5\n"
213+
"go 1.24.2\n"
214214
]
215215
}
216216
],
@@ -280,7 +280,7 @@
280280
"name": "go",
281281
"nbconvert_exporter": "",
282282
"pygments_lexer": "",
283-
"version": "go1.23.5"
283+
"version": "go1.24.2"
284284
}
285285
},
286286
"nbformat": 4,

0 commit comments

Comments
 (0)