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

Bokeh Callbacks #275

Merged
merged 23 commits into from
Dec 1, 2015
Merged

Bokeh Callbacks #275

merged 23 commits into from
Dec 1, 2015

Commits on Sep 26, 2015

  1. Configuration menu
    Copy the full SHA
    29fae95 View commit details
    Browse the repository at this point in the history
  2. Added bokeh callbacks module

    Adds support for attaching javascript callbacks to bokeh plots
    which can optionally call back to Python to modify the plot
    object.
    philippjfr committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    3e3f575 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2015

  1. Configuration menu
    Copy the full SHA
    1e966b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e520f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Configuration menu
    Copy the full SHA
    440bfbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae4ad5 View commit details
    Browse the repository at this point in the history
  3. Optimized DownsampleColumns callback, avoiding randomization

    If possible DownsampleColumns callback now avoids randomization
    only applying slicing if the number of samples is sufficiently
    small.
    philippjfr committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    5ccb1e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11998eb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2015

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

Commits on Nov 19, 2015

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

Commits on Nov 20, 2015

  1. Configuration menu
    Copy the full SHA
    dfa0485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa79741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d467758 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5438ff3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ad3835 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. Configuration menu
    Copy the full SHA
    6e4715d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    605e4fa View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2015

  1. Configuration menu
    Copy the full SHA
    31c3b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bacf6cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    956135b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38cb607 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2015

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