Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 2.93 KB

Changelog

Full Changelog

Fixed bugs:

  • Fix bug where having only one or two independent columns would crash #14 (xulaus)

v1.3.0 (2020-11-15)

Full Changelog

Fixed bugs:

  • Fixed issue where the dependent variable was NaN #11 (Rambatino)

Closed issues:

  • Percentage needs abs() #7

Merged pull requests:

v1.2.0 (2017-05-10)

Full Changelog

Implemented enhancements:

  • Directional drivers analysis using Pearson's correlation #4 (Rambatino)

Fixed bugs:

  • Fixed i_vars truthy check when numpy array passed #9 (Rambatino)
  • Fixed percentage calculation #8 (Rambatino)
  • Switched inverse function to run pseudo-inverse, to account for correlated and 0 variance variables #5 (Rambatino)

Closed issues:

  • The truth value of a Index is ambiguous #6

v1.0.0 (2017-04-05)

Full Changelog

Implemented enhancements:

  • Added ability to pass driver names to Kruskals contructor #3 (Rambatino)
  • Updated method order and updated caching on Circle CI #2 (Rambatino)

Fixed bugs:

  • Added tox to repo and circle. Fixed python 3 issue in spec #1 (Rambatino)

v0.0.1 (2016-10-01)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator