You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
### Changed
20
20
21
+
- (sample) **Breaking**: remove the `path` constructor argument from `Sample`; use `Sample.load_from_dir(path)` or `sample.load(path)` for explicit disk loading.
21
22
- (infos) add an infos.py file with a pydantic Info class at the same level as ProblemDefinition.
22
23
- (cgns_backend) remove constant/variable mechanism in reading and writing paths for the cgns_backend.
description="Path to the folder containing the sample data. If provided, the sample will be loaded from this path during initialization. Defaults to None.",
72
-
)
73
-
74
63
data: dict[float, CGNSTree] =PydanticField(
75
64
default_factory=dict,
76
65
description="A dictionary mapping time steps to CGNS trees.",
0 commit comments