Skip to content
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

EnzymeML v2 data model #8

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open

EnzymeML v2 data model #8

wants to merge 44 commits into from

Commits on May 24, 2024

  1. updated model

    JR-1991 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    30f96c3 View commit details
    Browse the repository at this point in the history
  2. remove multiples and links

    JR-1991 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    293b4f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. add group_id

    JR-1991 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9dde06b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad9d88 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. documentation workflow

    JR-1991 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fd0782b View commit details
    Browse the repository at this point in the history
  2. fix type issues

    JR-1991 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2db5b07 View commit details
    Browse the repository at this point in the history
  3. Model update

    MD-Models Bot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2fa929f View commit details
    Browse the repository at this point in the history
  4. change name and repo

    JR-1991 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b9121e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from EnzymeML/add-docs

    Add documentation and schema workflow
    JR-1991 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c88b951 View commit details
    Browse the repository at this point in the history
  6. Model update

    MD-Models Bot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3becca9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. add typescript lib

    JR-1991 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aaf6618 View commit details
    Browse the repository at this point in the history
  2. allow manual execution

    JR-1991 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    30c604a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. refactored dm

    haeussma committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    60ea127 View commit details
    Browse the repository at this point in the history
  2. fix type refs

    JR-1991 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9c199c2 View commit details
    Browse the repository at this point in the history
  3. Model update

    MD-Models Bot committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3397117 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f7f0f15 View commit details
    Browse the repository at this point in the history
  2. added EquationType to model

    haeussma committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6efaf74 View commit details
    Browse the repository at this point in the history
  3. Model update

    MD-Models Bot committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bf8b7a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. added prep_conc

    haeussma committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f90f425 View commit details
    Browse the repository at this point in the history
  2. Model update

    MD-Models Bot committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4ca879c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. refactored dm

    haeussma committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ba28b41 View commit details
    Browse the repository at this point in the history
  2. datatype mandatory

    haeussma committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7172500 View commit details
    Browse the repository at this point in the history
  3. formatting

    haeussma committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ed58f5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4492313 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e2b4b4 View commit details
    Browse the repository at this point in the history
  6. Model update

    MD-Models Bot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    acb39b7 View commit details
    Browse the repository at this point in the history
  7. generalize to prepared and initial

    This change generalizes the previously existent `init_conc` and `prep_conc` properties, which were exclusively used for concentrations. In an effort to generalize this has been changed to `prepared` and `initial` such that `data_type` determines the kind of data used.
    JR-1991 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e021116 View commit details
    Browse the repository at this point in the history
  8. Model update

    MD-Models Bot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    602b177 View commit details
    Browse the repository at this point in the history
  9. initial as mandatory

    JR-1991 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    88ca1d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fe8aea View commit details
    Browse the repository at this point in the history
  11. Model update

    MD-Models Bot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b76c2e5 View commit details
    Browse the repository at this point in the history
  12. remove Equation inheritance

    JR-1991 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1b5991e View commit details
    Browse the repository at this point in the history
  13. Model update

    MD-Models Bot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ff83c0e View commit details
    Browse the repository at this point in the history
  14. add DataTypes to data_type

    JR-1991 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9d73bed View commit details
    Browse the repository at this point in the history
  15. Model update

    MD-Models Bot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3ba853a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6c38d38 View commit details
    Browse the repository at this point in the history
  17. Model update

    MD-Models Bot committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    40e3c7b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. move parameters to root

    JR-1991 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6a8fe43 View commit details
    Browse the repository at this point in the history
  2. Model update

    MD-Models Bot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b7763ef View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    5b8137d View commit details
    Browse the repository at this point in the history
  2. Model update

    MD-Models Bot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    79403da View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. add vessel_id to Complex

    JR-1991 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    c8ca20e View commit details
    Browse the repository at this point in the history
  2. Model update

    MD-Models Bot committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    dfd6855 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. added docs content

    haeussma committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    94cc027 View commit details
    Browse the repository at this point in the history