Skip to content

Commit

Permalink
docs: updated software list
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgthb committed Mar 27, 2024
1 parent f579ef9 commit 268cfa1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
13 changes: 11 additions & 2 deletions includes/data/software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ software_modules:
versionName: 8.2.0_py39}
- {description: Pillow is a friendly PIL (Python Imaging Library) fork., markedDefault: false,
versionName: 9.3.0_py39}
- {description: Pillow is a friendly PIL (Python Imaging Library) fork., markedDefault: false,
versionName: 10.2.0_py312}
- {description: Pillow is a friendly PIL (Python Imaging Library) fork., markedDefault: true,
versionName: 5.1.0_py27}
- categories: viz, plotting
Expand Down Expand Up @@ -171,6 +173,9 @@ software_modules:
- {description: Matplotlib is a Python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive environments
across platforms., family: matplotlib, markedDefault: false, versionName: 3.7.1_py39}
- {description: Matplotlib is a Python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive environments
across platforms., family: matplotlib, markedDefault: false, versionName: 3.8.3_py312}
- {description: Matplotlib is a Python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive environments
across platforms., family: matplotlib, markedDefault: true, versionName: 2.2.2_py27}
Expand All @@ -188,7 +193,7 @@ software_modules:
- {description: 'Plotly''s Python graphing library makes interactive, publication-quality
graphs online.', markedDefault: false, versionName: 5.19.0_py312}
- categories: viz, imaging
defaultVersionName: 9.2.0_py39
defaultVersionName: 10.2.0_py312
description: Pillow-SIMD is an optimized version of Pillow
package: py-pillow-simd
url: https://github.com/uploadcare/pillow-simd
Expand All @@ -197,6 +202,8 @@ software_modules:
versionName: 7.0.0.post3_py36}
- {description: Pillow-SIMD is an optimized version of Pillow, markedDefault: false,
versionName: 9.2.0_py39}
- {description: Pillow-SIMD is an optimized version of Pillow, markedDefault: false,
versionName: 10.2.0_py312}
- categories: viz, gis
defaultVersionName: 6.4.0
description: GMT (The Generic Mapping Tools) is an open source collection of
Expand Down Expand Up @@ -2983,14 +2990,16 @@ software_modules:
parallel: {mpi: 1}
versionName: 2.2.0
- categories: math, deep learning
defaultVersionName: 0.15.1_py39
defaultVersionName: 0.17.1_py312
description: Datasets, model architectures, and common image transformations
for computer vision for PyTorch.
package: py-torchvision
url: http://pytorch.org/vision
versions:
- {description: 'Datasets, model architectures, and common image transformations
for computer vision for PyTorch.', markedDefault: false, versionName: 0.15.1_py39}
- {description: 'Datasets, model architectures, and common image transformations
for computer vision for PyTorch.', markedDefault: false, versionName: 0.17.1_py312}
- categories: math, numerical library
defaultVersionName: 4.0.3
description: ParMETIS is an MPI-based parallel library that implements a variety
Expand Down
27 changes: 27 additions & 0 deletions src/docs/software/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@
<description>Sherlock software update feed</description>
<link>https://www.sherlock.stanford.edu/docs/software/list</link>
<atom:link href="https://www.sherlock.stanford.edu/docs/software/updates.xml" rel="self" type="application/rss+xml"/>
<item>
<title>New version: viz/py-matplotlib version 3.8.3_py312</title>
<description>Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.</description>
<link>http://matplotlib.org</link>
<guid>https://www.sherlock.stanford.edu/docs/software/list/?add:v=3.8.3_py312#py-matplotlib</guid>
<category>viz, plotting</category>
<author>[email protected] (Kilian Cavalotti)</author>
<pubDate>Wed, 27 Mar 2024 11:49:39 -0700</pubDate>
</item>
<item>
<title>New version: viz/py-pillow-simd version 10.2.0_py312</title>
<description>Pillow-SIMD is an optimized version of Pillow</description>
<link>https://github.com/uploadcare/pillow-simd</link>
<guid>https://www.sherlock.stanford.edu/docs/software/list/?add:v=10.2.0_py312#py-pillow-simd</guid>
<category>viz, imaging</category>
<author>[email protected] (Kilian Cavalotti)</author>
<pubDate>Wed, 27 Mar 2024 11:48:55 -0700</pubDate>
</item>
<item>
<title>New version: viz/py-pillow version 10.2.0_py312</title>
<description>Pillow is a friendly PIL (Python Imaging Library) fork.</description>
<link>https://python-pillow.org</link>
<guid>https://www.sherlock.stanford.edu/docs/software/list/?add:v=10.2.0_py312#py-pillow</guid>
<category>viz, imaging</category>
<author>[email protected] (Kilian Cavalotti)</author>
<pubDate>Wed, 27 Mar 2024 11:48:55 -0700</pubDate>
</item>
<item>
<title>New version: math/py-pytorch version 2.2.1_py312</title>
<description>PyTorch is a deep learning framework that puts Python first.</description>
Expand Down

0 comments on commit 268cfa1

Please sign in to comment.