Skip to content

Commit 31d3735

Browse files
authored
Merge pull request #426 from EESSIbot/update-software-overview-1743472608
2 parents 1c23dde + 1f6586a commit 31d3735

File tree

7 files changed

+254
-3
lines changed

7 files changed

+254
-3
lines changed

Diff for: docs/available_software/data/json_data.json

+1-1
Large diffs are not rendered by default.

Diff for: docs/available_software/data/json_data_detail.json

+1-1
Large diffs are not rendered by default.

Diff for: docs/available_software/detail/astropy-testing.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: This bundle contains all dependencies needed to test astropy using
9+
pytest.
10+
license: Not confirmed
11+
name: astropy-testing
12+
offers:
13+
'@type': Offer
14+
price: 0
15+
operatingSystem: LINUX
16+
review:
17+
'@type': Review
18+
author:
19+
'@type': Organization
20+
name: EESSI
21+
reviewBody: Application has been successfully made available on all architectures
22+
supported by EESSI
23+
reviewRating:
24+
'@type': Rating
25+
ratingValue: 5
26+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
27+
on your system
28+
softwareVersion: '[''astropy-testing/7.0.0-gfbf-2023b'']'
29+
url: https://www.astropy.org/
30+
---
31+
32+
astropy-testing
33+
===============
34+
35+
36+
This bundle contains all dependencies needed to test astropy using pytest.
37+
38+
https://www.astropy.org/
39+
# Available modules
40+
41+
42+
The overview below shows which astropy-testing installations are available per target architecture in EESSI, ordered based on software version (new to old).
43+
44+
To start using astropy-testing, load one of these modules using a `module load` command like:
45+
46+
```shell
47+
module load astropy-testing/7.0.0-gfbf-2023b
48+
```
49+
50+
*(This data was automatically generated on {{ generated_time }})*
51+
52+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
53+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
54+
|astropy-testing/7.0.0-gfbf-2023b|x|x|x|x|x|x|x|x|x|x|
55+
56+
57+
### astropy-testing/7.0.0-gfbf-2023b
58+
59+
This is a list of extensions included in the module:
60+
61+
pytest-arraydiff-0.6.1, pytest-astropy-0.11.0, pytest-astropy-header-0.2.2, pytest-cov-5.0.0, pytest-doctestplus-1.3.0, pytest-filter-subpackage-0.2.0, pytest-mock-3.14.0, pytest-remotedata-0.4.1

Diff for: docs/available_software/detail/astropy.md

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: The Astropy Project is a community effort to develop a common core
9+
package for Astronomy in Python and foster an ecosystem of interoperable astronomy
10+
packages.The Astropy community is committed to supporting diversity and inclusion.
11+
license: Not confirmed
12+
name: astropy
13+
offers:
14+
'@type': Offer
15+
price: 0
16+
operatingSystem: LINUX
17+
review:
18+
'@type': Review
19+
author:
20+
'@type': Organization
21+
name: EESSI
22+
reviewBody: Application has been successfully made available on all architectures
23+
supported by EESSI
24+
reviewRating:
25+
'@type': Rating
26+
ratingValue: 5
27+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
28+
on your system
29+
softwareVersion: '[''astropy/7.0.0-gfbf-2023b'']'
30+
url: https://www.astropy.org/
31+
---
32+
33+
astropy
34+
=======
35+
36+
37+
The Astropy Project is a community effort to develop a common core package for Astronomy in Python and foster an ecosystem of interoperable astronomy packages.The Astropy community is committed to supporting diversity and inclusion.
38+
39+
https://www.astropy.org/
40+
# Available modules
41+
42+
43+
The overview below shows which astropy installations are available per target architecture in EESSI, ordered based on software version (new to old).
44+
45+
To start using astropy, load one of these modules using a `module load` command like:
46+
47+
```shell
48+
module load astropy/7.0.0-gfbf-2023b
49+
```
50+
51+
*(This data was automatically generated on {{ generated_time }})*
52+
53+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
54+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
55+
|astropy/7.0.0-gfbf-2023b|x|x|x|x|x|x|x|x|x|x|
56+
57+
58+
### astropy/7.0.0-gfbf-2023b
59+
60+
This is a list of extensions included in the module:
61+
62+
astropy-7.0.0, astropy-iers-data-0.2025.1.6.0.33.42, colorlog-6.9.0, extension-helpers-1.2.0, pyerfa-2.0.1.5

