Skip to content

Releases: elfi-dev/elfi

Beta release

19 May 12:54
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release

Major update, a lot of code base rewritten.

Most important changes:

  • revised syntax for model definition (esp. naming)
  • scheduler-independent parallelization interface (currently supports native & ipyparallel)
  • methods can now be run iteratively
  • persistence to .npy files
  • Bayesian optimization as a separate method
  • sampling in BOLFI
  • MCMC sampling using the No-U-Turn-Sampler (NUTS)
  • Result object for BOLFI
  • virtual vectorization of external operations

See the updated notebooks and documentation for examples and details.

PyPI release

31 Jan 13:20
Compare
Choose a tag to compare
PyPI release Pre-release
Pre-release
  • Clean up requirements
  • Set graphviz and unqlite optional
  • PyPI release (pip install elfi)

Major update

23 Jan 12:51
Compare
Choose a tag to compare
Major update Pre-release
Pre-release

Change Log:

  • The inference problem is now contained in an Inference Task object.
  • SMC-ABC has been reimplemented.
  • Results from inference are now contained in a Result object.
  • Integrated basic visualization.
  • Added a notebook demonstrating usage with external simulators and operations.
  • Lot's of refactoring and other minor changes.

Review release

03 Dec 19:23
Compare
Choose a tag to compare
Review release Pre-release
Pre-release

Cleaning up the master repo