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

Fix upper-bound bin error for auto-ranged data #459

Merged
merged 22 commits into from
Sep 30, 2017

Commits on Sep 12, 2017

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

Commits on Sep 15, 2017

  1. Clean up docs

    jbcrail committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    2131de4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Configuration menu
    Copy the full SHA
    98f8358 View commit details
    Browse the repository at this point in the history
  2. Add more comprehensive tests

    jbcrail committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    80829e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0bab32 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Switch to exclusive range for all use cases

    This reverts to exclusive ranges both manual and auto for all glyphs
    (points/line) without introducing regressions of holoviz#318, holoviz#330, and holoviz#343.
    
    I refactored several tests to make xarray coordinate indices easier to
    read and more explicit.
    jbcrail committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    1d5b94d View commit details
    Browse the repository at this point in the history
  2. Revert whitespace updates

    jbcrail committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    af57cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b323b12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ba7ce9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    245ae5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb30517 View commit details
    Browse the repository at this point in the history
  3. Update line glyph to use fully inclusive range

    I also fixed extend_line to only calculate with floats until drawing the
    line if accepted. We were previously juggling floats and their
    associated integer values. This caused incorrect mapping to the grid.
    jbcrail committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    5e36915 View commit details
    Browse the repository at this point in the history
  4. Update docs

    jbcrail committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    6051cd2 View commit details
    Browse the repository at this point in the history
  5. Update tests

    jbcrail committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    6ac43a6 View commit details
    Browse the repository at this point in the history
  6. Update comment

    jbcrail committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    54ac722 View commit details
    Browse the repository at this point in the history
  7. Fix glyph tests

    jbcrail committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    343953c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Remove unused module

    jbcrail committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    025ab07 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    jbednar authored Sep 29, 2017
    Configuration menu
    Copy the full SHA
    8df6599 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Configuration menu
    Copy the full SHA
    90aa4cd View commit details
    Browse the repository at this point in the history
  2. Simplify mapping to pixels

    jbcrail committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    8c8b9f6 View commit details
    Browse the repository at this point in the history
  3. Added comment

    jbednar authored Sep 30, 2017
    Configuration menu
    Copy the full SHA
    72f6851 View commit details
    Browse the repository at this point in the history
  4. Fixed typo in comment

    jbednar authored Sep 30, 2017
    Configuration menu
    Copy the full SHA
    43bf9bc View commit details
    Browse the repository at this point in the history