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

More test coverage #10

Merged
merged 55 commits into from
Sep 20, 2017
Merged

More test coverage #10

merged 55 commits into from
Sep 20, 2017

Commits on Sep 14, 2017

  1. Removed all modes of evaluating a dependency graph that

    involve moving numpy arrays across a process boundary.
    johnbywater committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    205e63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26896e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af6760 View commit details
    Browse the repository at this point in the history
  4. Fixed indent.

    johnbywater committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    11a77bc View commit details
    Browse the repository at this point in the history
  5. Improved test coverage for TimeDelta semantic class.

    Added test for str() of DSL objects.
    johnbywater committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    ec5ca78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad176c2 View commit details
    Browse the repository at this point in the history
  7. Removed gevent stuff.

    johnbywater committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    6e2b498 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be0f377 View commit details
    Browse the repository at this point in the history
  9. Fixed whitespace.

    johnbywater committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    07b5269 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c258b2a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Configuration menu
    Copy the full SHA
    2e17e82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    311d67a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    414f78e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Re-established purging of call results that have been fully used.

    Added class CallResultPolicy. Refactored usage counting.
    johnbywater committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    95bf726 View commit details
    Browse the repository at this point in the history
  2. Refactored call propagation via result counting.

    Also removed more unused stuff.
    johnbywater committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    f58334e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d89945e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a141cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    575b098 View commit details
    Browse the repository at this point in the history
  6. Removed unused function.

    johnbywater committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    7066ed6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c4649e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3ba251 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25c1836 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a37249 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    d021819 View commit details
    Browse the repository at this point in the history
  2. Changed queues so nodes are processed breadth first from

    leaves to root of the dependency graph (was more diagonal).
    johnbywater committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    f652f9d View commit details
    Browse the repository at this point in the history
  3. Changed class BlackScholesPriceProcess to use a forward curve.

    Also changed the format of calibration params to be similar
    to the n-factor markovian price process code.
    johnbywater committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    3cb079e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea0e531 View commit details
    Browse the repository at this point in the history
  5. Fixed README file.

    johnbywater committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    96cfb79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa6f6c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b22e827 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7302968 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5847c89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7aa767 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc7fe02 View commit details
    Browse the repository at this point in the history
  12. Adjusted README.

    johnbywater committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    b125130 View commit details
    Browse the repository at this point in the history
  13. Fixed plot title.

    johnbywater committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    f16a0c2 View commit details
    Browse the repository at this point in the history
  14. Adjusted README.

    johnbywater committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    78b3107 View commit details
    Browse the repository at this point in the history
  15. Adjusted README.

    johnbywater committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    f9955ec View commit details
    Browse the repository at this point in the history
  16. Adjusted README.

    johnbywater committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    86b72d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Configuration menu
    Copy the full SHA
    3605da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a80d7aa View commit details
    Browse the repository at this point in the history
  3. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    ba7fccb View commit details
    Browse the repository at this point in the history
  4. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    636e127 View commit details
    Browse the repository at this point in the history
  5. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    37efde6 View commit details
    Browse the repository at this point in the history
  6. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    478d571 View commit details
    Browse the repository at this point in the history
  7. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    e8e3f58 View commit details
    Browse the repository at this point in the history
  8. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    d7ca812 View commit details
    Browse the repository at this point in the history
  9. Fixed whitespace.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    3488abe View commit details
    Browse the repository at this point in the history
  10. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    6569397 View commit details
    Browse the repository at this point in the history
  11. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    a0d8846 View commit details
    Browse the repository at this point in the history
  12. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    ea4657f View commit details
    Browse the repository at this point in the history
  13. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    4d6dda9 View commit details
    Browse the repository at this point in the history
  14. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    e2d1ccb View commit details
    Browse the repository at this point in the history
  15. Adjusted README.

    johnbywater committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    bf7f7a4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    de7abee View commit details
    Browse the repository at this point in the history