Skip to content

Commit e11ca04

Browse files
authored
Manuscript+supplement dependency file (#52)
1 parent 708ebb6 commit e11ca04

7 files changed

Lines changed: 341 additions & 103 deletions

File tree

manuscript+supplement/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In order to reproduce the results of the paper, please follow the steps below.
44

5-
Install a new Python3.11 virtual environment and activate it using:
5+
Install a new Python 3.11 virtual environment and activate it using:
66

77
```shell
88
python3.11 -m venv venv
@@ -46,4 +46,4 @@ python chp5-real_data_example.py
4646
python chpx-appendix.py
4747
```
4848

49-
Calling a Python script creates files in a folder called `fig`.
49+
Calling a Python script creates files in a folder called `figs`.

manuscript+supplement/experimental_code/chp3-the_sbi_package.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"name": "stderr",
366366
"output_type": "stream",
367367
"text": [
368-
" 9%|████████████▏ | 86/1000 [00:17<03:06, 4.90it/s]\n"
368+
" 9%|████████████▏ | 86/1000 [00:16<02:59, 5.08it/s]\n"
369369
]
370370
}
371371
],
@@ -438,7 +438,7 @@
438438
" mean (chain, draw, mean_dim) float32 160kB -0.4559 -0.2036 ... 0.2532\n",
439439
" scale (chain, draw, scale_dim) float32 80kB 1.363 1.082 ... 0.4874\n",
440440
"Attributes:\n",
441-
" created_at: 2025-01-02T21:31:30.331801+00:00\n",
441+
" created_at: 2025-01-04T20:03:36.796119+00:00\n",
442442
" arviz_version: 0.19.0\n"
443443
]
444444
}
@@ -631,7 +631,7 @@
631631
"name": "stderr",
632632
"output_type": "stream",
633633
"text": [
634-
" 36%|██████████████████████████████████████████████████▍ | 358/1000 [00:46<01:23, 7.65it/s]\n"
634+
" 36%|██████████████████████████████████████████████████▍ | 358/1000 [00:46<01:22, 7.77it/s]\n"
635635
]
636636
}
637637
],
@@ -690,10 +690,10 @@
690690
"jupyter_core 5.7.2\n",
691691
"jupyterlab 4.3.1\n",
692692
"-----\n",
693-
"Python 3.11.11 | packaged by conda-forge | (main, Dec 5 2024, 14:21:42) [Clang 18.1.8 ]\n",
693+
"Python 3.11.7 (main, Dec 9 2023, 06:06:18) [Clang 14.0.3 (clang-1403.0.22.14.1)]\n",
694694
"macOS-13.0.1-arm64-arm-64bit\n",
695695
"-----\n",
696-
"Session information updated at 2025-01-02 22:32\n"
696+
"Session information updated at 2025-01-04 21:04\n"
697697
]
698698
}
699699
],
@@ -723,7 +723,7 @@
723723
"name": "python",
724724
"nbconvert_exporter": "python",
725725
"pygments_lexer": "ipython3",
726-
"version": "3.11.11"
726+
"version": "3.11.7"
727727
}
728728
},
729729
"nbformat": 4,

manuscript+supplement/experimental_code/chp4-examples.ipynb

Lines changed: 32 additions & 27 deletions
Large diffs are not rendered by default.

manuscript+supplement/experimental_code/chp5-real_data_example.ipynb

Lines changed: 99 additions & 49 deletions
Large diffs are not rendered by default.

