Skip to content

release: v1.10.0 — indicators module + README/link corrections (#43)#46

Merged
karlwaldman merged 1 commit into
mainfrom
release/1.10.0
Jul 3, 2026
Merged

release: v1.10.0 — indicators module + README/link corrections (#43)#46
karlwaldman merged 1 commit into
mainfrom
release/1.10.0

Conversation

@karlwaldman

Copy link
Copy Markdown
Member

Closes #43. PyPI 1.9.0 lacks the client.analysis indicators module the README advertises ('New in v1.9.0') — it was committed after the tag. This bumps to 1.10.0 so the published package matches the docs, fixes 3 dead /sdk/python links (404 — even the docs site's own nav route is missing, separate issue), and un-pins a brittle exact-count assertion against the live demo catalog (442→436 drift).

After merge: create GitHub release v1.10.0 → publish.yml (OIDC trusted publishing) ships to PyPI. Verify: pip install oilpriceapi==1.10.0 && python -c "from oilpriceapi import OilPriceAPI; print('analysis ok')"

330/386 unit+integration tests pass locally (56 skipped-no-key, 0 failed).

🤖 Generated with Claude Code

…e promised (#43)

- version 1.9.0 → 1.10.0 (analysis module landed after the 1.9.0 tag;
  README advertised it but PyPI 1.9.0 doesn't contain it)
- README: indicators claim now says v1.10.0; fixed 3 dead
  docs.oilpriceapi.com/sdk/python links (404) → docs root
- CHANGELOG: [Unreleased] → [1.10.0] - 2026-07-03
- test_demo_contract: un-pin exact catalog count (442 → floor of 400;
  live catalog is 436 today — curation shouldn't fail tests)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@karlwaldman, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 51 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e09e4ffd-f151-4058-b7fe-831ca4746cbd

📥 Commits

Reviewing files that changed from the base of the PR and between a730c74 and 54474a5.

📒 Files selected for processing (5)
  • CHANGELOG.md
  • README.md
  • oilpriceapi/version.py
  • pyproject.toml
  • tests/integration/test_demo_contract.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/1.10.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@karlwaldman karlwaldman merged commit b699a65 into main Jul 3, 2026
6 checks passed
@karlwaldman karlwaldman deleted the release/1.10.0 branch July 3, 2026 11:02
karlwaldman added a commit that referenced this pull request Jul 3, 2026
…e promised (#43) (#46)

- version 1.9.0 → 1.10.0 (analysis module landed after the 1.9.0 tag;
  README advertised it but PyPI 1.9.0 doesn't contain it)
- README: indicators claim now says v1.10.0; fixed 3 dead
  docs.oilpriceapi.com/sdk/python links (404) → docs root
- CHANGELOG: [Unreleased] → [1.10.0] - 2026-07-03
- test_demo_contract: un-pin exact catalog count (442 → floor of 400;
  live catalog is 436 today — curation shouldn't fail tests)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README advertises v1.9.0 indicators that PyPI 1.9.0 doesn't contain — publish v1.10.0

1 participant