Skip to content

Commit 6d234bc

Browse files
rithulkameshclaude
andcommitted
release: 2.7.2 — dspy/gepa optimizer default for PyPI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1be1cdd commit 6d234bc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.7.2] — 2026-04-07
11+
12+
### Changed
13+
14+
- **Prompt optimizer default** — Auto-detect replaces hard-coded `noop` default. Factory resolves to `dspy` if `dspy-ai` is importable, else `gepa` (built-in evolutionary loop, no extra install required). Set `provider = "noop"` explicitly to disable.
15+
- **`PromptOptimizerConfig.provider`** — Default changed from `"noop"` to `""` (auto-detect).
16+
1017
## [2.7.1] — 2026-04-07
1118

1219
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["devsper"]
77

88
[project]
99
name = "devsper"
10-
version = "2.7.1"
10+
version = "2.7.2"
1111
description = "Orchestrate distributed swarms of AI agents that collaboratively solve complex tasks."
1212
readme = "README.md"
1313
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)