Skip to content

Commit ddc9258

Browse files
docs: simplify ThermoParams/GridParams redesign entry in ROADMAP
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0c3d49e commit ddc9258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Non-breaking fixes and convenience improvements before the v0.3.0 surface roughn
9595

9696
Introduce thermophysical modeling of surface roughness using `HierarchicalShapeModel` from `AsteroidShapeModels.jl`. This release also redesigns `ThermoParams` to separate material properties from numerical grid settings — a prerequisite for clean per-face material access in the roughness model.
9797

98-
- [x] **`ThermoParams` / `GridParams` redesign** (breaking) — PR #218: `ThermoParams` holds material properties only; new `GridParams` holds depth-grid settings (`z_max`, `n_depth`, `Δz`); both types gain keyword-argument constructors; `ThermoParams` supports mixed scalar/vector input for non-uniform surfaces
98+
- [x] **`ThermoParams` / `GridParams` redesign** (breaking) — PR #218: separate thermophysical material properties (`ThermoParams`) from numerical depth-grid settings (`GridParams`)
9999

100100
- [ ] **Roughness-aware problem type**: extend the problem type to accept `HierarchicalShapeModel` and hold independent sub-face state (illumination, flux, temperature, thermal force) for each face
101101

0 commit comments

Comments
 (0)