Conversation
There was a problem hiding this comment.
Pull request overview
Updates Jabberjay to version 0.0.8 and adds Zenodo citation/archival metadata, alongside a few small robustness and tooling improvements.
Changes:
- Bump project version to
0.0.8across packaging, lockfile, README/CITATION, and changelogs. - Add Zenodo integration metadata (
.zenodo.json) and DOI references (README badge + BibTeX,CITATION.cffidentifiers). - Expand pre-commit hooks and introduce
scripts/sync_version.pyto keep version references aligned.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates editable package version to 0.0.8. |
src/Jabberjay/Utilities/label_normalizer.py |
Simplifies score conversion using cast() and float(). |
src/Jabberjay/Models/RawNet2/run.py |
Wraps YAML/config load failures in a clearer RuntimeError. |
src/Jabberjay/Models/RawNet2/model_config_RawNet.yaml |
Removes trailing whitespace and extra blank lines. |
scripts/sync_version.py |
New script to sync version from pyproject.toml into CITATION.cff and README. |
README.md |
Adds DOI badge, centers badge block, updates BibTeX version and adds DOI field. |
pyproject.toml |
Bumps version, modernizes license field, and adjusts Black target versions. |
docs/changelog.md |
Adds 0.0.8 release notes and fixes compare links. |
CITATION.cff |
Adds Zenodo concept DOI identifier and bumps version. |
CHANGELOG.md |
Adds 0.0.8 release notes and fixes compare links. |
.zenodo.json |
Adds explicit Zenodo record metadata. |
.pre-commit-config.yaml |
Adds local sync-version hook and enables additional pre-commit-hooks checks. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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
CITATION.cff, adding a README badge, including a BibTeX entry, and introducing.zenodo.jsonmetadata.check-yamlcheck-jsoncheck-tomltrailing-whitespaceend-of-file-fixercheck-merge-conflictcheck-added-large-filesdetect-private-keyscripts/sync_version.pypre-commit hook to keepCITATION.cffand the README BibTeX entry synchronized withpyproject.toml.torch.cuda.FloatTensortype-casting inRawNet2/model.py.float(str(...))conversion inlabel_normalizer.py.RawNet2/run.pyby raising a more descriptiveRuntimeErrorwhen YAML config loading fails.Test plan
just testjust type-checkpre-commit run --all-files