Skip to content

Releases: stephenhky/MoguNumerics

Release 0.8.1

13 Sep 02:26
Compare
Choose a tag to compare
  • Implementation of Lanczo's method using Cython.

Release 0.8.0

06 Sep 18:41
Compare
Choose a tag to compare
  • Implementation of Lanzcos's method;
  • Support of Python 3.10.

Release 0.7.0

22 Jun 01:24
Compare
Choose a tag to compare
  • 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

16 Jan 23:52
Compare
Choose a tag to compare

Decommissioning supports for Python 2.7 and 3.5

Release 0.5.1

07 Sep 20:10
Compare
Choose a tag to compare
  • Using ALS in TFNumpy

Release 0.5.0

27 Aug 02:27
Compare
Choose a tag to compare
  • Implementation of tensor decomposition with Jennrich's algorithm

Release 0.4.1

08 Jan 00:05
Compare
Choose a tag to compare
  • Small bug fixed.

Release 0.4.0

30 Dec 20:10
Compare
Choose a tag to compare
  • PySpark dataframe to dict conversions.

Release 0.3.0

06 Nov 05:00
Compare
Choose a tag to compare
  • Removing all tensorflow dependence;
  • Removing Sammon Embedding;
  • Implementing probabilistic crosswalk.

Release 0.2.1

25 Jul 17:53
Compare
Choose a tag to compare
  • Minor bugs fixed;
  • Sampling of multivariate Gaussian random variables.