release: v1.10.0 — indicators module + README/link corrections (#43)#46
Conversation
…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>
|
Warning Review limit reached
Next review available in: 51 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
…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>
Closes #43. PyPI 1.9.0 lacks the
client.analysisindicators 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