Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 11:12
· 32 commits to master since this release
c511b4f

CategoricalArrays v0.10.0

Diff since v0.9.6

Closed issues:

  • Integration with Plots.jl (#256)
  • Generic test for allowing to use isless (#319)

Merged pull requests:

  • Add RecipesBase plotting recipe (#340) (@nalimilan)
  • Allow adding new levels to ordered arrays (#342) (@nalimilan)
  • Add CategoricalValue(x, source) and disallow mixed isless and < (#346) (@nalimilan)
  • Add optimized method for collect(::SkipMissing{<: CatArrOrSub}} (#334)
  • Remove valindex (#327)
  • Fix printing tests on Julia 1.6 (#336)
  • Store equality and subset comparisons with one pool in a field (#337)
  • Pass unformatted labels to formatter in cut (#317)
  • Changed recode to accept more general collection types (#290)
  • Document levelcode in manual (#338)
  • Improve efficiency of mergelevels (#331)