Skip to content

Commit c14f273

Browse files
talgalilimeta-codesync[bot]
authored andcommitted
Release 0.23.0
Summary: Cut the 0.23.0 release of `balance` and `graviton`. Bumps `balance.__version__` from `0.22.0.x` to `0.23.0` and `graviton.__version__` from `0.22.0` to `0.23.0`, finalizes the balance `CHANGELOG.md` header from `0.23.0 (unreleased)` to `0.23.0 (2026-08-04)`, adds neuralsorcerer to the 0.23.0 contributors, and adds the corresponding `0.23.0` entry to the graviton `CHANGELOG.md`. The graviton entry follows the richer inherited-sections format used for the 0.20.0 and 0.21.0 feature releases rather than the News-only format used for 0.22.0, since 0.23.0 adds a new estimator family. It records the `predicted_outcome_columns` to `outcomes_hat_columns` rename under inherited breaking changes — the coupling that `graviton/CLAUDE.md` calls out as invisible to balance's own test suite — plus the outcome-modelling, AIPW, bootstrap-CI, and `weighted_r2` additions. Stacked on the two changelog diffs that precede it: the conventions and past-release cleanup, then the 0.23.0 entry rewrite. Differential Revision: D114720604 fbshipit-source-id: af90abf77b6be62a2d566c32d39350785d170db4
1 parent 9414bdb commit c14f273

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.23.0 (unreleased)
1+
# 0.23.0 (2026-08-04)
22

33
## Highlights
44

@@ -149,7 +149,7 @@ for the design rationale.
149149

150150
## Contributors
151151

152-
@talgalili
152+
@talgalili, @neuralsorcerer
153153

154154
# 0.22.0 (2026-07-15)
155155

balance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# pyrefly: ignore [unknown-name]
2626
global __version__
27-
__version__ = "0.22.0.x"
27+
__version__ = "0.23.0"
2828

2929
WELCOME_MESSAGE = f"""
3030
balance (Version {__version__}) loaded:

0 commit comments

Comments
 (0)