Skip to content

Releases: JuliaData/CategoricalArrays.jl

v0.10.8

03 May 13:05
99faa56
Compare
Choose a tag to compare

CategoricalArrays v0.10.8

Diff since v0.10.7

Closed issues:

  • Crash when calling cut function (#289)

Merged pull requests:

v0.10.7

25 Sep 21:14
197f0a0
Compare
Choose a tag to compare

CategoricalArrays v0.10.7

Diff since v0.10.6

Closed issues:

  • Error with constructor after Tables 1.8 (#395)

Merged pull requests:

  • Implement skipmissing argument to levels (#391) (@nalimilan)
  • Drop redundant convert(Union{T, Missing/Nothing}, x) methods (#396) (@nalimilan)

v0.10.6

23 May 20:48
3b2773a
Compare
Choose a tag to compare

CategoricalArrays v0.10.6

Diff since v0.10.5

Closed issues:

  • Problem with unstack from DataFrames.jl on CategoricalVector (#380)

Merged pull requests:

v0.10.5

17 Mar 21:21
7c686fb
Compare
Choose a tag to compare

CategoricalArrays v0.10.5

Diff since v0.10.4

Merged pull requests:

v0.10.4

13 Mar 11:31
4d7e344
Compare
Choose a tag to compare

CategoricalArrays v0.10.4

Diff since v0.10.3

Closed issues:

  • Conversion issue on nightly (#383)

Merged pull requests:

v0.10.3

03 Mar 09:21
22c456d
Compare
Choose a tag to compare

CategoricalArrays v0.10.3

Diff since v0.10.2

Closed issues:

  • Rename get for categorical values? (#142)
  • add future to require (#149)
  • add insert! support (#375)
  • cut: option to have missing as level (#377)
  • Can't precompile on Windows (#379)

Merged pull requests:

v0.10.2

07 Nov 12:20
1ed6f1a
Compare
Choose a tag to compare

CategoricalArrays v0.10.2

Diff since v0.10.1

Closed issues:

  • Prettier IO methods for CategoricalValue (#370)

Merged pull requests:

v0.10.1

17 Sep 16:44
0bf2067
Compare
Choose a tag to compare

CategoricalArrays v0.10.1

Diff since v0.10.0

Closed issues:

  • recode can be too slow (#343)
  • Request to implement refcode in a 0.9.* patch. (#347)
  • Add sizehint! (#350)
  • GitHub release notes for 0.10.0 appear to be missing (#356)
  • Trouble with categorical(v) when v is a SentinelArrays.ChainedVector (#361)

Merged pull requests:

v0.9.7

02 May 13:37
404c609
Compare
Choose a tag to compare

CategoricalArrays v0.9.7

Diff since v0.9.6

Closed issues:

  • Integration with Plots.jl (#256)
  • Generic test for allowing to use isless (#319)
  • Request to implement refcode in a 0.9.* patch. (#347)

Merged pull requests:

v0.10.0

24 Apr 11:12
c511b4f
Compare
Choose a tag to compare

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)