InsightStack Changelog
InsightStack Changelog
All notable changes to InsightStack are documented here.
[v1.3.0] - 2025-04-28
Added
econometrics/module fully built with 7 implementations:difference_in_differences.pyโ DiD estimation with parallel trends test, covariate controls, and visualizationpropensity_score_matching.pyโ PSM with nearest-neighbor matching, balance assessment, and ATT estimationregression_discontinuity.pyโ Sharp RDD with bandwidth selection, McCrary density test, and visualizationinstrumental_variables.pyโ 2SLS estimation with first-stage F-test diagnosticssensitivity_analysis.pyโ Rosenbaum bounds, placebo tests, permutation inferencedid_analysis.Rโ DiD in R with event study plot using ggplot2psm_analysis.Rโ PSM in R using MatchIt package with balance diagnostics
econometrics/sample_program_data.csvโ 20-row simulated program evaluation dataset
Improved
- README updated: econometrics module status changed from Planned to Ready
[v1.2.0] - 2025-04-24
Added
impact_evaluation/: DiD, propensity score matching, ITT/LATE estimation, event study, MDE power calculationregression_discontinuity.doandheterogeneous_effects.dofor causal inference- GitHub Action for automatic changelog generation
ROADMAP.mdanddesign_coverage.md
Improved
graphs_viz/: added boxplot_by_group, panel_line_income, combine_graphs- README enhancements with badges and ecosystem links
[v1.1.0] - 2025-04-20
Added
- Core data folders:
data_management/,descriptive_analysis/,regression_models/ - Templates:
annotated_do_file.do,project_folder_template.zip - Synthetic datasets:
education_labels.csv,livelihoods_panel.csv,health_survey.csv
Fixed
- Label inconsistencies in
logistic_models.do - Folder alignment and README formatting
[v1.0.0] - 2025-04-18
Initial Release
- Project bootstrapped with InsightStack architecture
- GitHub Pages, README, and folder layout