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

add (some) global numpy methods #15

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 3, 2017

  1. Configuration menu
    Copy the full SHA
    8f9a09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d25fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97b24d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Configuration menu
    Copy the full SHA
    3c40cfe View commit details
    Browse the repository at this point in the history
  2. fixes

    kjyv committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    1bc93d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. more global methods

    kjyv committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    610fd06 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. add median

    jwkvam committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    490d6a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Merge pull request #1 from jwkvam/median

    add median
    kjyv authored Aug 23, 2017
    Configuration menu
    Copy the full SHA
    ac16c32 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Added constructors for type hierarchy.

    Constructor syntaxes such as np.float32() and np.float32([1,2,3.]), etc. are valid syntax for all non-abstract numeric type, so I added constructors accordingly. The input type of the constructor 'value' is not clear regarding what's tolerated, in the same style as np.array
    DasVinch committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    dc8c3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3302c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Merge pull request #2 from DasVinch/dataConstructors

    Added constructors for type hierarchy.
    kjyv authored Aug 29, 2017
    Configuration menu
    Copy the full SHA
    24ea87d View commit details
    Browse the repository at this point in the history