Upload version.json with huggingface_hub
Browse files- version.json +13 -0
version.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_version": "2.0.0",
|
| 3 |
+
"min_code_version": "0.2.0",
|
| 4 |
+
"format": "lazy_slicing_v2",
|
| 5 |
+
"released": "2026-01-24",
|
| 6 |
+
"breaking_changes": [
|
| 7 |
+
"Arrow stores complete trajectories (not pre-sliced)",
|
| 8 |
+
"Index files use JSON format: {split}_index_{type}.json",
|
| 9 |
+
"Spatial subsampling applied during conversion (not runtime)"
|
| 10 |
+
],
|
| 11 |
+
"upgrade_instructions": "pip install -U realpdebench",
|
| 12 |
+
"repo_url": "https://github.com/AI4Science-WestlakeU/RealPDEBench"
|
| 13 |
+
}
|