Skip to content

Releases: eth-cscs/abcpy

ABCpy 0.5.0

16 Apr 08:11
Compare
Choose a tag to compare

This version comes with a major refactoring to enable the formulation of hierarchical models within ABCpy.

Note that we had to adapt the API, thus old code might not be compatible with the current version.

ABCpy 0.4.0

22 Nov 13:59
53dc97b
Compare
Choose a tag to compare

This releases mainly introduces an improved scheduling strategy for the MPI backend that removes some load-balancing issues for certain inference schemes.

ABCpy 0.3.0

08 Aug 05:51
Compare
Choose a tag to compare
  • Major extension of documentation on
    • how to run C++ models
    • how to run R models
    • how to run on Amazon Web Services
  • New backend to run on MPI enabled clusters and supercomputers

ABCpy 0.2.2

08 Aug 05:48
Compare
Choose a tag to compare

Bugfixes and smaller adaptions to the documentation.

ABCpy 0.2.1

29 May 16:13
Compare
Choose a tag to compare
  • Pypy integration
  • A few more inference schemes
  • Bugfixes

ABCpy 0.2

31 Mar 16:01
Compare
Choose a tag to compare
  • New module for model selection
  • New module for summary statistics selection
  • Extension of user documentation
  • Example codes on how to extend ABCpy with third-party models

Initial release

13 Feb 14:07
Compare
Choose a tag to compare
Refactored Gaussian model init function to be compatible with tests a…

…gain.