-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
DOC: Refresh contributor-facing metadata #907
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| cff-version: "1.2.0" | ||
| version: "0.11.4" | ||
| date-released: 2026-07-15 | ||
|
Comment on lines
+2
to
+3
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Verified: this validates with One suggestion so this stays true: #900 floated "or wire the release workflow to do it". A few-line step in the tag-triggered Generated by Claude Code |
||
| authors: | ||
| - family-names: Batista | ||
| given-names: Quentin | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,6 +80,15 @@ The rendered pages are written to ``docs/build/html``. Once you open a pull requ | |
| documentation is also built automatically by `Read the Docs <https://readthedocs.org>`_ and linked from | ||
| the pull request checks. | ||
|
|
||
| Prepare a release | ||
| ----------------- | ||
|
|
||
| Before tagging a release: | ||
|
Comment on lines
+83
to
+86
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the second merge conflict: #941 added a "Multi-phase projects and releases" section at exactly this spot on Suggest folding this checklist into (or placing it directly after) that section, and reconciling the wording with its existing line "treat the milestone as the release checklist" — e.g. "Before tagging, also: ..." so the two don't read as competing release procedures. Generated by Claude Code |
||
|
|
||
| * Update ``__version__`` in ``quantecon/__init__.py``. | ||
| * Update ``version`` and ``date-released`` in ``CITATION.cff`` to match the release. | ||
| * Run ``cffconvert --validate`` to validate the citation metadata. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
One caveat if you add it as a dependency: cffconvert 2.0.0 pins Generated by Claude Code |
||
|
|
||
| Further questions | ||
| ----------------- | ||
|
|
||
|
|
||
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.
This file no longer exists on
main— #941 deleted it and replaced it withAGENTS.md, which already uses durable wording ("The full suite takes minutes") and carries no test count. That makes this part of the PR obsolete and it is one of the two merge conflicts GitHub is reporting (modify/delete).Please drop this file from the PR when you rebase; nothing from it needs to be carried over to
AGENTS.md.Generated by Claude Code