Skip to content

Releases: JuliaAI/ScientificTypes.jl

v3.2.0

10 Feb 21:32
2ff6a83

Choose a tag to compare

ScientificTypes v3.2.0

Diff since v3.1.2

(new feature) Arrange for scitype() to print out the active type hierarchy (#210)

Merged pull requests:

v3.1.0

10 Feb 21:32
7cbf507

Choose a tag to compare

ScientificTypes v3.1.0

Diff since v3.0.2

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v3.1.2

28 Nov 04:28
990cb81

Choose a tag to compare

ScientificTypes v3.1.2

Diff since v3.1.1

Merged pull requests:

Closed issues:

  • Improve the display of schema to show all rows (#205)

v3.1.1

04 Aug 05:31
d1bc9f1

Choose a tag to compare

ScientificTypes v3.1.1

Diff since v3.0.2

  • Extend the compatibility requirement for CategoricalArrays (#199)

Merged pull requests:

  • CompatHelper: bump compat for "ColorTypes" to "0.12" (#196) (@github-actions[bot])
  • Dump support for Julia 1.0. Support 1.10 and higher. (#197) (@ablaom)
  • For a 3.1 release (#198) (@ablaom)
  • Extend the compat for CategoricalArrays (#199) (@ablaom)
  • For a 3.1.1 release (#201) (@ablaom)

Closed issues:

  • Reporting a vulnerability (#191)

v3.0.2

13 Oct 01:19
78556d9

Choose a tag to compare

ScientificTypes v3.0.2

Diff since v3.0.1

Closed issues:

  • scitype docstring should include link to convention summary and/or a synopsis (#185)

Merged pull requests:

  • Exclude certain kinds of dictionary tables from being interpreted as tables (#189) (@ablaom)
  • For a 3.0.2 release (#190) (@ablaom)

v3.0.1

12 Sep 23:33
99dd1c4

Choose a tag to compare

ScientificTypes v3.0.1

Diff since v3.0.0

Closed issues:

  • Make nrows a method separate from schema (#137)
  • scitype stopped working with Compositional (#179)
  • ScientificTypes.scitype and ScientificTypesBase.scitype are not the same function. (#181)

Merged pull requests:

v3.0.0

23 Dec 02:07
17bab2c

Choose a tag to compare

ScientificTypes v3.0.0

Diff since v2.3.3

From the PR, #174 (@OkonSamuel):

  • (breaking) Remove the nrows field from objects returned by schema, and modify how these are displayed
  • Update Schema constructor to reflect updates to Tables.Schema
  • (enhancement) Implement the Tables.jl interface for objects returned by schema
  • (enhancement) improve performance of schema and scitype methods for small to medium size tables
  • Avoid schema errors for extremely wide tables.

Closed issues:

  • coerce doc-string only mentions tables, and not arrays and other objects (#160)
  • Improve organization of test code (#163)

Merged pull requests:

v2.3.3

01 Nov 23:13
13e90c2

Choose a tag to compare

ScientificTypes v2.3.3

Diff since v2.3.2

Merged pull requests:

v2.3.2

11 Oct 04:39
b5fbf04

Choose a tag to compare

ScientificTypes v2.3.2

Diff since v2.3.1

  • Remove experimental scitype() implementation for text analysis (being moved to new pkg MLJText.lj)
  • Remove scitype() implementation for persistence diagrams

Merged pull requests:

v2.3.1

09 Oct 04:10
1ac911a

Choose a tag to compare

ScientificTypes v2.3.1

Diff since v2.3.0

Closed issues:

  • Clarification about scitype additions (#165)
  • tight keyword not working for in-place coercion (#166)

Merged pull requests: