Skip to content

Commit ce7d7a0

Browse files
2 parents 837685f + 0e5012a commit ce7d7a0

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,3 +1118,5 @@ Scikit
11181118
numpy
11191119
scipy
11201120
Analytics
1121+
xarray
1122+
xray

docs/software/python_bundles.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
-----| --------------
1515
2023b| 3.11.5
1616
2024a| 3.12.3
17+
2025a| 3.13.1
18+
19+
- ``foss`` is the full level toolchain.
20+
- ``gfbf`` means that the libraries FlexiBLAS (incl. LAPACK) + FFTW are included.
21+
- ``gompi`` means that the MPI library OpenMPI is included.
22+
23+
- See [Toolchain diagram](https://docs.easybuild.io/common-toolchains/#toolchains_diagram)
1724

1825
!!! warning
1926

@@ -225,6 +232,10 @@ Bundle of Python packages from PyPI
225232
- threadpoolctl
226233
- toml
227234
- urllib
235+
236+
Also loads the package module
237+
238+
- virtualenv
228239

229240
!!! info "Installed versions"
230241

@@ -246,6 +257,10 @@ Bundle of Python packages from PyPI
246257

247258
- Python/3.12.3-GCCcore-13.3.0
248259

260+
??? note "2025.04-GCCcore-14.2.0"
261+
262+
- Python/3.13.1-GCCcore-14.2.0
263+
249264

250265
## PyTorch
251266

@@ -373,3 +388,26 @@ SymPy is a Python library for symbolic mathematics. It aims to
373388
- Python/3.12.3-GCCcore-13.3.0
374389
- Python-bundle-PyPI/2024.06-GCCcore-13.3.0
375390
- SciPy-bundle/2024.05-gfbf-2024a
391+
392+
## xarray
393+
394+
xarray (formerly xray) is an open source project and Python package that aims to bring
395+
the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the
396+
core pandas data structures.
397+
398+
- Homepage: <https://github.com/pydata/xarray>
399+
400+
!!! info "Main package(s)"
401+
402+
- xarray
403+
404+
!!! info "Installed versions"
405+
406+
Versions and dependencies
407+
408+
??? note "2024.11.0-gfbf-2024a"
409+
410+
- Python/3.12.3-GCCcore-13.3.0
411+
- Python-bundle-PyPI/2024.06-GCCcore-13.3.0
412+
- SciPy-bundle/2024.05-gfbf-2024a
413+

0 commit comments

Comments
 (0)