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

Feature/0712 model base class #713

Merged
merged 38 commits into from Jul 18, 2019
Merged

Commits on Jul 5, 2019

  1. template constructor to base model

    Bob Carpenter committed Jul 5, 2019
    Copy the full SHA
    523c11f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Merge branch 'develop' of https://github.com/stan-dev/cmdstan into fe…

    …ature/0712-model-base-class
    Bob Carpenter committed Jul 6, 2019
    Copy the full SHA
    0e7723b View commit details
    Browse the repository at this point in the history
  2. remove unused template parameter in command

    Bob Carpenter committed Jul 6, 2019
    Copy the full SHA
    162ef7b View commit details
    Browse the repository at this point in the history
  3. update includes for command

    Bob Carpenter committed Jul 6, 2019
    Copy the full SHA
    2590273 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. include model_base

    mitzimorris committed Jul 8, 2019
    Copy the full SHA
    e9f3f43 View commit details
    Browse the repository at this point in the history
  2. updated makefile rules

    mitzimorris committed Jul 8, 2019
    Copy the full SHA
    fc9ef34 View commit details
    Browse the repository at this point in the history
  3. checkpointing makefile

    mitzimorris committed Jul 8, 2019
    Copy the full SHA
    de431f8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/0712-model-base-class' of https://github.com/st…

    …an-dev/cmdstan into feature/0712-model-base-class
    Bob Carpenter committed Jul 8, 2019
    Copy the full SHA
    bc7ee52 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cde80e7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1af3eee View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Copy the full SHA
    845ec86 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c66a19 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    de37126 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/0712-model-base-class' of https://github.com/st…

    …an-dev/cmdstan into feature/0712-model-base-class
    Bob Carpenter committed Jul 9, 2019
    Copy the full SHA
    60521aa View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    79b133c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/0712-model-base-class' of https://github.com/st…

    …an-dev/cmdstan into feature/0712-model-base-class
    Bob Carpenter committed Jul 9, 2019
    Copy the full SHA
    81de06f View commit details
    Browse the repository at this point in the history
  7. remove .d generation to make executable

    Bob Carpenter committed Jul 9, 2019
    Copy the full SHA
    6d0dd9f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' of https://github.com/stan-dev/cmdstan into fe…

    …ature/0712-model-base-class
    Bob Carpenter committed Jul 9, 2019
    Copy the full SHA
    51f39b8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0f6b9d5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    7e3b9d3 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    81f659c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Copy the full SHA
    506b25c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/stan-dev/cmdstan into fe…

    …ature/0712-model-base-class
    mitzimorris committed Jul 14, 2019
    Copy the full SHA
    7e316f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Copy the full SHA
    323c2f0 View commit details
    Browse the repository at this point in the history
  2. fixed unit tests

    mitzimorris committed Jul 15, 2019
    Copy the full SHA
    fde50d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Copy the full SHA
    c56eb1f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d403f0c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Copy the full SHA
    b22052b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    865116e View commit details
    Browse the repository at this point in the history
  3. need mpi header

    mitzimorris committed Jul 17, 2019
    Copy the full SHA
    c4efe06 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1bede8a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. probably not a fix

    mitzimorris committed Jul 18, 2019
    Copy the full SHA
    9404d6f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/stan-dev/cmdstan into fe…

    …ature/0712-model-base-class
    mitzimorris committed Jul 18, 2019
    Copy the full SHA
    4e42237 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e0d08d5 View commit details
    Browse the repository at this point in the history
  4. fix mpi test

    mitzimorris committed Jul 18, 2019
    Copy the full SHA
    0e76075 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    18f23f4 View commit details
    Browse the repository at this point in the history
  6. simplify test for manual

    mitzimorris committed Jul 18, 2019
    Copy the full SHA
    2157e92 View commit details
    Browse the repository at this point in the history
  7. makefile comment

    mitzimorris committed Jul 18, 2019
    Copy the full SHA
    655e93f View commit details
    Browse the repository at this point in the history