Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mapping-commons/sssom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.0
Choose a base ref
...
head repository: mapping-commons/sssom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.1
Choose a head ref
  • 17 commits
  • 18 files changed
  • 9 contributors

Commits on Aug 2, 2023

  1. Adding SSSOM profile for literals (#235)

    Fixes #197 
    Fixes #234 
    
    - [x] `docs/` have been added/updated if necessary
    - [x] `make test` has been run locally
    - [x] tests have been added/updated (if applicable)
    - [ ]
    [CHANGELOG.md](https://github.com/mapping-commons/sssom/blob/0.9.0/CHANGELOG.md)
    has been updated.
    
    This PR adds a new profile to SSSOM for the representation of literal
    mappings, leaving the default SSSOM intact.
    
    ---------
    
    Co-authored-by: James McLaughlin <james@mclgh.net>
    matentzn and jamesamcl authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    112d142 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Update home.md

    matentzn authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    32859f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    74aeffb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Change sempav to semapv in the tutorial page (#317)

    Hi mapping commons, here with a suggestion for the tutorial page. 
    
    Googled to see which is the recommended prefix but I'm still not sure to
    which one you will stick. The different spelling confused me a little
    bit when following the tutorial, is this something you would like to
    address?
    jmillanacosta authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fd78f06 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Recommend that YAML keys be sorted by "spec order". (#320)

    This commit adds a recommendation that
    
    1) the keys in the YAML metadata block (in both "embedded" and
    “external” modes) SHOULD be sorted in the same order as the
    corresponding slots are listed in the definition of the MappingSet
    class] in the SSSOM model;
    
    2) the keys in the `curie_map` dictionary (i.e. the prefix names) SHOULD
    be sorted by alphabetical order.
    gouttegd authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    28f0fdd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Update presentations.md

    matentzn committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    54dbd4c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Add ability to customize documentation pages using jinja templates (#333

    )
    
    Resolves #332 
    
    This PR added in the relevant/necessary base jinja templates (as is)
    from the linkml library:
    https://github.com/linkml/linkml/tree/main/linkml/generators/docgen in a
    folder called `src/doc-templates`. Now the jinja templates can be edited
    here, in order to customize the class/slot/index, etc. documentation
    pages to look like how we want them to look. The downstream makefile
    target which uses linkml `gen-doc` is `make gendoc` and that has been
    updated too.
    
    - [ ] `docs/` have been added/updated if necessary
    - [x] `make test` has been run locally
    - [ ] tests have been added/updated (if applicable)
    - [ ]
    [CHANGELOG.md](https://github.com/mapping-commons/sssom/blob/master/CHANGELOG.md)
    has been updated.
    sujaypatil96 authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e5c723a View commit details
    Browse the repository at this point in the history
  2. Ensure that github action workflow deploys custom docs (#334)

    Related to #332 #333 
    
    - [ ] `docs/` have been added/updated if necessary
    - [ ] `make test` has been run locally
    - [ ] tests have been added/updated (if applicable)
    - [ ]
    [CHANGELOG.md](https://github.com/mapping-commons/sssom/blob/master/CHANGELOG.md)
    has been updated.
    
    This PR ensures that the changes provided by @sujaypatil96 in #333 are
    also taken into account by the automatic SSSOM docs deploy system.
    matentzn authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    16f17cf View commit details
    Browse the repository at this point in the history
  3. Update poetry.lock

    matentzn committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    92755e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    4334dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c2af81 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Fix link to schema in overview document (#341)

    Fixes #340
    
    by adding the correct link.
    matentzn authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a23a492 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Update gendoc to copy subdirectories (#346)

    Updating gendoc command to copy the whole docs directory into the docs
    dir, rather than just the top level. The current behaviour made a lot of
    pages inaccessible.
    matentzn authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    21da709 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Add WPCI2023 to Presentations list (#327)

    This PR adds the workshop on prefixes, curies, and IRIs 2023 edition to
    the presentations list. @matentzn @hrshdhgd I hope one of you will be
    able to give a brief update on this
    
    I also added a video link for the WPCI2021 as well
    
    Co-authored-by: Nico Matentzoglu <nicolas.matentzoglu@gmail.com>
    cthoyt and matentzn authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2e2c9c3 View commit details
    Browse the repository at this point in the history
  2. Add "related docs" menu item to documentation page (#326)

    Adding a section to the SSSOM docs for related documentation, such as
    SSSOM Toolkit and SSSOM Java.
    
    ---------
    
    Co-authored-by: Anita Caron <anitac@ebi.ac.uk>
    matentzn and Anita Caron authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    36527ca View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. upgrade mkdocs-mermaid2-plugin major version (#353)

    This PR upgrades the major version of the `mkdocs-mermaid2-plugin`
    package which is asserted as a dependency on this library. The reason
    why this is necessary is because
    [oaklib](https://github.com/INCATools/ontology-access-kit/) depends on
    `sssom-schema` and other downstream packages which use `oaklib` as a
    dependency are not able to enforce the latest versions of
    `mkdocs-mermaid2-plugin` in their repos because of conflicting
    dependency versions.
    
    - [ ] `docs/` have been added/updated if necessary
    - [x] `make test` has been run locally
    - [ ] tests have been added/updated (if applicable)
    - [ ]
    [CHANGELOG.md](https://github.com/mapping-commons/sssom/blob/master/CHANGELOG.md)
    has been updated.
    sujaypatil96 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2677726 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fixes #354 (#355)

    - [x] Moved `mkdocs-mermaid2-plugin = "^1.1.1"` as a dev dependency
     - [x] ran `poetry lock --no-update`
    hrshdhgd authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8b456d0 View commit details
    Browse the repository at this point in the history
Loading