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

KeyError when running the create_dendrogram example #2627

Merged
merged 4 commits into from
Jul 13, 2020

Commits on Jul 10, 2020

  1. dendrogram works with scipy===1.5.0 default colors

    The default colorscale for _dendrogram contains color names compatible
    with the default colors given by scipy===1.5.0. It is still backwards
    compatible with older scipy versions.
    nicholas-esterer committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    21b38ab View commit details
    Browse the repository at this point in the history
  2. Map new color sequence to old color sequence

    This is done for ff.create_dendrogram. It was tried as much as possible
    to preserve the old color sequence, but this was not possible.
    
    Also improved the documentation of the colorscale argument.
    nicholas-esterer committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    90e417d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58a6f95 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

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