File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed 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.3.1 ] - 2026-02-15
99
1010### Fixed
1111- Fix docs/PyPI version mismatch (issue #146 ) — RTD now builds versioned docs from source
@@ -700,6 +700,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
700700 - ` to_dict() ` and ` to_dataframe() ` export methods
701701 - ` is_significant ` and ` significance_stars ` properties
702702
703+ [ 2.3.1 ] : https://github.com/igerber/diff-diff/compare/v2.3.0...v2.3.1
703704[ 2.3.0 ] : https://github.com/igerber/diff-diff/compare/v2.2.1...v2.3.0
704705[ 2.2.1 ] : https://github.com/igerber/diff-diff/compare/v2.2.0...v2.2.1
705706[ 2.2.0 ] : https://github.com/igerber/diff-diff/compare/v2.1.9...v2.2.0
Original file line number Diff line number Diff line change 142142 load_mpdta ,
143143)
144144
145- __version__ = "2.3.0 "
145+ __version__ = "2.3.1 "
146146__all__ = [
147147 # Estimators
148148 "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.3.0 "
7+ version = " 2.3.1 "
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.3.0 "
3+ version = " 2.3.1 "
44edition = " 2021"
55description = " Rust backend for diff-diff DiD library"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments