Releases: nicrie/xmca
Releases · nicrie/xmca
Release 1.0.0
New in release 1.0.0
- method
predict
allows to project new, unseen data to obtain the corresponding PCs (works for standard, rotation and complex) - more efficient storing/loading of files; Unfortunately, this and the point above made it necessary to change the code considerably. As a consequence, loading models which were performed and saved using an older package version (0.x.y) is not supported.
- add method to summarize performed analysis (
summary
) - add method to return input fields
- improve docs (resolves #7)
- correct and consistent use of definition of loadings
- some bugfixes (e.g. resolves #12 )
version 0.3.3
Release 0.3.3
- add arXiv pre-print for complex rotated MCA
version 0.3.2
Release 0.3.2
- hotfix wrong file to version path which caused a direct
import xmca
to fail
version 0.3.1
fixed an issue with wrong versioning
version 0.3.0
Release 0.3.0
- exponential time series extension is now vectorized -> much faster!
- API reference section in the documentation is more neat
version 0.2.2
mostly documentation update & release to connect with zenodo
version 0.2.1
Merge pull request #4 from nicrie/develop merge v.0.2.1