Skip to content

Releases: erdogant/pca

2.0.7

17 May 15:33
Compare
Choose a tag to compare
  • Pass the verbose parameter into scatterd issue #56
  • Fix type issue #52

v2.0.5

25 Aug 09:46
Compare
Choose a tag to compare
  • Fix when fontsize is set to 0. A new release of matplotlib causes some warnings/errors.

v2.0.4

05 Aug 18:46
Compare
Choose a tag to compare
  • Can handle standardized verbose messages as input parameter.

v2.0.3

31 May 20:49
Compare
Choose a tag to compare
  • plt.show removed for plotting
  • bug fix in case 3D plot is requested but number of PCs is <3
  • Examples are imported using datazets library
  • Code cleaning and pep8 styling

v2.0.2

28 May 21:22
Compare
Choose a tag to compare
  • added parameter grid and opaque_type to scatter.

v2.0.1

28 Apr 11:40
Compare
Choose a tag to compare
  • Updated arrow coloring in the biplot.
  • More information can be found here

v2.0.0

23 Apr 10:25
Compare
Choose a tag to compare

Developing new functionalities is really cool. However, when making incremental improvements over time, the code complexity also gradually increases. I took the time to refactor the entire plotting part. When using this version, you likely need to rename some input parameters in your code. But it is worth it because the plots became even more beautiful!

  • scattering is now performed in scatterd library
  • Many input parameters for plotting are aligned to the scatter functionality of matplotlib.
  • for plotting, some parameters such as textlabel are removed because were redundant.
  • for plotting, the parameter y is renamed into labels
  • it is now possible to add density and gradient into the plots and keeping the plot look nice
  • Changing the ordering of the density layer is possible (on top or below)
  • Fix for 3d plot and the positioning of the text labels
  • High improvements in plotting speed when having many data points!
  • updated documentation, docstrings and readme

v1.9.2

25 Mar 14:04
Compare
Choose a tag to compare
  • Removed wget as a dependency
  • Added functionality to specify markers per sample
  • Improved functionality to customize alpha transparency per sample
  • Improved functionality to customize size per sample
  • Updated docstrings

v1.9.1

17 Feb 15:59
Compare
Choose a tag to compare
  • fix for multiple testing
  • Added parameter ax to plots

v1.9.0

16 Feb 15:44
Compare
Choose a tag to compare
  • set default std=3 wich is more common for outlier detection
  • Multiple test corrections for the hotelling t2 test
  • multipletests is set in the predict function and not during initialization anymore.
  • y_proba is the corrected Pvalue. Praw is the uncorrected Pvalue in the output dataframe