Updated the Citation#58
Merged
Merged
Conversation
Updated the BibTeX citation in the read me and the `CITATION.cff` file. I also took the liberty to change the repository in the CFF file to ViRelAy, because I believe this is a better entrypoint for people trying to get to know the three software packages. Previously, the repository URL was set to CoRelAy, which is fine, but on the ViRelAy repository you would get directed to ViRelAy's documentation, which shows how to integrate Zennit, CoRelAy and ViRelAy, which makes for a better starting point for beginners. Please feel free to revert that change.
The distance metrics supported by `scipy.spatial.distance.pdist` seem to have changed since the last time MyPy was run, which led a MyPy type error. I have updated the literal that was used to specify the distance metric to match the current version of `scipy.spatial.distance.pdist`. Additionally, there were some words in the new citation that were not recognized by CSpell and are now added to the dictionary.
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.
Updated the BibTeX citation in the read me and the
CITATION.cfffile. I also took the liberty to change the repository in the CFF file to ViRelAy, because I believe this is a better entrypoint for people trying to get to know the three software packages. Previously, the repository URL was set to CoRelAy, which is fine, but on the ViRelAy repository you would get directed to ViRelAy's documentation, which shows how to integrate Zennit, CoRelAy and ViRelAy, which makes for a better starting point for beginners. Please feel free to revert that change.