Skip to content

Releases: MavericksDS/pycorr

Version Release v0.1.5

25 Sep 19:19
5403bc8
Compare
Choose a tag to compare

Release v0.1.5

This release features, some improvements on existing functionalities:

  • Added auto-linting via a pre-commit hook. Black + flake8 is being used.
  • Added test-cases using unittest
  • Split requirements between dev and regular ones:
    -- requirements.dev.txt
    -- requirements.txt
  • Use of pip compile to generate the requirements file.
  • Added the Yate's correction logic to not use it on a 2x2 matrix.
  • Added circle-ci based workflows for:
    -- Running test-cases on develop branch commits.
    -- Running test-cases, build and publish on pypi when newer commits on master.

Updated the Readme

30 May 19:35
Compare
Choose a tag to compare
  • No code change
  • Updated readme with usage example

New feature added

30 May 19:29
Compare
Choose a tag to compare

New features added

* ADDED: Ability to pass dataframe to get correlation matrix
* ADDED: Ability to plot the correlation in form of heatmap

First release

14 May 14:28
6744ee0
Compare
Choose a tag to compare

This release consists of ability to calculate correlation between categorical variables.