erdogant / pca

pca: A Python Package for Principal Component Analysis.
https://erdogant.github.io/pca
MIT License
284 stars 42 forks source link

Added alpha_transparency option & tests #14

Closed nightvision04 closed 3 years ago

nightvision04 commented 3 years ago

I just added a pytest workflow because I noticed there wasn't one.

erdogant commented 3 years ago

Nice!

nightvision04 commented 3 years ago

Okay, I had to tweak some of the directory structure to allow your tests to be implemented in CI.

Should be good to go!

If you remove the colourmap dependency, you'll be able to support osx users as well . :)

nightvision04 commented 3 years ago

For some reason the conda builds were running extremely slow on windows. Ubuntu was fine. I've disabled them for now but feel free to add them back.

erdogant commented 3 years ago

I created a new version! https://github.com/erdogant/pca/releases/tag/1.5.0

pip install -U pca