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.14.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.0
Choose a head ref
  • 6 commits
  • 19 files changed
  • 3 contributors

Commits on Jul 25, 2023

  1. Fix publication_date (#294)

    Resolves #293 
    
    A property (publication_date) was defined in SSSOM, but was not added to
    the SSSOM mapping and mapping set data model. Since a very similar
    property (mapping_date) was already defined, this change is considered a
    bugfix, rather than an added feature.
    matentzn authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    95ea414 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Clarifying descriptions of various properties (#306)

    Resolves #304 
    
    In this PR, we 
    
    - clarify the scope of a number of SSSOM properties (e.g author,
    reviewer and creator_id properties are clarified to be URIs, rather than
    "strings")
    - Drop the use of syntactic concerns such "pipe-seperated" which do not
    belong in a general spec
    - fix some minor typos
    matentzn authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3d9c57b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

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

Commits on Jul 29, 2023

  1. Add details on manual mapping curation in docs (#308)

    In response to a request on slack, adding more details to the docs on
    how to curation mapping justifications that are manually curated.
    matentzn authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    f6025c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add issue tracker item to SSSOM datamodel (#259)

    Fixes #78 
    
    - [x] `docs/` have been added/updated if necessary
    - [x] `make test` has been run locally
    - [x] tests have been added/updated (if applicable)
    - [x]
    [CHANGELOG.md](https://github.com/mapping-commons/sssom/blob/0.9.0/CHANGELOG.md)
    has been updated.
    matentzn authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7ed78a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8617919 View commit details
    Browse the repository at this point in the history
Loading