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

ESDA Tabular Functions #827

Merged
merged 27 commits into from
Jul 14, 2016
Merged

ESDA Tabular Functions #827

merged 27 commits into from
Jul 14, 2016

Commits on Jun 21, 2016

  1. Configuration menu
    Copy the full SHA
    b0b8a2c View commit details
    Browse the repository at this point in the history
  2. add skeleton of tests

    ljwolf committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    bcab9d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26a1b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc3eb29 View commit details
    Browse the repository at this point in the history
  5. add stats & documentation

    ljwolf committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    20d4c7c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

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

Commits on Jun 26, 2016

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

Commits on Jun 30, 2016

  1. fix 825: Headbanging Median Rate Ignores Edge Correction

    "exta" should have been "extra." once changed, the screen function needed
    slight modification to work with the rest of the pattern.
    ljwolf committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    fd12fe1 View commit details
    Browse the repository at this point in the history
  2. fix 826: Spatial Filtering grid definition

    The grid was constructed using np.meshgrid over the range of the bounding box,
    with a computed stride. If the range and number of divisions were both integer,
    as was the case in the unittest, this generated floor division incorrectly. When
    we did initial testing in python3, we thought the unittest was correct. In fact,
    the unittest was incorrect, and we needed to enforce float division always.
    ljwolf committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    df3638b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78ea24 View commit details
    Browse the repository at this point in the history
  4. add overview notebook

    ljwolf committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    16bde13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f622955 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00ad349 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2269c60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    939699d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0a21ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5f16a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b79bc7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f89ff60 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd20387 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2de89d2 View commit details
    Browse the repository at this point in the history
  15. Add elementwise comparators.

    Note that these comparators are NOT OGC-SPEC.
    ljwolf committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    83cdcce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1fe186f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b61438 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Configuration menu
    Copy the full SHA
    1040309 View commit details
    Browse the repository at this point in the history
  2. remove _eq stubs

    ljwolf committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    81ab8d3 View commit details
    Browse the repository at this point in the history
  3. skip df test if no pandas

    ljwolf committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    d7e7121 View commit details
    Browse the repository at this point in the history