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: CitrineInformatics/gemd-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CitrineInformatics/gemd-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/content_creation
Choose a head ref
  • 7 commits
  • 27 files changed
  • 1 contributor

Commits on Feb 28, 2020

  1. Enable creating attributes from attribute templates

    implemented with the __call__ magic method. By default:
    - name is inherited
    - attribute is linked to the attribute template that created it
    dyllamt committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    10fb41d View commit details
    Browse the repository at this point in the history
  2. Creating object specs from object templates

    - implemented through __call__ magic method
    - specs inherit attributes from the object templates
    dyllamt committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    9f72ec1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Creating object runs from object specs

    implemented in __call__magic method
    - inherits copies of attributes
    - inherits spec that created the run
    - inherits tags
    dyllamt committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    fc21be0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    5ad70be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e254a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/content_creation' into f…

    …eature/content_creation
    dyllamt committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2da9a8e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. update "experiment" entity set

    There is a decent example of making content from templates in the test file
    dyllamt committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    f826376 View commit details
    Browse the repository at this point in the history
Loading