Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- **Multi-test handling**: `bullet` is now reserved for single-row summaries, while `dots`, `bars`, and `heatmap` can visualize multiple tests or standard/non-standard variants from the same fit object.
- **Testing**: Added dedicated tests for plotting defaults, style coverage, metric selection, CI handling, and non-converged objects.
- **Documentation**: Added `plot_model_fit()` reference docs and updated README, pkgdown configuration, index, and roadmap entries for the new plotting workflow.

# psymetrics 0.4.0

## New Features
Expand All @@ -29,6 +30,7 @@

- **Alignment**: Parameter comparison aligns rows by structural identity (`Group`, `Level`, `Component`, `To`, `Operator`, `From`) so shared and model-specific parameters can be compared safely.
- **Testing**: Added dedicated tests for comparison alignment, multigroup support, non-converged fits, `select` validation, formatting outputs, and DOCX export.

# psymetrics 0.3.0

## New Features
Expand Down
Loading