fix(optimization): wrong install path in readme#211
Merged
Conversation
jsonbailey
approved these changes
Jul 20, 2026
Merged
andrewklatzke
added a commit
that referenced
this pull request
Jul 20, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>ldai_optimizer: 0.2.1</summary> ## [0.2.1](ldai_optimizer-0.2.0...ldai_optimizer-0.2.1) (2026-07-20) ### Bug Fixes * **optimization:** wrong install path in readme ([4f73464](4f73464)) * **optimization:** wrong install path in readme ([#211](#211)) ([a3c33ae](a3c33ae)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Mechanical version and changelog updates for a patch release; no library logic changes in this PR. > > **Overview** > **Release Please** bumps **`launchdarkly-ai-optimizer`** from **0.2.0** to **0.2.1** across the monorepo manifest, `pyproject.toml`, `ldai_optimizer.__version__`, `CHANGELOG.md`, and the `VERSION` example in `PROVENANCE.md`. > > The published **0.2.1** patch is documented as fixing the **wrong install path in the optimization README** (the actual README change landed in an earlier commit; this PR is the versioned release cut only). No runtime or API code changes appear in the diff. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 1467975. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements
Describe the solution you've provided
Fixes a stale/outdated reference in the readme to the old package name (this was renamed near the end of the process).
Describe alternatives you've considered
Bug/documentation fix
Note
Low Risk
Documentation-only change with no runtime or API impact.
Overview
Updates the Installation section so the documented
pip installtarget matches the renamed PyPI distributionlaunchdarkly-ai-optimizerinstead of the obsoleteldai_optimizername.Reviewed by Cursor Bugbot for commit 4f73464. Bugbot is set up for automated code reviews on this repo. Configure here.