Skip to content

0.8.2

Latest
Compare
Choose a tag to compare
@st3107 st3107 released this 15 Aug 16:55
· 18 commits to master since this release
59e8a87

License:

By downloading and using this software you agree to the license here:
https://github.com/xpdAcq/xpdtools/blob/master/LICENSE

Download and Installation:

The package is available on Anaconda

If you are using Anaconda, make sure you are pulling from channel conda-forge
Install the package (If you are using a conda environment make sure to
activate it first):

conda install xpdtools -c conda-forge

If you do not use conda (and we recommend you do) you may download and build
the sources from the links below. Unpack the sources, then in the base
directory type

python setup.py install

Changelog:

Fixed:

  • Move the "import PCA" to the top to avoid import error.

  • Add missing required packages in requirements