Skip to content

Commit be0d737

Browse files
soodokuclaude
andauthored
chore: release 2.2.0 (#54)
Kackar-Harville corrected standard errors on by default (#53). Additive: a new default covariance and a covariance(method=) accessor; fitted values do not change. Also moves the #53 changelog entry, which a rebase had left under the 2.1.0 heading, to its own. Claude-Session: https://claude.ai/code/session_01PZt6R8JxWA1mgW8rUasQmi Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent 787a2dc commit be0d737

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [2.1.0] - 2026-09-03
10+
## [2.2.0] - 2026-09-03
1111

1212
### Added
1313

@@ -39,6 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3939
- `alsgls.kackar_harville` module; `GramBlocks` / `assemble_blocks` in
4040
`alsgls.ops`, the block assembly factored out of `compute_XtSigmaInvX`.
4141

42+
## [2.1.0] - 2026-09-03
43+
4244
### Added
4345

4446
- **`results.bootstrap(B, method, seed)`** on both `ALSGLSSystemResults` and

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
given-names: "Gaurav"
77
email: "contact@gsood.com"
88
title: "alsgls: Lightweight low-rank-plus-diagonal GLS/SUR estimation"
9-
version: 2.1.0
9+
version: 2.2.0
1010
date-released: 2026-09-03
1111
url: "https://github.com/finite-sample/alsgls"
1212
repository-code: "https://github.com/finite-sample/alsgls"

pyproject.toml

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

55
[project]
66
name = "alsgls"
7-
version = "2.1.0"
7+
version = "2.2.0"
88
description = "Type-safe lightweight low-rank+diagonal GLS/SUR solver via ALS"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)