Skip to content

Release 0.6.1

Compare
Choose a tag to compare
@jlintusaari jlintusaari released this 21 Jul 09:52
· 218 commits to master since this release

Changes

  • Fix elfi.Prior and NoneType error #203
  • Fix a bug preventing the reuse of ArrayPool data with a new inference
  • Added pickling for OutputPool:s
  • Added OutputPool.open to read a closed pool from disk
  • Refactored Sample and SmcSample classes
  • Added elfi.new_model method
  • Made elfi.set_client method to accept clients as strings for easier client switching
  • Fixed a bug in NpyArray that would lead to an inconsistent state if multiple simultaneous instances were opened.
  • Added the ability to move the pool data folder
  • Sample.summary is now a method instead of a property
  • SmcSample methods takes the keyword argument 'all' to show results of all populations
  • Added a section about iterative advancing to documentation