Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Releases: JuliaAI/MLJScientificTypes.jl

v0.4.8

01 Jun 22:47
f62033d
Compare
Choose a tag to compare

MLJScientificTypes v0.4.8

Diff since v0.4.7

Closed issues:

  • Make scitype efficient for views of CategoricalArrays (#78)

Merged pull requests:

v0.4.7

30 Apr 01:24
0177bf3
Compare
Choose a tag to compare

MLJScientificTypes v0.4.7

Diff since v0.4.6

Merged pull requests:

  • CompatHelper: bump compat for "CategoricalArrays" to "0.10" (#74) (@github-actions[bot])
  • CompatHelper: bump compat for "ColorTypes" to "0.11" (#75) (@github-actions[bot])
  • For a 0.4.7 release (#76) (@ablaom)

v0.4.6

23 Apr 00:57
81e91b9
Compare
Choose a tag to compare

MLJScientificTypes v0.4.6

Diff since v0.4.5

  • Bump compat requirement for PrettyTables to 1.0

Merged pull requests:

  • Bump compat PrettyTables = "1"; address CategoricalArrays depwarn over get (#72) (@ablaom)
  • For a 0.4.6 release (#73) (@ablaom)

v0.4.5

21 Apr 00:24
7c81022
Compare
Choose a tag to compare

MLJScientificTypes v0.4.5

Diff since v0.4.4

  • extend compat for StatitisticalTraits to include version 1.0

Merged pull requests:

v0.4.4

25 Jan 21:35
5f71fe0
Compare
Choose a tag to compare

MLJScientificTypes v0.4.4

Diff since v0.4.3

Merged pull requests:

  • CompatHelper: bump compat for "PrettyTables" to "0.11" (#66) (@github-actions[bot])
  • Import info stub from new package StatisticalTraits.jl (#67) (@ablaom)
  • For a 0.4.4 release (#68) (@ablaom)

v0.4.3

22 Dec 01:18
e90a6d5
Compare
Choose a tag to compare

MLJScientificTypes v0.4.3

Diff since v0.4.2

Closed issues:

  • Improve error reporting in coerce for unsupported coercions (#39)

Merged pull requests:

  • Continuation of PR on improving errors for coerce (#64) (@ablaom)
  • For a 0.4.3 release (#65) (@ablaom)

v0.4.2

21 Dec 02:13
88ec51e
Compare
Choose a tag to compare

MLJScientificTypes v0.4.2

Diff since v0.4.1

Closed issues:

  • Add an informative error when schema fails because Tables.schema is not i implemented (#47)

Merged pull requests:

v0.4.1

27 Nov 01:38
3bd5193
Compare
Choose a tag to compare

MLJScientificTypes v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Coerce fix to suppress warnings in coerce(Any[1,2,3], Multiclass) and so forth (#56) (@ablaom)
  • For a 0.4.1 release (#57) (@ablaom)

v0.4.0

16 Nov 20:25
af1a4cb
Compare
Choose a tag to compare

MLJScientificTypes v0.4.0

Diff since v0.3.3

This release is compatible with CategoricalArrays 0.9 and has the following new behaviour (necessary because of breaking changes there):

  • coerce(v, OrderedFactor) and coerce(v, OrderedFactor) will first convert non-missing elements of an array v into strings unless the eltype of v is a subtype of Union{AbstractString, Char, Number, Missing}; for example, if v = [:x, :y] and vnew = coerce(v, Multiclass), then vnew[1] == "x" is true but vnew[1] == :x is false. Otherwise the behaviour is unaltered.

Merged pull requests:

v0.3.3

16 Nov 04:37
bab0aa9
Compare
Choose a tag to compare

MLJScientificTypes v0.3.3

Diff since v0.3.2

Merged pull requests: