HOW TO READ AND UPDATE THIS CHANGELOG:
This document follows a modified Keep a Changelog format adapted for the R/JASP ecosystem. Releases are listed in reverse chronological order (newest first). As an example see jaspModuleTemplate
- Adding New Changes (For Contributors): All new commits should be logged at the very top of the file under the
# jaspModuleTemplate (development version)header. Place your bullet point under the appropriate category (## Added,## Fixed, etc.).- Issue References: Please reference the relevant GitHub Issue (if any) at the end of your line (e.g.,
([Issue #19](https://github.com/jasp-stats/jaspModuleTemplate/issues/19)).- Format Categories: > * Added: New template features, QML examples, or build tools.
- Changed: Updates to default configurations, boilerplate code, or dependencies.
- Fixed: Bug fixes in the build pipeline, R wrappers, or QML layouts.
- Deprecated / Removed: Outdated template components or legacy code.
- Process Capability: optional Z.bench (ST) / Z.bench (LT) columns, reporting the sigma level based on the total expected defect probability across both specification limits, alongside the existing Z (ST) / Z (LT) = 3·Cpk / 3·Ppk.
- Process Capability / control charts: added "Pooled" as a within-subgroup standard deviation estimation method (in addition to R-bar and S-bar).
- DOE Analysis: the contour plot is now drawn with ggplot2 instead of base graphics, so it renders correctly in interactive (plotly) mode, and always shows its legend. The "Show legend next to graph" option was removed; surface plots no longer show a color legend.
- Stepwise model selection in the Response Surface design now respects marginality: a squared term is no longer retained without its corresponding main effect.
- Process Capability: distribution/fit density curves no longer render flat in interactive (plotly) plots; the curves are now drawn with
geom_lineinstead ofstat_function. - Attributes agreement analysis: Fleiss' kappa no longer crashes with newer
irr(>= 0.85) when a within-appraiser input has a single measurement column; returns NaN as before.
- Added NEWS.md
- Added workflow to remind users to update their
NEWS.md. - Added workflow to auto-bump version when user does not do so.
- Initial examples to showcase JASP module development
- Use best practices for checking input (Issue #19).
- The main results table now defaults to displaying 95% Confidence Intervals for effect sizes.
- Remove deprecated dependencies from qml files (Issue #14).