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 np.allclose and np.isclose support ref. issue #4074 #6286

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2020

  1. allclose implementation

    jeertmans committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    0bb2c14 View commit details
    Browse the repository at this point in the history
  2. allclose tests

    jeertmans committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    e76c96f View commit details
    Browse the repository at this point in the history
  3. docs support

    jeertmans committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    be26840 View commit details
    Browse the repository at this point in the history
  4. renamed to close

    make more sens
    jeertmans committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    a9bf04a View commit details
    Browse the repository at this point in the history
  5. remove unused import

    jeertmans committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    0b63cb7 View commit details
    Browse the repository at this point in the history
  6. changed assertion

    jeertmans committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    bd98e58 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. correct acc. to Flake8

    jeertmans committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    69fa9d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. allclose + iclose

    jeertmans committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    9446fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42cbaa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a0aac4 View commit details
    Browse the repository at this point in the history
  4. add to doc supported

    jeertmans committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    e69f2e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    064aef9 View commit details
    Browse the repository at this point in the history