Skip to content

v0.33.11

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 09:16
· 93 commits to master since this release
c4432ab

StatsBase v0.33.11

Diff since v0.33.10

Closed issues:

  • Support multi-dimensional arrays in sample (#161)
  • subsetting a Weights vector does not return a weight vector (#371)
  • Make weight types immutable (#397)
  • 'Shortcut' in fitting Histogram if binning is uniform / even (#563)
  • Discussion: A more feature-complete histogram, where and how? (#704)
  • countmap with comparisons other than == (#717)

Merged pull requests:

  • Fix _addcounts_radix_sort for empty input array (#706) (@bosonbaas)
  • Fix type instability of entropy and generalize crossentropy and kldivergence (#714) (@devmotion)