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

DynamicMap #278

Merged
merged 74 commits into from
Nov 19, 2015
Merged

DynamicMap #278

merged 74 commits into from
Nov 19, 2015

Commits on Jun 28, 2015

  1. Configuration menu
    Copy the full SHA
    7e6a9b0 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary import

    jlstevens committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    f865915 View commit details
    Browse the repository at this point in the history
  3. Set default interval mode to 'open' as it is the simplest mode to use

    Open mode can be used quickly and easily with inline generators whereas
    'closed' interval mode requires ranges on all the key dimensions.
    jlstevens committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    118f97e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    536965f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Configuration menu
    Copy the full SHA
    d83d2b8 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary import

    jlstevens committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    9470d3b View commit details
    Browse the repository at this point in the history
  3. Set default interval mode to 'open' as it is the simplest mode to use

    Open mode can be used quickly and easily with inline generators whereas
    'closed' interval mode requires ranges on all the key dimensions.
    jlstevens committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    cb3f6c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90d95c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5bf028 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

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

Commits on Sep 29, 2015

  1. Configuration menu
    Copy the full SHA
    58d1a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6201cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b1e5ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9de9370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d25376 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad86ee9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Configuration menu
    Copy the full SHA
    fd7a249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    393abfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d859926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66e5d50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5120cc7 View commit details
    Browse the repository at this point in the history
  6. Updated widget test SHAs

    philippjfr committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    00c5ee4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a17d83 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2015

  1. Configuration menu
    Copy the full SHA
    259dfda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de98de2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e0bf1c View commit details
    Browse the repository at this point in the history
  4. Initializing DynamicMaps in 'open' mode, removed iter

    Iter causes unexpected behaviour in many places because
    HoloViews generally expects to be able to iterate over
    Elements in a HoloMap type.
    philippjfr committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    ac4f8ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc66e8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94e5272 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b005b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f90d05d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    972afd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ece6abf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08283cb View commit details
    Browse the repository at this point in the history
  12. Minor fix to Dimensioned.select

    Only create clone when no item is found
    philippjfr committed Oct 1, 2015
    Configuration menu
    Copy the full SHA
    54b6a2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39261ea View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    38f585f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ffb5649 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6431843 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd94a4d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. Removed unused import

    philippjfr committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    7832249 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

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

Commits on Oct 8, 2015

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

Commits on Oct 14, 2015

  1. Configuration menu
    Copy the full SHA
    af80e7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    456cdc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cacc435 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. Configuration menu
    Copy the full SHA
    d223a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095c46f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb6e5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0ed9d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11df531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    716a19e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6742fb3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abff7ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3ff3e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    635e569 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69fe67f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

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

Commits on Nov 12, 2015

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

Commits on Nov 16, 2015

  1. Merge branch 'master' into dynamic

    Conflicts:
    	tests/testwidgets.py
    philippjfr committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    0c10705 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

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

Commits on Nov 19, 2015

  1. Configuration menu
    Copy the full SHA
    8a85768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47fb43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f44dbc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6069db8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0dad22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23fd27c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3bb0b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41b77ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96a0f29 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e447f8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    904b926 View commit details
    Browse the repository at this point in the history