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

Lift column ops to the dataset level #107

Merged
merged 50 commits into from
Sep 29, 2023

Commits on Mar 24, 2023

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

Commits on Mar 25, 2023

  1. Merge pull request #105 from teodorlu/readme-update-test-instructions

    README: Replace `lein test` with `lein midje`
    genmeblog authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    5740cdb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    eadc516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab6dd7 View commit details
    Browse the repository at this point in the history
  3. Clean up

    ezmiller committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    9786a83 View commit details
    Browse the repository at this point in the history
  4. Fix magnitude arguments

    ezmiller committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    93ccccd View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    82eda8d View commit details
    Browse the repository at this point in the history
  2. Clean up

    ezmiller committed May 14, 2023
    Configuration menu
    Copy the full SHA
    695ecb8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Reorganize codegen utilities

    * moved hopefully common utilities up  into 'tablecloth.utils.codegen
    * retooled those helpers in that ns to be a bit more accessible (WIP)
    ezmiller committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e7e52a6 View commit details
    Browse the repository at this point in the history
  2. Clean up

    ezmiller committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8e73ec0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Clean up

    ezmiller committed May 16, 2023
    Configuration menu
    Copy the full SHA
    84eb674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e7d70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2be2b46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e06a47 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    0de6966 View commit details
    Browse the repository at this point in the history
  2. Add docstrings for some codegen

    Also regenerated operators to make sure tests pass.
    ezmiller committed May 20, 2023
    Configuration menu
    Copy the full SHA
    acbf6f4 View commit details
    Browse the repository at this point in the history
  3. Add docstring to ds col ops

    ezmiller committed May 20, 2023
    Configuration menu
    Copy the full SHA
    aa33cc3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. version bump and small fix

    genmeblog committed May 21, 2023
    Configuration menu
    Copy the full SHA
    d2c5c94 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Modify ds-level lift op to also return fn that returns column

    This is a breaking change for the column api lifting until I adapt
    the lift-op to the changes made in the codegen where the argument
    is supplied in data rather than within a fn.
    ezmiller committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    826a453 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    0d4d871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8b09d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f975f09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3422399 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2e018f View commit details
    Browse the repository at this point in the history
  6. Clean up

    ezmiller committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7c86635 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa07fa3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f5a977 View commit details
    Browse the repository at this point in the history
  9. Clean up

    ezmiller committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    59d5b1b View commit details
    Browse the repository at this point in the history
  10. Clean up

    ezmiller committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e82e80e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. bump to 7.000-beta-50

    genmeblog committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    025f40b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. fixes #108

    genmeblog committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9ca6f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    df6b3e9 View commit details
    Browse the repository at this point in the history
  2. 7.000-beta-51

    genmeblog committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ee091ed View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Clean up

    ezmiller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8aa5a8d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    49288e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02de62b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 24, 2023

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

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    b890679 View commit details
    Browse the repository at this point in the history
  2. Add missing word

    adham-omran committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d5ebb89 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Bump tmd version to 7.006 for fix to fns that were erroring

    fns are: quartiles-1, quartiles-3 and median
    ezmiller committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ecfe95b View commit details
    Browse the repository at this point in the history
  2. Fixing more tests

    ezmiller committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f3c79f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dbe54d View commit details
    Browse the repository at this point in the history
  4. Remove special lift op for 'round

    It's arugments were fixed.
    ezmiller committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    273f0e6 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    ezmiller committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e34b16b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #110 from adham-omran/gh-issue-102

    Remove mention of tech.ml.datatype
    genmeblog authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9c52198 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. 7.007

    genmeblog committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1a7f5dd View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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