Skip to content

v0.9.10

Compare
Choose a tag to compare
@null-a null-a released this 12 Sep 03:09
· 41 commits to master since this release

New Features

  • Node.js core modules can now be imported using the --require command line argument. (docs)
  • Added support for constructing kernel density estimates from the marginal returned by sampling based inference methods. (docs)
  • Add the Mixture distribution. (docs)

Enhancements

  • Improved argument checks for sample and distribution constructors.
  • Documentation updates.