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

[WIP] Commit yaml files #768

Merged
merged 11 commits into from Jan 7, 2020
Merged

Commits on Jan 4, 2020

  1. [SCons] Copy YAML conversion scripts during tests

    If the Python interface is not built, also copy the YAML conversion
    scripts into the build directory.
    bryanwweber committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    e45a3a4 View commit details
    Browse the repository at this point in the history
  2. [YAML] Commit YAML input files

    The YAML input files are no longer generated at build-time. This
    removes the requirement to have ruamel.yaml installed at build-time.
    bryanwweber committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    fe91547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768a4bb View commit details
    Browse the repository at this point in the history
  4. [MATLAB/Examples] Remove transport1.m example

    It is a near duplicate of prandtl1.m
    bryanwweber committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    67f97b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    d26039d View commit details
    Browse the repository at this point in the history
  2. [Cython] Use context manager for csvfiles

    Python best practices are to use the with statement to manage opening
    and closing files. The Python docs recommend specifying newline=''
    to avoid certain problems with Windows-style carriage returns. See
    https://docs.python.org/3/library/csv.html#id3
    bryanwweber committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    a0af5cd View commit details
    Browse the repository at this point in the history
  3. [cti2yaml] Reformat species-level notes

    Remove newlines and strip leading and trailing spaces to reformat the
    comment into a single line.
    bryanwweber committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    8dc6b7b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. [YAML] Add descriptions to YAML files

    In many cases, these are copied from the corresponding CTI file. In some
    cases, the source of the data is unknown and these are also noted.
    bryanwweber committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    caaa9bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f251f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552e912 View commit details
    Browse the repository at this point in the history
  4. [Examples] Formatting changes

    Add requirements to all Python examples. Update formatting to resolve
    some PEP8 problems.
    bryanwweber committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    b72a6ca View commit details
    Browse the repository at this point in the history