Skip to content

Releases: erdogant/pca

1.5.1

19 May 12:23
Compare
Choose a tag to compare
  • Detection of outliers is now optional. If you do not want to detect outliers use the following during initialiation: detect_outliers=None. The detection of outliers can now be set by: detect_outliers=['ht2', 'spe'] (default)

1.5.0

25 Apr 14:27
Compare
Choose a tag to compare

Many improvements thanks to Daniel Scott!

  • Added alpha_transparency option & tests
  • Fixed syntax in Readme
  • Fix default value in docstring
  • Added alpha_transparency argument & tests for all relevant plots
  • Added pytest github workflow
  • Fix pytest yaml syntax
  • Added miniconda pandas to github workflow so that test suite can run
  • Added requirements to pytest
  • Removed explicit reference to tests
  • Removed macosx support from tests. Colormap not supported on osx"
  • Removed explicit reference to tests
  • Moved tests dir
  • Initialized test directory
  • Added wget to dependencies
  • Improved commenting in test coverage
  • pytest fix for slow CI on windows
  • pytest fix for slow CI on windows (contd)
  • Added numpy installation to conda
  • pytest fix for slow CI builds
  • Disable testing for windows (only linux)

1.4.0

26 Mar 15:44
Compare
Choose a tag to compare
  • Transforming unseen data is now possible with the "transform" function

1.3.0

15 Sep 13:03
Compare
Choose a tag to compare
  • visible status can be set in plots

1.2.0

13 Sep 20:13
Compare
Choose a tag to compare
  • Change colormap in biplot using the cmap parameter
  • Some pep8 styling.
  • Bug fix that resulted in an error in very unusual cases.

1.1.2

24 Jul 18:56
Compare
Choose a tag to compare
  • Bug fix: ellipse was removed before returning

1.1.1

23 Jul 19:56
Compare
Choose a tag to compare
  • Direct plotting from spe_dmodx is possible with the showfig parameter

1.1.0

22 Jul 21:53
Compare
Choose a tag to compare
  • outlier detection with spe/DmodX
  • plotting SPE/DmodX
  • results of spe/dmodx in key 'outliers'
  • Hotelling T2 test and SPE are separate boolean parameters.
  • Boolean parameter outlier is removed.
  • Update in examples

1.0.9

22 Jul 07:53
Compare
Choose a tag to compare
  • Outlier detection incorporated using hotelling T2 test and fishers method.
  • Outliers in plots
  • Outliers docstrings
  • Outliers example in readme file

Have fun with outliers!

1.0.8

18 Jul 15:52
Compare
Choose a tag to compare
  • loadings are shown in biplot
  • the output of ['topfeat'] contains additional columns where the selected loadings are shown.
  • bug fix in 3d plot
  • additional parameter "label" to plot labels in scatter/biplot