Skip to content

Commit 7f19bf1

Browse files
authored
Merge pull request #168 from igerber/release/v2.4.2
Bump version to 2.4.2
2 parents b78d2fe + 4b6e178 commit 7f19bf1

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

diff_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
load_mpdta,
149149
)
150150

151-
__version__ = "2.4.1"
151+
__version__ = "2.4.2"
152152
__all__ = [
153153
# Estimators
154154
"DifferenceInDifferences",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "diff-diff"
7-
version = "2.4.1"
7+
version = "2.4.2"
88
description = "A library for Difference-in-Differences causal inference analysis"
99
readme = "README.md"
1010
license = "MIT"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff_diff_rust"
3-
version = "2.4.1"
3+
version = "2.4.2"
44
edition = "2021"
55
description = "Rust backend for diff-diff DiD library"
66
license = "MIT"

0 commit comments

Comments
 (0)