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

Optional profiling #41

Merged
merged 11 commits into from
Apr 12, 2022
Merged

Optional profiling #41

merged 11 commits into from
Apr 12, 2022

Commits on Apr 6, 2022

  1. Add optional profiling to stan model compilation

    If param 'profile' is FALSE, all profiling statements are removed from the stan model code before compilation
    Removal of profiling statements in other files in include paths not yet supported
    adrian-lison committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    88deb21 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    0fb2ba9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f69635f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    480807c View commit details
    Browse the repository at this point in the history
  4. Style

    seabbs committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    e2ec344 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    77cc4b8 View commit details
    Browse the repository at this point in the history
  2. Rename profile sections

    Changed names of the profiling sections. There is always a prefix now that states the corresponding stan block: "transformed", "model", "generated".
    Moreover, changed the names of the sections to be more concise and like variables.
    adrian-lison committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0f64989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26d6235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da22140 View commit details
    Browse the repository at this point in the history
  5. Update news

    adrian-lison committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1870025 View commit details
    Browse the repository at this point in the history
  6. Update version

    adrian-lison committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2369829 View commit details
    Browse the repository at this point in the history