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

[ENH] Add VizRank to Mosaic #1699

Merged
merged 11 commits into from
Nov 11, 2016
Merged

[ENH] Add VizRank to Mosaic #1699

merged 11 commits into from
Nov 11, 2016

Commits on Oct 28, 2016

  1. Configuration menu
    Copy the full SHA
    f18ea00 View commit details
    Browse the repository at this point in the history
  2. Mosaic: Add Vizrank

    janezd committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    da0545a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Configuration menu
    Copy the full SHA
    3ace040 View commit details
    Browse the repository at this point in the history
  2. Mosaic: Lint

    janezd committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    83b05eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    293e438 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    883ec09 View commit details
    Browse the repository at this point in the history
  5. Mosaic Vizrank: Add tests

    janezd committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    bb05eb3 View commit details
    Browse the repository at this point in the history
  6. Fix synchronization issue in Vizrank(s)

    When the widget received e.g. new data, it called `initialize`,
    which set `keep_running` to `False` and the `saved_state` to `None`.
    When `run` stopped (a bit later), it saved the current state to
    `saved_state`, overriding `None` set by `initialize`.
    janezd committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    0e109f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Mosaic Vizrank: Add docstrings

    janezd committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    4ae5e39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bfcc2 View commit details
    Browse the repository at this point in the history
  3. Mosaic: Lint

    janezd committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    d9bde33 View commit details
    Browse the repository at this point in the history