doc release#34
Closed
nscorley wants to merge 8 commits into
Closed
Conversation
…codebase consistent with dev (#17) * fix: prevent chain_ids in outer scope from being overridden by loop (#13) * feat: performance improvements for parsing * chore: ruff formatting * chore: ruff formatting * fix: address python version and docstring changes --------- Co-authored-by: Richard Shuai <richardshuai98@gmail.com> Co-authored-by: Nathaniel Corley <nscorley@gmail.com>
* fix: prevent chain_ids in outer scope from being overridden by loop (#13) * refactor: datasets initial commit with backwards compatibility * docs: first pass at dataset docs * chore: update test metadata parquet files * fix: passing tests * docs: updated docs for datasets * fix: tests * fix: dataset exploration formatting * fix: caching test * chore: PR comments * fix: CI * fix: CI * fix: CI * fix: CI --------- Co-authored-by: Richard Shuai <richardshuai98@gmail.com>
* refactor: datasets initial commit with backwards compatibility * docs: first pass at dataset docs * fix: passing tests * docs: updated docs for datasets * fix: tests * fix: dataset exploration formatting * fix: caching test * docs: fix docstrings, update API * refactor: datasets revised (#25) * fix: prevent chain_ids in outer scope from being overridden by loop (#13) * refactor: datasets initial commit with backwards compatibility * docs: first pass at dataset docs * chore: update test metadata parquet files * fix: passing tests * docs: updated docs for datasets * fix: tests * fix: dataset exploration formatting * fix: caching test * chore: PR comments * fix: CI * fix: CI * fix: CI * fix: CI --------- Co-authored-by: Richard Shuai <richardshuai98@gmail.com> * refactor: datasets initial commit with backwards compatibility * docs: first pass at dataset docs * fix: passing tests * docs: updated docs for datasets * fix: tests * fix: caching test * docs: fix docstrings, update API * refactor: datasets revised (#25) * fix: prevent chain_ids in outer scope from being overridden by loop (#13) * refactor: datasets initial commit with backwards compatibility * docs: first pass at dataset docs * chore: update test metadata parquet files * fix: passing tests * docs: updated docs for datasets * fix: tests * fix: dataset exploration formatting * fix: caching test * chore: PR comments * fix: CI * fix: CI * fix: CI * fix: CI --------- Co-authored-by: Richard Shuai <richardshuai98@gmail.com> * fix: tests * docs: update readme --------- Co-authored-by: Richard Shuai <richardshuai98@gmail.com>
* fix: inference APIs for RF3 * fix: tests * fix: local tests
* Change publish directory to build/html in workflow Changed from gh-pages, which is the branch name. As of making this change the GitHub pages site at the rosettacommons domain was throwing a 404 error, it could not locate an index.html file. This is an attempt to fix that error. * Change publish directory for GitHub Pages Missed the underscore in front of build - apologies! * fix: doc deployment * fix: revert change to release and docs to deploy only when merging to production --------- Co-authored-by: ncorley <ncorley@uw.edu> Co-authored-by: Nathaniel Corley <nscorley@gmail.com>
nscorley
pushed a commit
that referenced
this pull request
Nov 29, 2025
…ld (#34) Bugfix to tolerate CIF files with missing/inapplicable symbols in entity_id field
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.
📋 PR Checklist
This PR is tagged as a draft if it is still under development and not ready for review.
I have ensured that all my commits follow angular commit message conventions.
I have run
make formaton the codebase before submitting the PR (this autoformats the code and lints it).I have named the PR in angular PR message format as well (c.f. above), with a sensible tag line that summarizes all the changes in the PR.
ℹ️ PR Description
What changes were made and why?
How were the changes tested?
Additional Notes