Skip to content

Releases: markrogoyski/math-php

v0.39.0

28 Feb 05:36

Choose a tag to compare

v0.39.0 Pre-release
Pre-release

Improvements

  • Upgrade unit testing framework to PHPUnit 6
  • Update unit tests for PHPUnit 6 compatibility
  • Add PHP 7.2 to continuous integration tests

v0.38.0

11 Dec 05:33

Choose a tag to compare

v0.38.0 Pre-release
Pre-release

Improvements

  • Percentile reimplemented to use linear interpolation between closest ranks method - Second variant, C = 1
  • General code improvements
  • Better error and exception handling

v0.37.0

24 Oct 04:52

Choose a tag to compare

v0.37.0 Pre-release
Pre-release

Improvements

  • Change probability distributions to be objects instead of static methods

Backwards Incompatible Changes

  • Change probability distributions to be objects instead of static methods

v0.36.0

27 Sep 04:18

Choose a tag to compare

v0.36.0 Pre-release
Pre-release

v0.36.0

New Features

  • Rational number
  • Gamma distribution mean

Improvements

  • Add .gitignore file

v0.35.0

20 Aug 19:16

Choose a tag to compare

v0.35.0 Pre-release
Pre-release

New Features

  • Matrix isTridiagonal
  • Matrix isUpperHessenberg
  • Matrix isLowerHessenberg
  • Matrix getSuperdiagonalElements
  • Matrix getSubdiagonalElements

Improvements

v0.34.0

12 Aug 20:10

Choose a tag to compare

v0.34.0 Pre-release
Pre-release

New Features

  • Multivariate normal distribution

V0.33.0

04 Aug 07:10

Choose a tag to compare

V0.33.0 Pre-release
Pre-release

New Features

  • Kernel density estimation

v0.32.0

25 Jul 04:46

Choose a tag to compare

v0.32.0 Pre-release
Pre-release

New Features

  • Matrix Crout decomposition
  • Categorical discrete distribution

v0.31.0

03 Jul 04:22

Choose a tag to compare

v0.31.0 Pre-release
Pre-release

New Features

  • Hypergeometric distribution
  • Discrete uniform distribution

v0.30.0

12 Jun 04:30

Choose a tag to compare

v0.30.0 Pre-release
Pre-release

New Features

  • Dirichlet multivariate distribution
  • Gamma distribution
  • Initial eigenvalue matrix method
  • Initial eigenvector matrix method
  • Confidence ellipse

Improvements

  • Internal Bitwise addition