diff --git a/includes/data/software.yml b/includes/data/software.yml
index 632ff6aef..0e449728c 100644
--- a/includes/data/software.yml
+++ b/includes/data/software.yml
@@ -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
@@ -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}
@@ -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
@@ -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
@@ -2983,7 +2990,7 @@ 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
@@ -2991,6 +2998,8 @@ software_modules:
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
diff --git a/src/docs/software/updates.xml b/src/docs/software/updates.xml
index 6acbc2cc1..713bb74fb 100644
--- a/src/docs/software/updates.xml
+++ b/src/docs/software/updates.xml
@@ -5,6 +5,33 @@
Sherlock software update feed
https://www.sherlock.stanford.edu/docs/software/list
+ -
+ New version: viz/py-matplotlib version 3.8.3_py312
+ Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.
+ http://matplotlib.org
+ https://www.sherlock.stanford.edu/docs/software/list/?add:v=3.8.3_py312#py-matplotlib
+ viz, plotting
+ kilian@stanford.edu (Kilian Cavalotti)
+ Wed, 27 Mar 2024 11:49:39 -0700
+
+ -
+ New version: viz/py-pillow-simd version 10.2.0_py312
+ Pillow-SIMD is an optimized version of Pillow
+ https://github.com/uploadcare/pillow-simd
+ https://www.sherlock.stanford.edu/docs/software/list/?add:v=10.2.0_py312#py-pillow-simd
+ viz, imaging
+ kilian@stanford.edu (Kilian Cavalotti)
+ Wed, 27 Mar 2024 11:48:55 -0700
+
+ -
+ New version: viz/py-pillow version 10.2.0_py312
+ Pillow is a friendly PIL (Python Imaging Library) fork.
+ https://python-pillow.org
+ https://www.sherlock.stanford.edu/docs/software/list/?add:v=10.2.0_py312#py-pillow
+ viz, imaging
+ kilian@stanford.edu (Kilian Cavalotti)
+ Wed, 27 Mar 2024 11:48:55 -0700
+
-
New version: math/py-pytorch version 2.2.1_py312
PyTorch is a deep learning framework that puts Python first.