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

Primitive refactor #364

Merged
merged 36 commits into from Jan 18, 2019
Merged

Primitive refactor #364

merged 36 commits into from Jan 18, 2019

Commits on Dec 31, 2018

  1. initial support

    kmax12 committed Dec 31, 2018
    Copy the full SHA
    06256c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. cfm tests passing

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    a0cd617 View commit details
    Browse the repository at this point in the history
  2. linting

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    2de087c View commit details
    Browse the repository at this point in the history
  3. progress

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    d0e786d View commit details
    Browse the repository at this point in the history
  4. progress

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    d36701d View commit details
    Browse the repository at this point in the history
  5. add lint-fix and autopep

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    e03bf2d View commit details
    Browse the repository at this point in the history
  6. more passing

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    352ff58 View commit details
    Browse the repository at this point in the history
  7. progress

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    133e888 View commit details
    Browse the repository at this point in the history
  8. progress

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    aea1236 View commit details
    Browse the repository at this point in the history
  9. progress

    kmax12 committed Jan 2, 2019
    Copy the full SHA
    e592ad3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. don't require initialization

    kmax12 committed Jan 4, 2019
    Copy the full SHA
    f2dab2f View commit details
    Browse the repository at this point in the history
  2. separate override tests

    kmax12 committed Jan 4, 2019
    Copy the full SHA
    33fe750 View commit details
    Browse the repository at this point in the history
  3. lint

    kmax12 committed Jan 4, 2019
    Copy the full SHA
    c37161c View commit details
    Browse the repository at this point in the history
  4. cleanup

    kmax12 committed Jan 4, 2019
    Copy the full SHA
    ed11264 View commit details
    Browse the repository at this point in the history
  5. more tests passing

    kmax12 committed Jan 4, 2019
    Copy the full SHA
    4674174 View commit details
    Browse the repository at this point in the history
  6. one more test passing

    kmax12 committed Jan 4, 2019
    Copy the full SHA
    0765d96 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. all but one test passing

    kmax12 committed Jan 5, 2019
    Copy the full SHA
    fc68f4b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. all test pass

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    8c8d73d View commit details
    Browse the repository at this point in the history
  2. linting

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    83f63ad View commit details
    Browse the repository at this point in the history
  3. add to lint-fix

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    cec3928 View commit details
    Browse the repository at this point in the history
  4. all tests pass!

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    67b0244 View commit details
    Browse the repository at this point in the history
  5. cleanup

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    1567b2c View commit details
    Browse the repository at this point in the history
  6. fix tests

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    aad7553 View commit details
    Browse the repository at this point in the history
  7. fix test

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    2bd20f7 View commit details
    Browse the repository at this point in the history
  8. fix linting

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    42945aa View commit details
    Browse the repository at this point in the history
  9. docs building

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    869c8a8 View commit details
    Browse the repository at this point in the history
  10. actually fix docs

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    6e6ead3 View commit details
    Browse the repository at this point in the history
  11. updates

    kmax12 committed Jan 7, 2019
    Copy the full SHA
    39ad144 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Primitive refactor updates (#365)

    * remove incorrect commutative attributes
    
    * handle rsub override and test reverse overrides
    
    * rename weekend primitive is_weekend
    
    * updated weekend to is_weekend in docs
    
    * test values for scalar_subtract_numeric
    
    * rename subtract_numeric and scalar_subtract_numeric to subtract_numeric_feature and scalar_subtract_numeric_feature
    
    * revert subtract_numeric_feature to subtract_numeric
    rwedge committed Jan 8, 2019
    Copy the full SHA
    8378b0b View commit details
    Browse the repository at this point in the history
  2. update rsub

    kmax12 committed Jan 8, 2019
    Copy the full SHA
    91eda86 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Copy the full SHA
    709dc66 View commit details
    Browse the repository at this point in the history
  2. fix test

    kmax12 committed Jan 10, 2019
    Copy the full SHA
    8dd67de View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

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

    kmax12 committed Jan 16, 2019
    Copy the full SHA
    794b2c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

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

Commits on Jan 18, 2019

  1. addressed review comments

    kmax12 committed Jan 18, 2019
    Copy the full SHA
    40946ba View commit details
    Browse the repository at this point in the history