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: douglaskariuki/d3-array
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: d3/d3-array
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 22 files changed
  • 4 contributors

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    2e7ffcc View commit details
    Browse the repository at this point in the history
  2. upgrade dependencies

    mbostock committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    147e2bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec0354 View commit details
    Browse the repository at this point in the history
  4. prettier

    mbostock committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    208d057 View commit details
    Browse the repository at this point in the history
  5. 3.2.1

    mbostock committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    9ca0012 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Parameter problem of medianIndex (d3#265)

    * Parameter problem of medianIndex
    
    The second argument to medianIndex should be an fn, not a threshold (p).
    
    * Sorry, I just added a comma
    
    Sorry, I just added a comma when I revised it
    
    * Update README.md
    
    Co-authored-by: Philippe Rivière <[email protected]>
    xuan-zai and Fil authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    191aa03 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. try to generate at least one tick (d3#264)

    * try to generate at least one tick
    
    * polish
    
    * prettier?
    mbostock authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4951032 View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    mbostock committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    64aeb07 View commit details
    Browse the repository at this point in the history
  3. update dependencies

    mbostock committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4bbd7b5 View commit details
    Browse the repository at this point in the history
  4. 3.2.2

    mbostock committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ff49b0c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Alter rank function to not crash on Safari 14 when passed a one-eleme…

    …nt array
    
    Related to d3#123
    dimfeld authored and Fil committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ce5f3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7952835 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    cdd37e4 View commit details
    Browse the repository at this point in the history
  2. jsDelivr instead of Skypack

    mbostock committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6a785c6 View commit details
    Browse the repository at this point in the history
  3. 3.2.3

    mbostock committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c62f825 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix quantileIndex (d3#276)

    * fix quantileIndex
    
    * don’t invoke accessor more than once
    mbostock authored May 30, 2023
    Configuration menu
    Copy the full SHA
    f005cf8 View commit details
    Browse the repository at this point in the history
  2. 3.2.4

    mbostock committed May 30, 2023
    Configuration menu
    Copy the full SHA
    94d4541 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. restructure README (d3#279)

    Fil authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    be0ae0d View commit details
    Browse the repository at this point in the history
Loading