Skip to content

docs: prepare v0.2.1 release with dataset documentation#71

Merged
DecisionNerd merged 2 commits into
mainfrom
docs/v0.2.1-readme-updates
Feb 4, 2026
Merged

docs: prepare v0.2.1 release with dataset documentation#71
DecisionNerd merged 2 commits into
mainfrom
docs/v0.2.1-readme-updates

Conversation

@DecisionNerd
Copy link
Copy Markdown
Owner

Prepares v0.2.1 release with comprehensive documentation updates for dataset loading feature.

Version Bump: 0.2.0 → 0.2.1

Documentation Updates:

  • Main README with dataset examples
  • Complete SNAP dataset documentation (available in v0.2.1)
  • Updated quick start guide
  • CHANGELOG entry for v0.2.1

Release Contents:

Testing:

  • ✅ 1108 tests passing
  • ✅ Coverage: 95.65%
  • make pre-push passes

After Merge:

git checkout main
git pull
git tag -a v0.2.1 -m "Release version 0.2.1"
git push origin v0.2.1
gh release create v0.2.1 --title "GraphForge v0.2.1" --notes-file RELEASE_NOTES.md

Version Bump:
- Bump version to 0.2.1 in pyproject.toml, __init__.py, and uv.lock
- Add comprehensive v0.2.1 changelog entry

Documentation Updates:
- Update README.md with dataset loading examples and quickstart
- Add "Load Real-World Datasets" section to main README
- Update docs/index.md with dataset features and examples
- Complete rewrite of docs/datasets/snap.md:
  - Mark as available in v0.2.1 (5 datasets)
  - Add detailed dataset table with stats
  - Add comprehensive usage examples and query patterns
  - Document download/caching behavior
  - Add performance tips for large datasets
- Update docs/datasets/overview.md:
  - Reorganize to show SNAP as "Available Now"
  - Mark other sources as "Coming Soon"
  - List all 5 available SNAP datasets
- Update docs/getting-started/quickstart.md:
  - Add "Load a Dataset" section with examples
  - Add dataset browsing examples
  - Update navigation links

Release Contents (v0.2.1):
- Dataset loading infrastructure with caching (#68)
- CSV loader for edge-list datasets (#69)
- 5 SNAP datasets available
- MERGE ON CREATE SET syntax (#65)
- MERGE ON MATCH SET syntax (#66)
- WITH clause variable passing fix (#67)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@DecisionNerd DecisionNerd added documentation Documentation changes release:patch Bug fix, requires patch version bump labels Feb 4, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 4, 2026

Warning

Rate limit exceeded

@DecisionNerd has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 50 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/v0.2.1-readme-updates

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 and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.86%. Comparing base (9793a92) to head (2eed30c).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   93.86%   93.86%           
=======================================
  Files          19       19           
  Lines        2201     2201           
  Branches      542      542           
=======================================
  Hits         2066     2066           
  Misses         52       52           
  Partials       83       83           
Flag Coverage Δ
full-coverage 93.86% <ø> (ø)
unittests 75.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
parser 95.31% <ø> (ø)
planner 94.20% <ø> (ø)
executor 89.87% <ø> (ø)
storage 99.50% <ø> (ø)
ast 100.00% <ø> (ø)
types 98.42% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9793a92...2eed30c. Read the comment docs.

@DecisionNerd DecisionNerd merged commit 3c38824 into main Feb 4, 2026
21 checks passed
@DecisionNerd DecisionNerd deleted the docs/v0.2.1-readme-updates branch February 4, 2026 01:48
@github-actions github-actions Bot added the release:pending Merged but not yet released label Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation changes release:patch Bug fix, requires patch version bump release:pending Merged but not yet released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant