-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: make it possible to return sequences as json or ndjson #983
feat: make it possible to return sequences as json or ndjson #983
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This is a preview of the changelog of the next release. If this branch is not up-to-date with the current main branch, the changelog may not be accurate. Rebase your branch on the main branch to get the most accurate changelog. Note that this might contain changes that are on main, but not yet released. Changelog: 0.3.6 (2024-10-15)Features |
c96279c
to
1fe5a71
Compare
1fe5a71
to
d6c33cb
Compare
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.
LGTM. Nice work. :)
I think only the documentation pictures need some update, but this is non-blocking.
The cache broke the build because something was outdated. I'd rather have ci that runs a little longer than a more complicated build setup to maintain.
483aede
to
92510c9
Compare
This might have been a breaking change: loculus-project/loculus#3077 (comment) |
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.
You seem to have replaced all FASTA tests with JSON tests, thereby no longer testing that the FASTA is output correctly and not noticing that the default changed as well.
resolves #971
PR Checklist