-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: sdsc-ordes/modos-api
base: v0.2.2
head repository: sdsc-ordes/modos-api
compare: v0.2.3
- 14 commits
- 54 files changed
- 2 contributors
Commits on Aug 16, 2024
-
feat(cli, api):show only target element (#98)
* feat(cli): target element_id in show_contents * feat(cli): target element_id in list_arrays * feat(cli): add element_id option to modos show * feat(api): support group ids in show_elements
Configuration menu - View commit details
-
Copy full SHA for c49141c - Browse repository at this point
Copy the full SHA c49141cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c6f18b - Browse repository at this point
Copy the full SHA 4c6f18bView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d67a40a - Browse repository at this point
Copy the full SHA d67a40aView commit details
Commits on Aug 25, 2024
-
fix(deploy): htsget networking (#102)
* fix(deploy): bypass proxy when using htsget with compose minio * refactor(nginx): use recommended header opts for minio * docs(deploy): note on aliasing minio host * docs: release instructions * docs(deploy): typos * fix(deploy): forward s3 host header through nginx * docs(deploy): alt opt for htsget x minio networking * docs(deploy): section on htsget-minio addressing * docs(deploy): s3 bucket style in example .env * refactor(compose): scheme always inside URL env vars
Configuration menu - View commit details
-
Copy full SHA for 71b5337 - Browse repository at this point
Copy the full SHA 71b5337View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f2f1ff - Browse repository at this point
Copy the full SHA 6f2f1ffView commit details -
feat(cli): consistent path options (#105)
* feat(cli): can omit object_id in modos remove * feat(cli): allow s3 path in modos stream * docs(readme): update endpoint options * docs(cli): drop obsolete example
Configuration menu - View commit details
-
Copy full SHA for f7542c2 - Browse repository at this point
Copy the full SHA f7542c2View commit details
Commits on Oct 23, 2024
-
feat: support terminology codes (#106)
* feat: code matching client * feat(remote): register fuzon endpoint in client * refactor(cli): prompt logic to dedicated prompt module * refactor(cli): prompt logic to dedicated prompt module * chore(deps): pyfuzon as extra dep * chore: update deps * feat(cli): support code completion in modos add * perf(codes): limit suggestions to 50 codes * fix(cli): use labels in recommendations * refactor(codes): custom Code struct * chore(deps): bump modos-schema version * feat(cli): prompt autocompletes text, persists uris * fix(cli): disable unnecessary autocomplete on modos create * test(data): use uris when required * fix(codes): fuzon-http api parameters * chore(make): document deploy recipe * feat(compose): add fuzon service * feat(nginx): register fuzon in reverse proxy * feat(fuzon): dockerized fuzon-http setup * fix(compose): add envvar for fuzon service * fix(compose): fuzon envvars * fix(nginx): typo * chore(deps): add prompt-toolkit * fix(deploy): pin fuzon to tag 0.2.3 * fix(compose): env var typo Co-authored-by: supermaxiste <supermegaiperste@hotmail.com> * docs(deploy): describe config variables * feat(codes): parametrize n top code matches * fix(codes): update protocol signatures * fix(codes): default top value in code matcher protocol * docs(prompt): clearer comments * fix(deploy): typo in env var * feat(cli): list remote modos * fix(server): nest /list values in response * chore: bump pyfuzon to 0.2.5 for blank node fix and caching support * feat(cli): add search-codes command * chore(deploy): bump fuzon server to 0.2.5 * refactor(prompt): allow prompt override in SlotPrompter * refactor(codes): define protocol attributes in CodeMatcher * feat(cli): non-interactive code search --------- Co-authored-by: supermaxiste <supermegaiperste@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for eef83b0 - Browse repository at this point
Copy the full SHA eef83b0View commit details -
perf(codes): cache terminologies (#108)
* refactor(cli): only load one matcher in search-codes * perf(codes): cache code matchers by source file * fix(codes): create cache dir if missing * chore(docker): pin python to 3.12 in runtime layer
Configuration menu - View commit details
-
Copy full SHA for 49be74c - Browse repository at this point
Copy the full SHA 49be74cView commit details
Commits on Oct 25, 2024
-
chore(deps): bump modos-schema to 0.2.1 (#110)
* chore(deps): modos-schema -> test py313 branch * chore(deps): pin modos-schema to 0.2.1
Configuration menu - View commit details
-
Copy full SHA for 09d5148 - Browse repository at this point
Copy the full SHA 09d5148View commit details
Commits on Nov 29, 2024
-
* feat: code matching client * feat(remote): register fuzon endpoint in client * refactor(cli): prompt logic to dedicated prompt module * refactor(cli): prompt logic to dedicated prompt module * chore(deps): pyfuzon as extra dep * chore: update deps * feat(cli): support code completion in modos add * perf(codes): limit suggestions to 50 codes * fix(cli): use labels in recommendations * refactor(codes): custom Code struct * chore(deps): bump modos-schema version * feat(cli): prompt autocompletes text, persists uris * fix(cli): disable unnecessary autocomplete on modos create * test(data): use uris when required * fix(codes): fuzon-http api parameters * chore(make): document deploy recipe * feat(compose): add fuzon service * feat(nginx): register fuzon in reverse proxy * feat(fuzon): dockerized fuzon-http setup * fix(compose): add envvar for fuzon service * fix(compose): fuzon envvars * fix(nginx): typo * chore(deps): add prompt-toolkit * fix(deploy): pin fuzon to tag 0.2.3 * fix(compose): env var typo Co-authored-by: supermaxiste <supermegaiperste@hotmail.com> * docs(deploy): describe config variables * feat(codes): parametrize n top code matches * fix(codes): update protocol signatures * fix(codes): default top value in code matcher protocol * docs(prompt): clearer comments * fix(deploy): typo in env var * chore(deps): pin schema branch + add pyteomics * feat(mztab): basic extractors [WIP] * chore: update test modo * chore: add source data for test modo * chore: pin schema * docs(cli): clearer help msg * feat(io): add branch for mzTab meta. extraction * refactor(cram): simplify cram extraction logic * feat(mztab): end-to-end mztab metadata extraction * fix: pass data instance when extracting metadata * chore: typos * feat(cli): add enrich command * chore(deps): relative -> absolute imports * test: update reference path * test: update reference path (bis) * chore: regen lock * feat(storage): add open method * refactor(api): reduce code duplication across methods * feat: boilerplate for array extraction * chore: update lock file * chore(deps): add pandas * ci: use make recipe for poetry install * chore(ci): drop python 3.10, test on 3.12 * test(remote): fix pydantic type in endpoint manager doctest * chore(deps): pin modos-schema to v0.3 * docs: mztab tutorial * chore: metabolomics init file * ci(docs): bump python version * ci(docs): bump python version --------- Co-authored-by: supermaxiste <supermegaiperste@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for f709a55 - Browse repository at this point
Copy the full SHA f709a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dcc30f - Browse repository at this point
Copy the full SHA 7dcc30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 650ab44 - Browse repository at this point
Copy the full SHA 650ab44View commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8bf1d1 - Browse repository at this point
Copy the full SHA a8bf1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b03afc - Browse repository at this point
Copy the full SHA 0b03afcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.2...v0.2.3