Skip to content

Releases: chris1610/sidetable

October 2022 - Release - 0.9.1

29 Oct 21:08
Compare
Choose a tag to compare
  • Fix issue #23 where tuple would cause an error. Also clarified error message.
  • Fix issue #25 where append is deprecated in pandas.
  • Adding stb.pretty() formatting

August 18, 2021 - v0.9

27 Aug 01:42
Compare
Choose a tag to compare

Added flatten to collapse multiindex columns

November 29 - Release

29 Nov 16:44
Compare
Choose a tag to compare

Some minor bug fixes:

  • Fix styling for missing
  • Counts would break on completely null columns. Filter those out.
  • Add a warning if thresh is < 1

August 21, 2020 Release

21 Aug 20:38
Compare
Choose a tag to compare
  • Adding in a new counts function.
  • Documentation cleanups

July 4, 2020

04 Jul 17:54
Compare
Choose a tag to compare
  • Frequency results were not proper percentages. Updated so percentages used correctly. This is a backwards-incompatible change
  • Also changed the column labels to be lower_case
  • Changed Grand Total to be grand_total

June 22, 2020 - Release

22 Jun 20:41
Compare
Choose a tag to compare

Two bug fixes.

  • Subtotals were not ordering correctly. This should fix it.
  • Dropping cumulative columns was erroring in some situations. Fixed

June 21, 2020 - Release

22 Jun 00:13
Compare
Choose a tag to compare

This release includes the subtotal functionality.

May 31 2020 Release

31 May 22:34
Compare
Choose a tag to compare
v0.3

pip install

May 27 - Release

28 May 02:01
Compare
Choose a tag to compare

Second release. Not broadly public yet.