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] Reimplementing np.mean with overload and adding axis parameter #4480

Closed
wants to merge 26 commits into from

Commits on Aug 23, 2019

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

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    0411aa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b35bcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec87918 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. improving np.mean tests

    luk-f-a committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    69e8095 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    568c045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c416f50 View commit details
    Browse the repository at this point in the history
  3. flake8 fix

    luk-f-a committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    8336f12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6c3a9b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    d9b4f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d082d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f750c88 View commit details
    Browse the repository at this point in the history
  4. fix for axis is None case

    Co-Authored-By: Siu Kwan Lam <michael.lam.sk@gmail.com>
    luk-f-a and sklam committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    e0e7e78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    102b64a View commit details
    Browse the repository at this point in the history
  6. expanded tests

    luk-f-a committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    ab58749 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. working on timedelta64 test

    luk-f-a committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    00ddcd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a73ff6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

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

Commits on Apr 20, 2020

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

Commits on May 15, 2020

  1. Merge branch 'sum_timedelta' into mean_axis_overload

    # Conflicts:
    #	numba/np/numpy_support.py
    luk-f-a committed May 15, 2020
    Configuration menu
    Copy the full SHA
    44b6f5a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Merge branch 'timedelta_div' into mean_axis_overload

    # Conflicts:
    #	numba/np/numpy_support.py
    luk-f-a committed May 16, 2020
    Configuration menu
    Copy the full SHA
    7fef5b9 View commit details
    Browse the repository at this point in the history
  2. merged timedelta division

    luk-f-a committed May 16, 2020
    Configuration menu
    Copy the full SHA
    2723995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63514f7 View commit details
    Browse the repository at this point in the history
  4. flake8 fix

    luk-f-a committed May 16, 2020
    Configuration menu
    Copy the full SHA
    ce56eb2 View commit details
    Browse the repository at this point in the history
  5. flake8 fix

    luk-f-a committed May 16, 2020
    Configuration menu
    Copy the full SHA
    be93617 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Merge branch 'main' into pr/4480

    # Conflicts:
    #	numba/core/typing/npydecl.py
    sklam committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    0f61b68 View commit details
    Browse the repository at this point in the history