feat: infrastructure & documentation overhaul#91
Merged
Conversation
- Modernize pyproject.toml with split dep groups, mypy/ruff config - Restructure CI into 4 parallel jobs (lint, typecheck, test, docs) - Migrate docs deployment to official GitHub Pages actions - Create tag-triggered release workflow with version validation - Add pre-commit hooks (ruff + mypy manual stage) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Migrate Sphinx theme from sphinx-rtd-theme to Furo with dark mode - Verify sphinx-gallery examples compatible with Furo (no changes needed) - Simplify conf.py configuration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Create architecture documentation page (guias/arquitetura.rst) - Create FAQ documentation page with 16 Q&A entries (guias/faq.rst) - Create performance guide page (guias/desempenho.rst) - Add autosummary blocks to API reference pages (41 decomp + 2 libs classes) - Update index.rst toctree with new Guias section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Expand README with badges, code example, and project sections - Create CONTRIBUTING.md with environment setup and workflow guide - Update contribuicao.rst with modern tool references (ruff, uv run) - Reformat CHANGELOG to Keep a Changelog standard with compare links - Update installation documentation with Python 3.10+ and uv alternative Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix Python version in FAQ (3.8 → 3.10) - Fix code-block language for shell commands in FAQ (python → bash) - Add branch guard to docs.yml deploy job - Add graceful fallback for pre-existing releases in release.yml - Add -W --keep-going to Sphinx CI build in main.yml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Upgrade cfinterface >= 1.9.0, pandas >= 3.0.0, numpy >= 2.2.1 - Drop Python 3.10, add 3.13 and 3.14 to CI matrix - Add strict mypy type annotations to all 97 source files (0 errors) - Fix ruff lint violations (import sorting, modern type syntax) - Align ruff/mypy config with inewave sibling project - Fix test_neq_restricoes for cfinterface 1.9.x identity-based remove - Update docs/README for Python >= 3.11 and cfinterface >= 1.9.0 - Update pre-commit hooks to ruff v0.15.5, mypy as pre-commit stage Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add plans/ and .claude/ to .gitignore to keep implementation artifacts out of the repository. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #91 +/- ##
==========================================
- Coverage 93.08% 92.80% -0.28%
==========================================
Files 93 93
Lines 8445 8396 -49
==========================================
- Hits 7861 7792 -69
- Misses 584 604 +20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Summary
pyproject.tomlwith dependency groups (test,lint,docs,dev) and strict mypy/ruff configupload-pages-artifact+deploy-pages)Test plan
-W --keep-going(warnings-as-errors)🤖 Generated with Claude Code