Skip to content

Commit df6a761

Browse files
authored
Merge branch 'main' into Py314u
2 parents a55aa6c + 3bd6463 commit df6a761

19 files changed

Lines changed: 198 additions & 44 deletions

.ci_support/environment-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
- openmpi
1111
- sphinx
1212
- sphinx_rtd_theme
13-
- cloudpickle =3.1.1
14-
- h5py =3.15.0
13+
- cloudpickle =3.1.2
14+
- h5py =3.15.1
1515
- jupyter-book =1.0.0
1616
- mpi4py =4.1.1
1717
- python =3.12
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- h5py =3.15.0
4+
- h5py =3.15.1
55
- jupyter
66
- mpi4py =4.1.1
77
- numpy =2.3.3
88
- openmpi
99
- papermill
10-
- atomistics =0.3.0
11-
- cloudpickle =3.1.1
12-
- flux-core =0.64.0
10+
- atomistics =0.3.4
11+
- cloudpickle =3.1.2
12+
- flux-core =0.81.0
13+
- flux-pmix =0.6.0
1314
- gpaw =25.7.0
14-
- hatchling =1.27.0
15+
- hatchling =1.28.0
1516
- hatch-vcs =0.5.0
1617
- ipython =9.0.2
1718
- matplotlib =3.10.6
1819
- networkx =3.4.2
1920
- pygraphviz =1.14
20-
- pysqa =0.3.2
21+
- pysqa =0.3.3
2122
- pyzmq =27.1.0
2223
- qe =7.5

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
- python
55
- numpy =2.3.3
66
- cloudpickle =3.1.0
7-
- hatchling =1.27.0
7+
- hatchling =1.28.0
88
- hatch-vcs =0.5.0
99
- pyzmq =27.1.0

.ci_support/environment-mpich.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dependencies:
44
- python
55
- numpy =2.3.3
66
- mpich
7-
- cloudpickle =3.1.1
8-
- h5py =3.15.0
9-
- hatchling =1.27.0
7+
- cloudpickle =3.1.2
8+
- h5py =3.15.1
9+
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
1212
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
15-
- pysqa =0.3.2
15+
- pysqa =0.3.3
1616
- pyzmq =27.1.0

.ci_support/environment-openmpi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dependencies:
44
- python
55
- numpy =2.3.3
66
- openmpi
7-
- cloudpickle =3.1.1
8-
- h5py =3.15.0
9-
- hatchling =1.27.0
7+
- cloudpickle =3.1.2
8+
- h5py =3.15.1
9+
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
1212
- mpi4py =4.1.1
1313
- networkx =3.4.2
1414
- pygraphviz =1.14
15-
- pysqa =0.3.2
15+
- pysqa =0.3.3
1616
- pyzmq =27.1.0

.ci_support/environment-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
- python
55
- numpy =2.3.3
66
- msmpi
7-
- cloudpickle =3.1.1
8-
- h5py =3.15.0
9-
- hatchling =1.27.0
7+
- cloudpickle =3.1.2
8+
- h5py =3.15.1
9+
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
1111
- ipython =9.0.2
1212
- mpi4py =4.1.1

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ jobs:
198198
shell: bash -l {0}
199199
timeout-minutes: 5
200200
run: |
201-
echo -e '- coverage\n- flux-core =0.79.0'>> .ci_support/environment-mpich.yml
201+
echo -e '- coverage\n- flux-core =0.81.0'>> .ci_support/environment-mpich.yml
202202
cat .ci_support/environment-mpich.yml
203203
- uses: conda-incubator/setup-miniconda@v3
204204
with:
205-
python-version: '3.12'
205+
python-version: '3.13'
206206
miniforge-version: latest
207207
channels: conda-forge
208208
conda-remove-defaults: "true"
@@ -229,11 +229,11 @@ jobs:
229229
shell: bash -l {0}
230230
timeout-minutes: 5
231231
run: |
232-
echo -e '- coverage\n- flux-core =0.79.0\n- flux-pmix=0.6.0' >> .ci_support/environment-openmpi.yml
232+
echo -e '- coverage\n- flux-core =0.81.0\n- flux-pmix=0.6.0' >> .ci_support/environment-openmpi.yml
233233
cat .ci_support/environment-openmpi.yml
234234
- uses: conda-incubator/setup-miniconda@v3
235235
with:
236-
python-version: '3.12'
236+
python-version: '3.13'
237237
miniforge-version: latest
238238
channels: conda-forge
239239
conda-remove-defaults: "true"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.14.0
3+
rev: v0.14.10
44
hooks:
55
- id: ruff
66
name: ruff lint
77
args: ["--fix"]
8-
files: ^executorlib/
8+
files: ^src/executorlib/
99
- id: ruff-format
1010
name: ruff format

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ as hierarchical job scheduler within the allocations.
134134
* [Basic Functionality](https://executorlib.readthedocs.io/en/latest/1-single-node.html#basic-functionality)
135135
* [Parallel Functions](https://executorlib.readthedocs.io/en/latest/1-single-node.html#parallel-functions)
136136
* [Performance Optimization](https://executorlib.readthedocs.io/en/latest/1-single-node.html#performance-optimization)
137+
* [Advanced Scheduling](https://executorlib.readthedocs.io/en/latest/1-single-node.html#advanced-scheduling)
137138
* [Testing and Debugging](https://executorlib.readthedocs.io/en/latest/1-single-node.html#testing-and-debugging)
138139
* [HPC Cluster Executor](https://executorlib.readthedocs.io/en/latest/2-hpc-cluster.html)
139140
* [SLURM](https://executorlib.readthedocs.io/en/latest/2-hpc-cluster.html#slurm)

binder/environment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ dependencies:
44
- python
55
- numpy =2.3.3
66
- openmpi
7-
- cloudpickle =3.1.1
8-
- flux-core =0.79.0
7+
- cloudpickle =3.1.2
8+
- flux-core =0.81.0
99
- flux-pmix =0.6.0
10-
- hatchling =1.27.0
10+
- hatchling =1.28.0
1111
- hatch-vcs =0.5.0
12-
- h5py =3.15.0
12+
- h5py =3.15.1
1313
- ipython =9.0.2
1414
- matplotlib =3.10.0
1515
- mpi4py =4.1.1
1616
- networkx =3.4.2
1717
- pygraphviz =1.14
18-
- pysqa =0.3.2
18+
- pysqa =0.3.3
1919
- pyzmq =27.1.0

0 commit comments

Comments
 (0)