Skip to content

Releases: JuliaAI/ScientificTypes.jl

v3.0.2

13 Oct 01:19
78556d9
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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:

v2.3.0

29 Sep 20:35
664d5b4
Compare
Choose a tag to compare

ScientificTypes v2.3.0

Diff since v2.2.2

  • Allow column names to be entered as strings (in addition to symbols) when using coerce on tables (#161) @juliohm

Closed issues:

  • Fix doc generation (#145)
  • Add an experimental implementation of scitpye for text analysis (#154)
  • Accept strings in coerce (#161)

Merged pull requests:

v2.2.2

07 Sep 23:36
81dddff
Compare
Choose a tag to compare

ScientificTypes v2.2.2

Diff since v2.2.1

Merged pull requests:

  • Fix scitype for multisets of tuples of strings (and tagged strings) (#158) (@ablaom)
  • For a 2.2.2 release (#159) (@ablaom)

v2.2.1

07 Sep 20:15
26f10e8
Compare
Choose a tag to compare

ScientificTypes v2.2.1

Diff since v2.2.0

Merged pull requests:

v2.2.0

31 Aug 02:39
c662fd1
Compare
Choose a tag to compare

ScientificTypes v2.2.0

Diff since v2.1.3

Merged pull requests:

  • Add an experimental implementation of scitype for text analysis (#153) (@ablaom)
  • For a 2.2.0 release (#156) (@ablaom)