Skip to content

Releases: Hasnep/DataSkimmer.jl

v0.5.2

18 Feb 07:36
Compare
Choose a tag to compare

DataSkimmer v0.5.2

Diff since v0.5.1

Merged pull requests:

  • Replace deprecated pretty_table keyword, noheader with show_header (#81) (@George9000)
  • Release 0.5.2 (#82) (@Hasnep)
  • Add Julia 1.9 and 1.10 compatability (#83) (@Hasnep)

v0.5.1

24 Sep 01:46
Compare
Choose a tag to compare

DataSkimmer v0.5.1

Diff since v0.5.0

Merged pull requests:

  • CompatHelper: bump compat for PrettyTables to 2, (keep existing compat) (#75) (@github-actions[bot])
  • Add Julia versions 1.7 and 1.8 to CI pipeline (#78) (@Hasnep)
  • Don't trigger CI on push anymore (#79) (@Hasnep)
  • Release 0.5.1 (#80) (@Hasnep)

v0.5.0

29 Mar 00:45
Compare
Choose a tag to compare

DataSkimmer v0.5.0

Diff since v0.4.1

Closed issues:

  • Min and Max columns should ignore missing (#65)
  • Columns of Type Time incorrectly file under Categorical Columns (#70)

Merged pull requests:

v0.4.1

29 Nov 00:29
Compare
Choose a tag to compare

DataSkimmer v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

28 Nov 13:20
Compare
Choose a tag to compare

What's Changed

  • Skip missings in datetime columns by @Hasnep in #66

Full Changelog: v0.3.1...v0.4.0

v0.3.1

14 Aug 00:45
Compare
Choose a tag to compare

DataSkimmer v0.3.1

Diff since v0.3.0

Merged pull requests:

  • CompatHelper: bump compat for "StructArrays" to "0.6" (#63) (@github-actions[bot])
  • Release 0.3.1 (#64) (@Hasnep)

v0.3.0

29 Jul 16:59
Compare
Choose a tag to compare

What's Changed

  • Create a show method for each subtable by @Hasnep in #51
  • Better support for tables, including named tuples of vectors by @pdeffebach in #47
  • Fix typo by @Hasnep in #52
  • CompatHelper: bump compat for "PrettyTables" to "1.0" by @github-actions in #54
  • Categorise Union{Date,Missing} as datetime by @Hasnep in #56
  • Release 0.2.2 by @Hasnep in #57
  • Add to DateTimeColumn struct a Union with Missing (fix). Add an AllMissingColumn struct to hold columns with all values missing. by @George9000 in #58
  • Move test datasets to separate file by @Hasnep in #60
  • Show n of unique, non-missing values in categorical columns. by @George9000 in #61
  • Release 0.3.0 by @Hasnep in #62

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

03 Apr 00:44
Compare
Choose a tag to compare

DataSkimmer v0.2.1

Diff since v0.2.0

Closed issues:

  • Missing Data with Numerical Columns handled incorrectly (#41)

Merged pull requests:

  • Replace assert with throwing an ArgumentError (#42) (@Hasnep)
  • Move missingable types to be numeric columns (#43) (@Hasnep)
  • Release 0.2.1 (#44) (@Hasnep)

v0.2.0

29 Mar 00:46
Compare
Choose a tag to compare

DataSkimmer v0.2.0

Diff since v0.1.1

Merged pull requests:

v0.1.1

28 Mar 00:44
Compare
Choose a tag to compare

DataSkimmer v0.1.1

Diff since v0.1.0

Merged pull requests:

  • CompatHelper: bump compat for "StructArrays" to "0.5" (#13) (@github-actions[bot])
  • Add support for Julia 1.6 (#29) (@Hasnep)
  • Update install instructions (#30) (@Hasnep)
  • Only run formatting checker when julia files are edited (#31) (@Hasnep)
  • Fix readme (#32) (@Hasnep)
  • Remove no column messages (#33) (@Hasnep)
  • Release 0.1.1 (#35) (@Hasnep)