Releases: stephenhky/MoguNumerics
Releases · stephenhky/MoguNumerics
Release 0.8.1
- Implementation of Lanczo's method using Cython.
Release 0.8.0
- Implementation of Lanzcos's method;
- Support of Python 3.10.
Release 0.7.0
- Removed everything about Spark;
- Removed Travis CI;
- Implemented Circle CI;
- Implemented PyUp for Python-3 compatibility and package dependability;
- Implemented discrete Fourier transform (DFT) and fast Fourier transform (FFT).
Release 0.6.0
Decommissioning supports for Python 2.7 and 3.5
Release 0.5.1
- Using ALS in TFNumpy
Release 0.5.0
- Implementation of tensor decomposition with Jennrich's algorithm
Release 0.4.1
- Small bug fixed.
Release 0.4.0
- PySpark dataframe to
dict
conversions.
Release 0.3.0
- Removing all
tensorflow
dependence; - Removing Sammon Embedding;
- Implementing probabilistic crosswalk.
Release 0.2.1
- Minor bugs fixed;
- Sampling of multivariate Gaussian random variables.