Skip to content

v0.3.0 beta - Presentation

Latest
Compare
Choose a tag to compare
@dnut dnut released this 03 Jan 07:03
· 2 commits to master since this release

So named because it is this version that is used for the second (and presumably final) submission for the project that initially inspired the development of this module.

Improvements

  • Better encapsulation and modularity.
  • Better cross-platform compatibility (os.path.join()).
  • Less terrible calculation of statistical significance.

New Features

  • make_dir(): Create directory if non-existent.
  • most_common(): Rank most common values within specified constraints.
  • most_assoc(): Rank most associated pairs within specified constraints.
  • extremes(): Rank most extreme associations among all data.
  • savefig(): More encapsulated figure saving.
  • AsciiTable(): Table methods have been split off from Analysis() into its own class.