File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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- ## [ Unreleased ]
8+ ## [ 2.4.2 ] - 2026-02-18
99
1010### Added
1111- ** Conditional BLAS linking for Rust backend** — Apple Accelerate on macOS, OpenBLAS on Linux.
@@ -771,6 +771,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
771771 - ` to_dict() ` and ` to_dataframe() ` export methods
772772 - ` is_significant ` and ` significance_stars ` properties
773773
774+ [ 2.4.2 ] : https://github.com/igerber/diff-diff/compare/v2.4.1...v2.4.2
774775[ 2.4.1 ] : https://github.com/igerber/diff-diff/compare/v2.4.0...v2.4.1
775776[ 2.4.0 ] : https://github.com/igerber/diff-diff/compare/v2.3.2...v2.4.0
776777[ 2.3.2 ] : https://github.com/igerber/diff-diff/compare/v2.3.1...v2.3.2
Original file line number Diff line number Diff line change 148148 load_mpdta ,
149149)
150150
151- __version__ = "2.4.1 "
151+ __version__ = "2.4.2 "
152152__all__ = [
153153 # Estimators
154154 "DifferenceInDifferences" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " diff-diff"
7- version = " 2.4.1 "
7+ version = " 2.4.2 "
88description = " A library for Difference-in-Differences causal inference analysis"
99readme = " README.md"
1010license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " diff_diff_rust"
3- version = " 2.4.1 "
3+ version = " 2.4.2 "
44edition = " 2021"
55description = " Rust backend for diff-diff DiD library"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments