Skip to content

Releases: JuliaML/TableTransforms.jl

v1.6.0

29 Sep 14:56
Compare
Choose a tag to compare

TableTransforms v1.6.0

Diff since v1.5.0

Merged pull requests:

v1.5.0

28 Sep 10:52
Compare
Choose a tag to compare

TableTransforms v1.5.0

Diff since v1.4.2

Closed issues:

  • Add dummy table type with metadata in tests (#123)
  • Rename "table" and "newtable" to "feat" and "newfeat" (#125)
  • Add ColSpec support for all Colwise transforms (#127)

Merged pull requests:

v1.4.2

20 Sep 00:49
f648416
Compare
Choose a tag to compare

TableTransforms v1.4.2

Diff since v1.4.1

Merged pull requests:

v1.4.1

19 Sep 21:16
ce704b1
Compare
Choose a tag to compare

TableTransforms v1.4.1

Diff since v1.4.0

Merged pull requests:

  • Fix Parallel transform in the presence of metadata (#122) (@juliohm)

v1.4.0

19 Sep 11:34
67a201b
Compare
Choose a tag to compare

TableTransforms v1.4.0

Diff since v1.3.1

Closed issues:

  • Add option to rename columns during selection (#106)
  • Treatment of metadata (#114)

Merged pull requests:

v1.3.1

09 Aug 21:05
Compare
Choose a tag to compare

TableTransforms v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

17 Jun 18:55
604e75c
Compare
Choose a tag to compare

TableTransforms v1.3.0

Diff since v1.2.1

Closed issues:

  • OneHotEncoding (#72)
  • Sample (#73)
  • Improve IO methods of all transforms (#85)
  • Rearrange transforms (#94)
  • Consider restricting Levels to columns with categorical scitype (#95)

Merged pull requests:

v1.2.1

09 Jun 12:30
b4cf030
Compare
Choose a tag to compare

TableTransforms v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

03 Jun 19:20
90a30ba
Compare
Choose a tag to compare

TableTransforms v1.2.0

Diff since v1.1.1

Closed issues:

  • Add dim option to EigenAnalysis to reduce the number of dimensions (#17)
  • Levels (#70)
  • Sort (#74)
  • Restrict transform to columns? (#81)
  • Add pratio option to EigenAnalysis (#88)

Merged pull requests:

v1.1.1

24 May 12:52
Compare
Choose a tag to compare

TableTransforms v1.1.1

Diff since v1.1.0

Closed issues:

  • Pipeline with Parallel and Select can not be reverted (#80)