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

[numpy] Fix np branch after rebase #15086

Merged
merged 4 commits into from
Jun 2, 2019

Commits on Jun 2, 2019

  1. Add np_array semantics for Gluon

    Fix notebook
    
    Fix sanity
    
    Fix gluon deferred infer shape
    
    Add np.random.uniform
    
    Add random normal
    
    Add boolean comparison ops
    
    Add np.ndarray indexing
    
    Reformat test ndarray indexing
    
    Fix unit tests
    
    Add one more test of indexing
    
    Fix sanity
    
    Enable amp test
    
    Add np.arange
    
    Revert cython unit test to ctypes
    
    Delete unnecessary use_np_shape decorator from test
    
    Rebase with numpy branch
    
    support range as index
    
    Fix python2 range type check
    
    Add argmax
    
    Disable clojure test
    reminisce committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    74f57fa View commit details
    Browse the repository at this point in the history
  2. Fix ci

    reminisce committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    4914f61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d3d505 View commit details
    Browse the repository at this point in the history
  4. Fix pylint

    reminisce committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    94e9f2e View commit details
    Browse the repository at this point in the history