Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cmungall opened a pull request on INCATools/ontology-access-kit
Adding more docs on how to use LLMs with OAK
cmungall created a branch on INCATools/ontology-access-kit
adding-LLM-docs - Ontology Access Kit: A python library and command line application for working with ontologies
cmungall pushed 8 commits to main linkml/linkml-model
- add extra_slots metamodel slot 6861fb1
- add examples 2fd22d4
- rm extra newlines e9a7322
- update to class-based extra expression 6a92ddf
- use anonymous_slot_expression 4526532
- use range_expression! 0dce989
- rm partial slot, whoops 82d94f5
- Merge pull request #205 from sneakers-the-rat/extra-slots add extra_slots metamodel slot 6bdd1d3
cmungall closed a pull request on linkml/linkml-model
add extra_slots metamodel slot
Related to: - proposal: https://github.com/linkml/linkml/issues/2241 - https://github.com/linkml/linkml/issues/2238 - https://github.com/linkml/linkml/issues/1404 Many modeling frameworks all...cmungall closed an issue on linkml/linkml-model
`any_of` should accept a list of `ArrayExpression`s
In translating NWB, I am replacing my ArrayLike class array representations with the linkml array spec. NWB models support a `dims` and `shape` list of list expression such that a given dataset can...cmungall pushed 2 commits to main linkml/linkml-model
cmungall closed a pull request on linkml/linkml-model
move array to slot_expression
fix: https://github.com/linkml/linkml-model/issues/199 I think just moving `array` to `slot_expression` would solve the problem, because `slot_definition` received the `slot_expression` mixin, w...cmungall created a comment on an issue on monarch-initiative/curategpt
let's just do some `@pytest.mark.integration` or `@pytest.mark.pubmed` etc
cmungall opened an issue on monarch-initiative/malco
Update README and repo description
"Multilingual Analysis of LLMs for Clinical Observations" I think this is not quite right? cc @justaddcoffeecmungall created a comment on an issue on obophenotype/uberon
Some original discussion here: - https://github.com/geneontology/go-ontology/issues/8838 however, this left things in a confusing state. The GO discussion ended up supporting @dosumis's prop...
cmungall created a comment on a pull request on oborel/obo-relations
I am against striping, this creates import issues. The whole hierarchy should go in one ontology or the other On Mon, Oct 14, 2024 at 8:28 AM Bill Duncan ***@***.***> wrote: > I believe got...
cmungall published a release on INCATools/ontology-access-kit
v0.6.18
## What's Changed * update docs by @cmungall in https://github.com/INCATools/ontology-access-kit/pull/808 * Remove outdated warning, fix minor typos by @ialarmedalien in https://github.com/INCATo...cmungall created a tag on INCATools/ontology-access-kit
v0.6.18 - Ontology Access Kit: A python library and command line application for working with ontologies
cmungall created a comment on an issue on INCATools/ontology-access-kit
Fixed by #818
cmungall pushed 1 commit to main linkml/linkml
- feat(graphql): add support for enumerations (#2303) * feat(graphql): add support for enumerations Generation of G... cad5933
cmungall closed an issue on linkml/linkml
gen-graphql does not generate enumerations
**Describe the bug** The generation of GraphQL types out of a schema mit gen-graphql does not include the [enumerations](https://linkml.io/linkml-model/latest/docs/EnumDefinition/) of the schema. ...cmungall closed a pull request on linkml/linkml
feat(graphql): add support for enumerations
Generation of GraphQL enumerations based on those enumerations defined in the schema was missing. Closes #2301cmungall pushed 1 commit to main INCATools/ontology-access-kit
- Adding step to build pandoc for sphinx docs (#817) 65ce452
cmungall pushed 2 commits to add-pandoc-build INCATools/ontology-access-kit
cmungall opened a pull request on INCATools/ontology-access-kit
Adding step to build pandoc for sphinx docs
cmungall created a branch on INCATools/ontology-access-kit
add-pandoc-build - Ontology Access Kit: A python library and command line application for working with ontologies