Skip to content

Releases: d3/d3-array

v3.2.4

30 May 21:54
94d4541
Compare
Choose a tag to compare
  • Fix the return value of d3.medianIndex and d3.quantileIndex when the data contains any missing values. #275

v3.2.3

20 Mar 20:16
c62f825
Compare
Choose a tag to compare
  • Fix threshold generation when input is empty or has no deviation. #271

v3.2.2

18 Jan 18:33
ff49b0c
Compare
Choose a tag to compare
  • d3.ticks now tries harder to generate at least one tick. #264

v3.2.1

03 Dec 18:07
9ca0012
Compare
Choose a tag to compare
  • Fix mutation of user-owned thresholds in d3.bin. #263
  • Fix infinite loop when d3.quantile or d3.quickselect is called with invalid arguments. #262

v3.2.0

03 Jul 13:30
04f3423
Compare
Choose a tag to compare

v3.1.6

11 Apr 19:33
1d1e460
Compare
Choose a tag to compare
  • Fix incorrect behavior of d3.bisector when given an asymmetric comparator. #249 #250

v3.1.5

07 Apr 18:12
14efbe0
Compare
Choose a tag to compare

v3.1.4

03 Apr 15:42
364b3f3
Compare
Choose a tag to compare
  • Fix off-by-one bin assignment due to rounding error in d3.bin. #247

v3.1.3

01 Apr 23:41
f0ed838
Compare
Choose a tag to compare
  • Significantly improve the performance of d3.bin. #220
  • Tweak the implementation of d3.thresholdScott. a8429c4

v3.1.2

01 Apr 16:26
2453265
Compare
Choose a tag to compare
  • Fix the implementation of d3.thresholdScott. #246