Skip to content

Commit 8a22eec

Browse files
authored
Merge pull request #25 from VectorInstitute/add_midst_toolkit
Add midst toolkit
2 parents 72f5f1e + aa9624b commit 8a22eec

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
3636
with:
3737
# Install a specific version of uv.
38-
version: "0.8.22"
38+
version: "0.9.11"
3939
enable-cache: true
4040

4141
- name: "Set up Python"

.github/workflows/deploy-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v7
3737
with:
38-
version: "0.8.22"
38+
version: "0.9.11"
3939
enable-cache: true
4040

4141
- name: Set up Python

catalog/public/data/repositories.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,20 @@
205205
"paper_url": "https://arxiv.org/abs/2509.23459",
206206
"bibtex": "abedini2025masksql"
207207
},
208+
{
209+
"name": "midst-toolkit",
210+
"repo_id": "VectorInstitute/midst-toolkit",
211+
"description": "A toolkit for facilitating MIA resiliency testing on diffusion-model-based synthetic tabular data",
212+
"implementations": [
213+
{
214+
"name": "Membership Inference Attacks (MIA)",
215+
"url": "https://vectorinstitute.github.io/MIDST/"
216+
}
217+
],
218+
"type": "tool",
219+
"year": 2025,
220+
"github_url": "https://github.com/VectorInstitute/midst-toolkit"
221+
},
208222
{
209223
"name": "shared-encoder",
210224
"repo_id": "VectorInstitute/shared-encoder",
@@ -904,7 +918,7 @@
904918
"github_url": "https://github.com/VectorInstitute/privacy-enhancing-techniques"
905919
}
906920
],
907-
"totalImplementations": 120,
921+
"totalImplementations": 121,
908922
"yearsOfResearch": 7,
909-
"lastUpdated": "2025-10-22T11:45:16.266972"
923+
"lastUpdated": "2025-11-25T12:01:22.017672"
910924
}

repositories/midst-toolkit.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: midst-toolkit
2+
repo_id: VectorInstitute/midst-toolkit
3+
description: "A toolkit for facilitating MIA resiliency testing on diffusion-model-based synthetic tabular data"
4+
implementations:
5+
- name: Membership Inference Attacks (MIA)
6+
url: https://vectorinstitute.github.io/MIDST/
7+
type: tool
8+
year: 2025
9+
github_url: https://github.com/VectorInstitute/midst-toolkit

0 commit comments

Comments
 (0)