Releases: eth-cscs/abcpy
Releases · eth-cscs/abcpy
ABCpy 0.5.0
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
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
- 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
Bugfixes and smaller adaptions to the documentation.
ABCpy 0.2.1
- Pypy integration
- A few more inference schemes
- Bugfixes
ABCpy 0.2
- 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
v0.1 Refactored Gaussian model init function to be compatible with tests a…