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

Refactor unconstraining to use deserializer interface #872

Merged
merged 54 commits into from
Aug 13, 2021

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    4f87011 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    02b1782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035a665 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e8af9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acf5c8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39d22dd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    1f0aac7 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    rybern committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a4810ba View commit details
    Browse the repository at this point in the history
  3. update to master

    SteveBronder committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    e8a5960 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    f5e6f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d541a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0474b30 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    7848b18 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. update to master

    SteveBronder committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    25e1ce8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    dfe7564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2294b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d41f2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f602363 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d45927d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b6c9d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba396d7 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'unconstrain-refactor' of github.com:rybern/stanc3 into …

    …unconstrain-refactor
    rybern committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    a39d3b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30c4c61 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Add optimization util test

    rybern committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    21c81b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c172c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1caeea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    100f353 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. update expected tests

    SteveBronder committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    bf5a3cf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    8381bad View commit details
    Browse the repository at this point in the history
  2. dune format

    SteveBronder committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7fd3b74 View commit details
    Browse the repository at this point in the history
  3. adds back all dimensions for when transform_inits does the read from …

    …the deserializer, aka ignoring constrains
    SteveBronder committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a14d5cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ac6cda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92f284e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d4e0c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7be045 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    cfe9238 View commit details
    Browse the repository at this point in the history
  2. add quantile signatures

    adamhaber authored and rybern committed May 5, 2021
    Configuration menu
    Copy the full SHA
    65e1b66 View commit details
    Browse the repository at this point in the history
  3. add test model

    adamhaber authored and rybern committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b4a208f View commit details
    Browse the repository at this point in the history
  4. dune promote

    adamhaber authored and rybern committed May 5, 2021
    Configuration menu
    Copy the full SHA
    5222f34 View commit details
    Browse the repository at this point in the history
  5. Revert "Add quantile signatures"

    rok-cesnovar authored and rybern committed May 5, 2021
    Configuration menu
    Copy the full SHA
    2f92c01 View commit details
    Browse the repository at this point in the history
  6. fix stanc copy

    rok-cesnovar authored and rybern committed May 5, 2021
    Configuration menu
    Copy the full SHA
    ba7c5dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e847427 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    0818dc5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. merge master

    rybern committed May 14, 2021
    Configuration menu
    Copy the full SHA
    6349501 View commit details
    Browse the repository at this point in the history
  2. format

    SteveBronder committed May 14, 2021
    Configuration menu
    Copy the full SHA
    24b018b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Array params now read from row-major to col-major in transform_inits.…

    … Also updated mkfor interface, added array type util
    rybern committed May 20, 2021
    Configuration menu
    Copy the full SHA
    112c179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7438345 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. update ode expect tests

    SteveBronder committed May 21, 2021
    Configuration menu
    Copy the full SHA
    6100eeb View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    03fbd4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    270a8cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    042c13c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. update to master

    SteveBronder committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e9cb92a View commit details
    Browse the repository at this point in the history
  2. fix Jenkinsfile

    SteveBronder committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    87a1c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39e5826 View commit details
    Browse the repository at this point in the history