Skip to content

v0.7.2

Choose a tag to compare

@julia-tagbot julia-tagbot released this 14 Nov 20:48
v0.7.2
2300979

v0.7.2 (2019-11-14)

Diff since v0.7.1

Closed issues:

  • [julia 1.3-rc4] LoadError: UndefVarError: levels not defined (#222)
  • Stackoverflow errror with categorical of Any (#220)
  • Sort fails (#183)

Merged pull requests:

  • Implement sort and sort! using counting sort (#224) (nalimilan)
  • Mark arrays with no levels as ordered when assigning ordered value (#223) (nalimilan)
  • Fix StackOverflow in get! with CategoricalValue{Any} (#221) (nalimilan)
  • Improve specialized broadcast method for ismissing (#219) (nalimilan)