Skip to content

Commit a2fdbb0

Browse files
authored
Merge pull request #120 from cstarkjp/dev
Fixes to video generation, image output; basic auto fig sizing, title…
2 parents 491ad48 + d29fb7f commit a2fdbb0

25 files changed

Lines changed: 140 additions & 166 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ experiments/*/Graphs/*
110110
experiments/*/*/*npz
111111
experiments/*/*/*png
112112
experiments/*/Images/*png
113+
experiments/*/*/Images/*png

cplusplus/dp/wrapper_dplvn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
PYBIND11_MODULE(dplvn, module)
2727
{
28-
module.attr("__version__") = "2025.12.7a2";
28+
module.attr("__version__") = "2025.12.8a1";
2929
module.doc() =
3030
"Operator-splitting method of integrating DP-type Langevin equations";
3131

demos/DemoDP.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"name": "stdout",
9090
"output_type": "stream",
9191
"text": [
92-
"langevin version: 2025.12.7a2\n"
92+
"langevin version: 2025.12.8a1\n"
9393
]
9494
}
9595
],
@@ -276,8 +276,8 @@
276276
"\u001b[1msegment=4/5 i=2400 t=240.0\u001b[0m\n",
277277
"(100, 60)\n",
278278
"\u001b[1msegment=5/5 i=3000 t=300.0\u001b[0m\n",
279-
"CPU times: user 1.11 s, sys: 2.88 ms, total: 1.11 s\n",
280-
"Wall time: 1.11 s\n"
279+
"CPU times: user 1.13 s, sys: 3.49 ms, total: 1.14 s\n",
280+
"Wall time: 1.14 s\n"
281281
]
282282
}
283283
],

demos/SimulationDP.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{
3636
"data": {
3737
"text/plain": [
38-
"'2025.12.7a2'"
38+
"'2025.12.8a1'"
3939
]
4040
},
4141
"execution_count": 1,
@@ -181,7 +181,7 @@
181181
"name": "stderr",
182182
"output_type": "stream",
183183
"text": [
184-
"100%|\u001b[32m██████████\u001b[0m| 501/501 [00:03<00:00, 127.74it/s]\n"
184+
"100%|\u001b[32m██████████\u001b[0m| 501/501 [00:04<00:00, 123.27it/s]\n"
185185
]
186186
}
187187
],
@@ -245,14 +245,14 @@
245245
"name": "stdout",
246246
"output_type": "stream",
247247
"text": [
248-
"Outfo/graphs/videos/data path: ['a1p19050_b1_D0p04_η1_x31_y31_Δx1_Δt0p1']\n"
248+
"Outfo|graphs|videos|data path: ['a1p19050_b1_D0p04_η1_x31_y31_Δx1_Δt0p1']\n"
249249
]
250250
},
251251
{
252252
"name": "stderr",
253253
"output_type": "stream",
254254
"text": [
255-
"100%|\u001b[32m██████████\u001b[0m| 2/2 [00:00<00:00, 8.44it/s]\n"
255+
"100%|\u001b[32m██████████\u001b[0m| 2/2 [00:00<00:00, 8.33it/s]\n"
256256
]
257257
}
258258
],

demos/a1p19050_b1_D0p04_η1_x31_y31_Δx1_Δt0p1/rs1/Outfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"a1p19050_b1_D0p04_η1_x31_y31_Δx1_Δt0p1"
7575
],
7676
"name": "a1p19050_b1_D0p04_η1_x31_y31_Δx1_Δt0p1",
77-
"dplvn_version": "2025.12.7a2",
78-
"date_time": "2025-12-07 18:07:14"
77+
"dplvn_version": "2025.12.8a1",
78+
"date_time": "2025-12-08 12:30:53"
7979
}
8080
}

docs/doxygen/wrapper__dplvn_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<div class="foldopen" id="foldopen00026" data-start="{" data-end="}">
102102
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="wrapper__dplvn_8cpp.html#a260583c98d3e428eb1fc79bf477e2528"> 26</a></span><a class="code hl_function" href="wrapper__dplvn_8cpp.html#a260583c98d3e428eb1fc79bf477e2528">PYBIND11_MODULE</a>(dplvn, module)</div>
103103
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span>{</div>
104-
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">module</span>.attr(&quot;__version__&quot;) = &quot;2025.12.7a2&quot;;</div>
104+
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">module</span>.attr(&quot;__version__&quot;) = &quot;2025.12.8a1&quot;;</div>
105105
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">module</span>.doc() = </div>
106106
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> &quot;Operator-splitting method of integrating DP-type Langevin equations&quot;; </div>
107107
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>

experiments/a1p19050_b1_D0p04_η1_x250_y250_Δx1_Δt0p1/Info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"do_export_combo_data": false,
3030
"do_export_graphs": true,
3131
"do_export_data": true,
32-
"do_export_images": false,
33-
"do_make_video": false,
32+
"do_export_images": true,
33+
"do_make_video": true,
3434
"ylimits_log": [3e-3, 3e0],
3535
"xlimits_log": [5e-1, 1.2e4],
3636
"ysf_log": 0.75,

experiments/a1p19050_b1_D0p04_η1_x250_y250_Δx1_Δt0p1/Outfo.json

Lines changed: 0 additions & 76 deletions
This file was deleted.

experiments/a1p19050_b1_D0p04_η1_x250_y250_Δx1_Δt0p1/rs1/Outfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"do_export_combo_data": false,
5050
"do_export_graphs": true,
5151
"do_export_data": true,
52-
"do_export_images": false,
53-
"do_make_video": false,
52+
"do_export_images": true,
53+
"do_make_video": true,
5454
"ylimits_log": [
5555
0.003,
5656
3.0
@@ -77,7 +77,7 @@
7777
"a1p19050_b1_D0p04_η1_x250_y250_Δx1_Δt0p1"
7878
],
7979
"name": "a1p19050_b1_D0p04_η1_x250_y250_Δx1_Δt0p1",
80-
"dplvn_version": "2025.12.7a2",
81-
"date_time": "2025-12-07 14:32:49"
80+
"dplvn_version": "2025.12.8a1",
81+
"date_time": "2025-12-08 12:30:17"
8282
}
8383
}
31 Bytes
Loading

0 commit comments

Comments
 (0)