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

Objmode with-block #3166

Merged
merged 36 commits into from
Sep 10, 2018
Merged

Objmode with-block #3166

merged 36 commits into from
Sep 10, 2018

Commits on Jul 25, 2018

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

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    4b8470e View commit details
    Browse the repository at this point in the history
  2. Rough fix

    sklam committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    0e9e0ac View commit details
    Browse the repository at this point in the history
  3. Fix output hack

    sklam committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    f2f5dcb View commit details
    Browse the repository at this point in the history
  4. Make proper testing

    sklam committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    d778c69 View commit details
    Browse the repository at this point in the history
  5. A test that uses ndarray

    sklam committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    589c16b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Add and simplify tests

    sklam committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    1e48e48 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Merge 7f9a097 into 252957c

    stuartarchibald committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    02d39cc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr/3230_merged' into enh/withobjmode

    # Conflicts:
    #	numba/tests/test_withlifting.py
    sklam committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    2bacfb2 View commit details
    Browse the repository at this point in the history
  3. WIP objmode typed-value return

    sklam committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    24e2474 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Clean up typing

    sklam committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    4abb352 View commit details
    Browse the repository at this point in the history
  2. Deduplicate logic

    sklam committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    6704f9b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    09da7b0 View commit details
    Browse the repository at this point in the history
  2. Clean up

    sklam committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    b6e031f View commit details
    Browse the repository at this point in the history
  3. Clean up

    sklam committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    4d353a9 View commit details
    Browse the repository at this point in the history
  4. Refactor lower_call

    sklam committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    cc8c46b View commit details
    Browse the repository at this point in the history
  5. Code comments and cleanups

    sklam committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    48a67c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b658cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80b1b19 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

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

Commits on Sep 6, 2018

  1. Merge pull request #3 from stuartarchibald/test/pr_3166

    Add some torture tests to with objmode ctx.
    sklam committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    e9f334f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Fixes against torture tests.

    Changes:
    - reject list as inputs to objmode due to difficulty in handling reflection
    - checks and enforces type annotation on outgoing vars
    - checks invalid control-flow usage inside with-context
    sklam committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    c1e03fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45308a6 View commit details
    Browse the repository at this point in the history
  3. Fix py2.7 compat

    sklam committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    cb170b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b65a426 View commit details
    Browse the repository at this point in the history
  5. Expose aliased objmode

    add docstring
    test example in docstring
    sklam committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    506b70b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a269228 View commit details
    Browse the repository at this point in the history
  7. Docs & comments

    sklam committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    fe60d15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74edff0 View commit details
    Browse the repository at this point in the history
  9. Add docs

    sklam committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    322a923 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d124c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    a08595b View commit details
    Browse the repository at this point in the history
  2. Fix sphinx doc formatting

    sklam committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    4a61787 View commit details
    Browse the repository at this point in the history
  3. Fix error.

    Ignore as_dtype(typ) error.
    sklam committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    75da3ed View commit details
    Browse the repository at this point in the history
  4. Fix test to match expected type

    sklam committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    1e1312d View commit details
    Browse the repository at this point in the history
  5. Fix test to match expected type

    sklam committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    eb8aa0c View commit details
    Browse the repository at this point in the history