Add CI, dependabot, issue/PR templates for public repo#1
Merged
Conversation
- `.github/workflows/main.yml`: pytest on ubuntu-latest (Python 3.14),
installs pylcm from feature branch git URL (PyPI pylcm lacks the
H-consumes-DAG feature aca-model needs).
- `.github/dependabot.yml`: monthly grouped github-actions updates.
- `.github/ISSUE_TEMPLATE/{bug_report,enhancement}.md`: standard
templates adapted from pylcm.
- `.github/PULL_REQUEST_TEMPLATE/pull_request_template.md`: standard
PR template.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Move `compute_pia_table` + `compute_di_dropout_scale` into `tests/helpers/social_security.py` (inlined from aca-data; they're fixed SSA-rule formulas, no data). - Update the two SS test files to import from `tests.helpers` instead of `aca_data.social_security`. - Drop `scripts/generate_benchmark_params.py` (imported aca_estimation). The committed `benchmark_params.pkl` stays as a self-contained stub fixture. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Move `tests/data/benchmark_params.pkl` → `src/aca_model/_benchmark_data/benchmark_params.pkl` so it ships in the wheel when installed via pip from git. Was missing from the wheel (`hatch.build.targets.wheel.only-include = ["src"]`), causing pylcm's asv bench to fail on `_PARAMS_FILE` not found. - Update `benchmark.py` to load from the new in-package path. - LICENSE: "The aca-model Authors" → "Hans-Martin von Gaudecker". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
.github/workflows/main.yml: pytest on ubuntu-latest (Python 3.14). Installs pylcm from feature branch git URL since PyPI pylcm lacks the H-consumes-DAG feature aca-model needs..github/dependabot.yml: monthly grouped github-actions updates..github/ISSUE_TEMPLATE/{bug_report,enhancement}.md+PULL_REQUEST_TEMPLATE/: adapted from pylcm.Test plan
run-tests) passes on this PR.🤖 Generated with Claude Code