Diff for: docs/available_software/detail/coverage.md

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: Coverage.py is a tool for measuring code coverage of Python programs.
9+
It monitors your program, noting which parts of the code have been executed, then
10+
analyzes the source to identify code that could have been executed but was not.
11+
license: Not confirmed
12+
name: coverage
13+
offers:
14+
'@type': Offer
15+
price: 0
16+
operatingSystem: LINUX
17+
review:
18+
'@type': Review
19+
author:
20+
'@type': Organization
21+
name: EESSI
22+
reviewBody: Application has been successfully made available on all architectures
23+
supported by EESSI
24+
reviewRating:
25+
'@type': Rating
26+
ratingValue: 5
27+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
28+
on your system
29+
softwareVersion: '[''coverage/7.4.4-GCCcore-13.2.0'']'
30+
url: https://coverage.readthedocs.io
31+
---
32+
33+
coverage
34+
========
35+
36+
37+
Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not.
38+
39+
https://coverage.readthedocs.io
40+
# Available modules
41+
42+
43+
The overview below shows which coverage installations are available per target architecture in EESSI, ordered based on software version (new to old).
44+
45+
To start using coverage, load one of these modules using a `module load` command like:
46+
47+
```shell
48+
module load coverage/7.4.4-GCCcore-13.2.0
49+
```
50+
51+
*(This data was automatically generated on {{ generated_time }})*
52+
53+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
54+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
55+
|coverage/7.4.4-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|x|
56+
57+
58+
### coverage/7.4.4-GCCcore-13.2.0
59+
60+
This is a list of extensions included in the module:
61+
62+
coverage-7.4.4

Diff for: docs/available_software/detail/pre-commit.md

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: A framework for managing and maintaining multi-language pre-commit
9+
hooks.Git hook scripts are useful for identifying simple issues before submission
10+
to code review. We run our hooks on every commit to automatically point out issues
11+
in code such as missing semicolons, trailing whitespace, and debug statements.
12+
By pointing these issues out before code review, this allows a code reviewer to
13+
focus on the architecture of a change while not wasting time with trivial style
14+
nitpicks.
15+
license: Not confirmed
16+
name: pre-commit
17+
offers:
18+
'@type': Offer
19+
price: 0
20+
operatingSystem: LINUX
21+
review:
22+
'@type': Review
23+
author:
24+
'@type': Organization
25+
name: EESSI
26+
reviewBody: Application has been successfully made available on all architectures
27+
supported by EESSI
28+
reviewRating:
29+
'@type': Rating
30+
ratingValue: 5
31+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
32+
on your system
33+
softwareVersion: '[''pre-commit/3.7.0-GCCcore-13.2.0'']'
34+
url: https://pre-commit.com/
35+
---
36+
37+
pre-commit
38+
==========
39+
40+
41+
A framework for managing and maintaining multi-language pre-commit hooks.Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically point out issues in code such as missing semicolons, trailing whitespace, and debug statements. By pointing these issues out before code review, this allows a code reviewer to focus on the architecture of a change while not wasting time with trivial style nitpicks.
42+
43+
https://pre-commit.com/
44+
# Available modules
45+
46+
47+
The overview below shows which pre-commit installations are available per target architecture in EESSI, ordered based on software version (new to old).
48+
49+
To start using pre-commit, load one of these modules using a `module load` command like:
50+
51+
```shell
52+
module load pre-commit/3.7.0-GCCcore-13.2.0
53+
```
54+
55+
*(This data was automatically generated on {{ generated_time }})*
56+
57+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
58+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
59+
|pre-commit/3.7.0-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|x|
60+
61+
62+
### pre-commit/3.7.0-GCCcore-13.2.0
63+
64+
This is a list of extensions included in the module:
65+
66+
cfgv-3.4.0, identify-2.5.35, nodeenv-1.8.0, pre-commit-3.7.0

Diff for: mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ extra:
136136
- icon: fontawesome/brands/twitter
137137
link: https://twitter.com/eessi_hpc
138138
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
139-
generated_time: "Thu, 27 Mar 2025 at 12:46:30 UTC"
139+
generated_time: "Tue, 01 Apr 2025 at 01:56:46 UTC"
140140
extra_javascript:
141141
# mermaid diagram
142142
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs

0 commit comments

Comments
 (0)