FreqTables.jl

Frequency tables in Julia

OTHER License

Stars
88
Committers
9

Bot releases are visible (Hide)

FreqTables.jl - v0.4.6 Latest Release

Published by github-actions[bot] about 1 year ago

FreqTables v0.4.6

Diff since v0.4.5

Merged pull requests:

  • CompatHelper: bump compat for NamedArrays to 0.10, (keep existing compat) (#70) (@github-actions[bot])

Closed issues:

  • proptable with margins drops dimension information (#64)
  • Strip type information for CategoricalValues (#66)
  • NamedArrays.jl compat (#69)
FreqTables.jl - v0.4.5

Published by github-actions[bot] about 3 years ago

FreqTables v0.4.5

Diff since v0.4.4

FreqTables.jl - v0.4.4

Published by github-actions[bot] over 3 years ago

FreqTables v0.4.4

Diff since v0.4.3

Merged pull requests:

  • Enable GitHub Actions (#62) (@nalimilan)
  • CompatHelper: bump compat for "Missings" to "1.0" (#63) (@github-actions[bot])
FreqTables.jl - v0.4.3

Published by github-actions[bot] over 3 years ago

FreqTables v0.4.3

Diff since v0.4.2

Closed issues:

  • How to sort dimensions (#58)
  • ArgumentError: reducing over an empty collection is not allowed (#59)

Merged pull requests:

  • Remove unnecessary prop(::NamedArray, ...) method (#57) (@nalimilan)
  • allow CategoricalArrays.jl 0.10 and bump version (#60) (@bkamins)
FreqTables.jl - v0.4.2

Published by github-actions[bot] almost 4 years ago

FreqTables v0.4.2

Diff since v0.4.1

Merged pull requests:

  • bump CategoricalArrays.jl dependency (#55) (@bkamins)
FreqTables.jl - v0.4.1

Published by github-actions[bot] about 4 years ago

FreqTables v0.4.1

Diff since v0.4.0

Closed issues:

  • Allow strings for column names (#51)
  • How to convert freqtable to DataFrame/write to CSV (#52)

Merged pull requests:

  • Allow strings for column names (#53) (@nalimilan)
FreqTables.jl - v0.4.0

Published by github-actions[bot] over 4 years ago

FreqTables v0.4.0

Diff since v0.3.3

Merged pull requests:

  • Some CategoricalArray fixes (#50) (@nalimilan)
FreqTables.jl - v0.3.3

Published by github-actions[bot] over 4 years ago

FreqTables v0.3.3

Diff since v0.3.2

Merged pull requests:

  • switch to Project file (#44) (@piever)
  • make README.md examples working (#47) (@bkamins)
  • Support CategoricalArrays 0.8 (#49) (@nalimilan)
FreqTables.jl - Version 0.3.2

Published by nalimilan over 4 years ago

  • Add proptable function (#38).
  • Remove use of Tables.istable (#40).
  • Switch to Project file (#44).
FreqTables.jl - Version 0.3.1

Published by nalimilan almost 6 years ago

  • Drop DataFrames dependency and use the Tables.jl interface instead.
FreqTables.jl - Version 0.3.0

Published by nalimilan about 6 years ago

  • Julia 0.7 and 1.0 support.
  • Fix freqtable with integer values.
FreqTables.jl - Version 0.2.2

Published by nalimilan almost 7 years ago

  • Add prop function to compute proportions.
  • Support weights and subset arguments in freqtable with CategoricalArray.
FreqTables.jl - Version 0.2.1

Published by nalimilan almost 7 years ago

  • Throw an error when no arguments are passed.
FreqTables.jl - Version 0.2.0

Published by nalimilan almost 7 years ago

This is a breaking release:

  • Use missing (from Missings.jl) instead of NA for missing values.
  • Drop support for PooledDataArray, support CategoricalArray instead.
  • Rename usena argument to skipmissing, and default to false for consistency with other functions.
FreqTables.jl - Version 0.1.0

Published by nalimilan over 7 years ago

  • Support Julia 0.6 and drop Julia 0.4 support.
FreqTables.jl - Version 0.0.2

Published by nalimilan over 8 years ago

Dramatically improve performance by fixing type instabilities and fix warnings on Julia 0.5.

FreqTables.jl - Version 0.0.1

Published by nalimilan almost 9 years ago

First release, with support for Julia 0.4 only.