Skip to content

v0.7.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 28 Sep 15:08
v0.7.0
71e91da

v0.7.0 (2019-09-26)

Diff since v0.6.0

Closed issues:

  • [question] giving pre-computed unique values to categorical constructor (#210)
  • Warnings with Missings 0.4.2 (#208)
  • Define copy(::CategoricalPool) instead of using deepcopy (#203)
  • sorting an unordered CategoricalString (#185)

Merged pull requests:

  • Implement copy(::CategoricalArray) and use it instead of deepcopy (#212) (nalimilan)
  • Merge pools in setindex!(x::CategoricalArray, v::CategoricalValue, i...) (#211) (nalimilan)
  • Provide formatter for labeling categories in cut function (#202) (greimel)