Releases: Hasnep/DataSkimmer.jl
Releases · Hasnep/DataSkimmer.jl
v0.5.2
DataSkimmer v0.5.2
Merged pull requests:
v0.5.1
DataSkimmer v0.5.1
Merged pull requests:
v0.5.0
v0.4.1
v0.4.0
v0.3.1
DataSkimmer v0.3.1
Merged pull requests:
v0.3.0
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
- @pdeffebach made their first contribution in #47
- @George9000 made their first contribution in #58
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
v0.1.1
DataSkimmer v0.1.1
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)