From 03e49c5b3a3e7f775413552249f9fae23b0cdf8f Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 19 Nov 2025 17:54:45 +0000
Subject: [PATCH 1/8] To v0.3.8
---
docs/sphinx/source/api/Contributors.md | 2 +-
src/modelspec/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md
index 62d5d21..44a32f1 100644
--- a/docs/sphinx/source/api/Contributors.md
+++ b/docs/sphinx/source/api/Contributors.md
@@ -3,7 +3,7 @@
# Modelspec contributors
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
-This page is generated periodically, most recently on 2025-11-12.
+This page is generated periodically, most recently on 2025-11-19.
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
diff --git a/src/modelspec/__init__.py b/src/modelspec/__init__.py
index 8849e8a..b439853 100644
--- a/src/modelspec/__init__.py
+++ b/src/modelspec/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.3.7"
+__version__ = "0.3.8"
from .base_types import Base, define, has, field, fields, optional, instance_of, in_
From 954d155ba567862e77aeb910616583e3876e101a Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 17 Dec 2025 15:17:46 +0000
Subject: [PATCH 2/8] Regenerated
---
docs/sphinx/source/api/Contributors.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md
index 44a32f1..e33afc5 100644
--- a/docs/sphinx/source/api/Contributors.md
+++ b/docs/sphinx/source/api/Contributors.md
@@ -3,7 +3,7 @@
# Modelspec contributors
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
-This page is generated periodically, most recently on 2025-11-19.
+This page is generated periodically, most recently on 2025-12-17.
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
From c382f0819fe5adceff5bcaee281f0a8d3ae42dcb Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 7 Jan 2026 17:41:47 +0000
Subject: [PATCH 3/8] Regenerated
---
docs/sphinx/source/api/Contributors.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md
index e33afc5..2683171 100644
--- a/docs/sphinx/source/api/Contributors.md
+++ b/docs/sphinx/source/api/Contributors.md
@@ -3,7 +3,7 @@
# Modelspec contributors
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
-This page is generated periodically, most recently on 2025-12-17.
+This page is generated periodically, most recently on 2026-01-07.
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
From b694eb429ef82320a0726c4244f309a1c67da907 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Fri, 16 Jan 2026 10:18:26 +0000
Subject: [PATCH 4/8] Regenerated
---
docs/sphinx/source/api/Contributors.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md
index 2683171..696f00e 100644
--- a/docs/sphinx/source/api/Contributors.md
+++ b/docs/sphinx/source/api/Contributors.md
@@ -3,7 +3,7 @@
# Modelspec contributors
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
-This page is generated periodically, most recently on 2026-01-07.
+This page is generated periodically, most recently on 2026-01-16.
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
From 184dae71ded74f1f5650fb6b184d061bbb033a39 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 11 Feb 2026 11:20:54 +0000
Subject: [PATCH 5/8] Regenerated
---
docs/sphinx/source/api/Contributors.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md
index 696f00e..1d27aa9 100644
--- a/docs/sphinx/source/api/Contributors.md
+++ b/docs/sphinx/source/api/Contributors.md
@@ -3,7 +3,7 @@
# Modelspec contributors
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
-This page is generated periodically, most recently on 2026-01-16.
+This page is generated periodically, most recently on 2026-02-11.
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
From 9b6491fc285cddf83aa084e503c8c7db122a6ae9 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 11 Feb 2026 18:04:06 +0000
Subject: [PATCH 6/8] Add Python 3.14 to CI workflow matrix
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e0f1980..67dd494 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
+ python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- runs-on: macos-latest
From d50702dfcd825e7cb0a0f61e183525b1a0ca70ca Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 18 Mar 2026 17:35:14 +0000
Subject: [PATCH 7/8] Update contrib list
---
docs/sphinx/source/api/Contributors.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md
index 1d27aa9..93c1be9 100644
--- a/docs/sphinx/source/api/Contributors.md
+++ b/docs/sphinx/source/api/Contributors.md
@@ -3,7 +3,7 @@
# Modelspec contributors
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
-This page is generated periodically, most recently on 2026-02-11.
+This page is generated periodically, most recently on 2026-03-18.
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
From b1e2b87b87ab0e2ec93171c412116b7d59513759 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Wed, 18 Mar 2026 17:45:07 +0000
Subject: [PATCH 8/8] Updating to latest actions
---
.github/workflows/ci.yml | 8 ++++----
.github/workflows/ci_test_all.yml | 4 ++--
.github/workflows/python-publish.yml | 4 ++--
.github/workflows/static.yml | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 67dd494..a26e192 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,8 +12,8 @@ jobs:
name: Format
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v6
+ - uses: actions/setup-python@v6
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.1
@@ -35,9 +35,9 @@ jobs:
python-version: "3.9"
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
diff --git a/.github/workflows/ci_test_all.yml b/.github/workflows/ci_test_all.yml
index b0efeda..1952f70 100644
--- a/.github/workflows/ci_test_all.yml
+++ b/.github/workflows/ci_test_all.yml
@@ -18,10 +18,10 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 0fe16bc..24d24e9 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
- name: Set up Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index 8c1a3e5..c3fc947 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -30,10 +30,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: 3.9