Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[Numpy] Numpy operator diff #15906

Merged
merged 2 commits into from
Oct 30, 2019
Merged

[Numpy] Numpy operator diff #15906

merged 2 commits into from
Oct 30, 2019

Commits on Oct 28, 2019

  1. numpy diff operator implemented

    append and prepend not supported yet
    
    remove the prepend and append checking interface from the backend
    
    refine the code, enrich the test set and all tests passed
    
    registered the diff operator into npi scope
    
    all tests passed
    
    comments and minor modification
    
    format codes and fix warning for sanity check
    
    minor modification for sanity check
    
    fix sanity
    
    fix the tolerance bound of testing np.diff
    
    resolve minor coding style issue
    
    replace the given tests by random picking
    
    minor fix
    xiezhq-hermann committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5d1f516 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

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