@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.6.1] - 2026-03-08
9+
10+ ### Added
11+ - Short aliases for all estimators (e.g., ` DID ` , ` TWFE ` , ` MPID ` , ` CSAN ` , ` SDID ` )
12+
13+ ### Changed
14+ - Update roadmap for v2.6.0: reflect completed work and refresh priorities
15+ - Add ContinuousDiD to ReadTheDocs API reference and choosing guide
16+ - Add SPT identification caveat and data requirements per review
17+ - Add time-invariant dose requirement to data requirements
18+
19+ ### Fixed
20+ - Fix alias docs wording: clarify TROP has no alias
21+ - Fix ContinuousDiD SE method: influence function, not delta method
22+ - Fix methodology doc: influence functions, not delta method for ContinuousDiD SEs
23+ - Fix dollar sign escaping in continuous DiD tutorial
24+ - Fix continuous DiD tutorial formatting: escape dollar signs and split chart cell
25+ - Fix methodology claims and slide numbering per PR review
26+
827## [ 2.6.0] - 2026-02-22
928
1029### Added
@@ -833,6 +852,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
833852 - ` to_dict() ` and ` to_dataframe() ` export methods
834853 - ` is_significant ` and ` significance_stars ` properties
835854
855+ [ 2.6.1 ] : https://github.com/igerber/diff-diff/compare/v2.6.0...v2.6.1
836856[ 2.6.0 ] : https://github.com/igerber/diff-diff/compare/v2.5.0...v2.6.0
837857[ 2.5.0 ] : https://github.com/igerber/diff-diff/compare/v2.4.3...v2.5.0
838858[ 2.4.3 ] : https://github.com/igerber/diff-diff/compare/v2.4.2...v2.4.3
0 commit comments