manuscript+supplement/experimental_code/chpx-appendix.ipynb

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
set -euxo pipefail
4+
5+
jupytext --to py *.ipynb
6+
sed -i '' -e 's/%matplotlib inline//g' *.py
7+
sed -i '' -e 's/plt.show()//g' *.py
8+
mv *py scripts
Lines changed: 180 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,189 @@
1+
absl-py==2.1.0
2+
anyio==4.7.0
3+
appnope==0.1.4
4+
argon2-cffi==23.1.0
5+
argon2-cffi-bindings==21.2.0
6+
arrow==1.3.0
17
arviz==0.19.0
2-
diffrax==0.6.0
8+
asttokens==3.0.0
9+
astunparse==1.6.3
10+
async-lru==2.0.4
11+
attrs==24.3.0
12+
babel==2.16.0
13+
beautifulsoup4==4.12.3
14+
blackjax-nightly==1.1.1.post7
15+
bleach==6.2.0
16+
certifi==2024.12.14
17+
cffi==1.17.1
18+
charset-normalizer==3.4.1
19+
chex==0.1.88
20+
click==8.1.8
21+
cloudpickle==3.1.0
22+
comm==0.2.2
23+
contourpy==1.3.1
24+
coverage==7.6.10
25+
cycler==0.12.1
26+
debugpy==1.8.11
27+
decorator==5.1.1
28+
defusedxml==0.7.1
29+
distrax==0.1.5
330
dm-haiku==0.0.12
31+
dm-tree==0.1.8
32+
docstring_parser==0.16
33+
edfio==0.4.5
34+
EDFlib-Python==1.0.8
35+
einops==0.8.0
36+
etils==1.11.0
37+
executing==2.1.0
38+
fastjsonschema==2.21.1
39+
fastprogress==1.0.3
40+
flatbuffers==24.12.23
41+
flax==0.10.2
42+
fonttools==4.55.3
43+
fqdn==1.5.1
44+
fsspec==2024.12.0
45+
gast==0.6.0
46+
google-pasta==0.2.0
47+
googleapis-common-protos==1.66.0
48+
grpcio==1.68.1
49+
h11==0.14.0
50+
h5netcdf==1.4.1
51+
h5py==3.12.1
52+
httpcore==1.0.7
53+
httpx==0.28.1
54+
humanize==4.11.0
55+
idna==3.10
56+
immutabledict==4.2.1
57+
importlib_resources==6.5.2
58+
iniconfig==2.0.0
59+
ipykernel==6.29.5
60+
ipython==8.31.0
61+
isoduration==20.11.0
462
jax==0.4.31
563
jaxlib==0.4.31
6-
jrnmm@git+https://github.com/dirmeier/jrnmm@v0.1.0.post1
64+
jaxopt==0.8.3
65+
jedi==0.19.2
66+
Jinja2==3.1.5
67+
jmp==0.0.4
68+
joblib==1.4.2
69+
jrnmm @ git+https://github.com/dirmeier/jrnmm@9489dc72e2ac8f3a82db3fa12ae179fb161f744c
70+
json5==0.10.0
71+
jsonpointer==3.0.0
72+
jsonschema==4.23.0
73+
jsonschema-specifications==2024.10.1
74+
jupyter-events==0.11.0
75+
jupyter-lsp==2.2.5
76+
jupyter_client==8.6.3
77+
jupyter_core==5.7.2
78+
jupyter_server==2.15.0
79+
jupyter_server_terminals==0.5.3
780
jupyterlab==4.3.1
81+
jupyterlab_pygments==0.3.0
82+
jupyterlab_server==2.27.3
83+
keras==3.7.0
84+
kiwisolver==1.4.8
85+
lazy_loader==0.4
86+
libclang==18.1.1
87+
Markdown==3.7
88+
markdown-it-py==3.0.0
89+
MarkupSafe==3.0.2
890
matplotlib==3.9.2
91+
matplotlib-inline==0.1.7
92+
mdurl==0.1.2
93+
memory-profiler==0.61.0
94+
mistune==3.1.0
95+
ml-dtypes==0.4.1
996
mne==1.8.0
97+
mne-bids==0.14
1098
moabb==1.1.1
11-
sbijax@git+https://github.com/dirmeier/sbijax@v0.3.3
12-
session_info==1.0.0
99+
msgpack==1.1.0
100+
namex==0.0.8
101+
nbclient==0.10.2
102+
nbconvert==7.16.5
103+
nbformat==5.10.4
104+
nest-asyncio==1.6.0
105+
notebook_shim==0.2.4
106+
numpy==1.26.4
107+
opt_einsum==3.4.0
108+
optax==0.2.4
109+
optree==0.13.1
110+
orbax-checkpoint==0.6.4
111+
overrides==7.7.0
112+
packaging==24.2
113+
pandas==1.5.3
114+
pandocfilters==1.5.1
115+
parso==0.8.4
116+
pexpect==4.9.0
117+
pillow==11.1.0
118+
platformdirs==4.3.6
119+
pluggy==1.5.0
120+
pooch==1.8.2
121+
prometheus_client==0.21.1
122+
promise==2.3
123+
prompt_toolkit==3.0.48
124+
protobuf==5.29.2
125+
psutil==6.1.1
126+
ptyprocess==0.7.0
127+
pure_eval==0.2.3
128+
pyarrow==18.1.0
129+
pycparser==2.22
130+
Pygments==2.18.0
131+
pyparsing==3.2.1
132+
pyriemann==0.6
133+
pytest==7.4.4
134+
python-dateutil==2.9.0.post0
135+
python-json-logger==3.2.1
136+
pytz==2024.2
137+
PyYAML==6.0.2
138+
pyzmq==26.2.0
139+
referencing==0.35.1
140+
requests==2.32.3
141+
rfc3339-validator==0.1.4
142+
rfc3986-validator==0.1.1
143+
rich==13.9.4
144+
rpds-py==0.22.3
145+
sbijax @ git+https://github.com/dirmeier/sbijax@708ebb69e9e7271ffa946e468e6e209ac9cc215d
146+
scikit-learn==1.6.0
147+
scipy==1.15.0
148+
seaborn==0.12.2
149+
Send2Trash==1.8.3
150+
session-info==1.0.0
151+
simple-parsing==0.1.6
152+
six==1.17.0
153+
sniffio==1.3.1
154+
soupsieve==2.6
155+
stack-data==0.6.3
156+
stdlib-list==0.11.0
13157
surjectors==0.3.3
14-
tfp-nightly==0.25.0-dev20240815
158+
tabulate==0.9.0
159+
tensorboard==2.18.0
160+
tensorboard-data-server==0.7.2
161+
tensorflow==2.18.0
162+
tensorflow-datasets==4.9.7
163+
tensorflow-io-gcs-filesystem==0.37.1
164+
tensorflow-metadata==1.16.1
165+
tensorflow-probability==0.25.0
166+
tensorstore==0.1.71
167+
termcolor==2.5.0
168+
terminado==0.18.1
169+
tfp-nightly==0.25.0.dev20240815
170+
threadpoolctl==3.5.0
171+
tinycss2==1.4.0
172+
toml==0.10.2
173+
toolz==1.0.0
174+
tornado==6.4.2
175+
tqdm==4.67.1
176+
traitlets==5.14.3
177+
types-python-dateutil==2.9.0.20241206
178+
typing_extensions==4.12.2
179+
uri-template==1.3.0
180+
urllib3==1.26.20
181+
wcwidth==0.2.13
182+
webcolors==24.11.1
183+
webencodings==0.5.1
184+
websocket-client==1.8.0
185+
Werkzeug==3.1.3
186+
wrapt==1.17.0
187+
xarray==2024.3.0
188+
xarray-einstats==0.8.0
189+
zipp==3.21.0

0 commit comments

Comments
 (0)