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] Composable transforms #947

Closed
wants to merge 29 commits into from

Commits on Aug 17, 2021

  1. First pass at composable transforms

    Codegen produces sensible outputs for single transforms. Still a good many TODOs/problems before chained transforms would compile
    WardBrian committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    31fc2ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b762ae View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Checkpointing

    WardBrian committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    3441287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    175794a View commit details
    Browse the repository at this point in the history
  3. Checkpointing

    WardBrian committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    3a6f275 View commit details
    Browse the repository at this point in the history
  4. Commenting

    WardBrian committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    1923d34 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. update tests

    SteveBronder committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    e1cf057 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    724ae4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bc2984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    404d9a8 View commit details
    Browse the repository at this point in the history
  4. Update test output

    May be incorrect
    WardBrian committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    644eac7 View commit details
    Browse the repository at this point in the history
  5. Switch to composing function calls

    Still need to work on type param for read call
    WardBrian committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    727f115 View commit details
    Browse the repository at this point in the history
  6. Change write to match

    WardBrian committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    6db5276 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    8a3bef8 View commit details
    Browse the repository at this point in the history
  2. Fix formatting of semicolon

    WardBrian committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    30147a5 View commit details
    Browse the repository at this point in the history
  3. Fix function naming

    WardBrian committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3eed96c View commit details
    Browse the repository at this point in the history
  4. TODO work

    WardBrian committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    21ce330 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f954d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cf7040 View commit details
    Browse the repository at this point in the history
  7. Change how special matrix types are handled internally

    A little cleaner
    WardBrian committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    8ec5be3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

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

Commits on Sep 9, 2021

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

Commits on Sep 13, 2021

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

Commits on Sep 15, 2021

  1. Work on semantic checks

    WardBrian committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    43bc0f4 View commit details
    Browse the repository at this point in the history
  2. Semantic check work

    WardBrian committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    23428c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    16feb64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c6b0c0 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    WardBrian committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    61bbf29 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

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