-
Notifications
You must be signed in to change notification settings - Fork 342
Set up Copilot instructions #2106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: williambdean <57733339+williambdean@users.noreply.github.com>
.github/copilot-instructions.md
Outdated
| - **PyMC** (>=5.24.1): Core probabilistic programming framework | ||
| - **PyTensor** (>=2.31.3): Tensor computation library | ||
| - **ArviZ** (>=0.13.0): Bayesian model diagnostics and visualization | ||
| - **pandas**: Data manipulation | ||
| - **NumPy**: Numerical computing | ||
| - **scikit-learn** (>=1.1.1): Machine learning utilities | ||
| - **xarray**: Multi-dimensional arrays with labels | ||
| - **Pydantic** (>=2.1.0): Data validation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot dont specify versions. Just specific the file where to find these versions. Listing packages is fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed version numbers and added reference to pyproject.toml for version requirements (8172a67).
.github/copilot-instructions.md
Outdated
| from pymc_marketing.prior import Prior | ||
|
|
||
| prior = Prior("Normal", mu=0, sigma=1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot This is stale. pymc_extras is used now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to use from pymc_extras.prior import Prior (8172a67).
Co-authored-by: williambdean <57733339+williambdean@users.noreply.github.com>
|
@copilot There are some incoming PR that use CLAUD . I want to make sure that there is no duplicated work. |
Description
Adds
.github/copilot-instructions.mdto provide repository-specific context for GitHub Copilot, as documented in Best practices for Copilot coding agent.The instructions cover:
make init, pre-commit)pymc_extras.prior)pyproject.tomlfor versions)Related Issue
Checklist
pre-commit.ci autofixto auto-fix.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.