Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaStats/Clustering.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.4
Choose a base ref
...
head repository: JuliaStats/Clustering.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.5
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 4, 2020

  1. add CompatHelper workflow

    alyst authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    900364b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. fixes propertynames() methods

    calls fieldnames(typeof(x)) instead of fieldnames(x)
    
    fixes #191
    alyst committed Mar 7, 2020
    2 Configuration menu
    Copy the full SHA
    86bbc56 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. update Project.toml [compat] section

    - drop package versions for Julia-1.0-pre
    - make it compatible with CompatHelper and conforming to automatic
      merging requirements of JuliaRegistry
    alyst committed Mar 8, 2020
    2 Configuration menu
    Copy the full SHA
    9ca0fac View commit details
    Browse the repository at this point in the history
Loading