Skip to content

handle undefined order - #227

Merged
mbostock merged 7 commits into
mainfrom
mbostock/undefined-order
Aug 16, 2021
Merged

handle undefined order#227
mbostock merged 7 commits into
mainfrom
mbostock/undefined-order

Conversation

@mbostock

@mbostock mbostock commented Aug 14, 2021

Copy link
Copy Markdown
Member

Supersedes #219. Fixes #217.

  • d3.bisect (and d3.bisector)
  • d3.sort (and d3.groupSort)
  • d3.quickselect

I’m excited by how this turned out!

@mbostock
mbostock requested a review from Fil August 14, 2021 16:13
@mbostock mbostock changed the title handle undefined during bisection handle undefined order Aug 14, 2021
@mbostock mbostock mentioned this pull request Aug 14, 2021
@mbostock
mbostock force-pushed the mbostock/undefined-order branch from c3cd01f to 7390d05 Compare August 16, 2021 19:49
@mbostock
mbostock merged commit 22cdb3f into main Aug 16, 2021
@mbostock
mbostock deleted the mbostock/undefined-order branch August 16, 2021 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

sort(A) and sort(A, d => d) are not equivalent

2 participants