Closes #44 (closed)
Fixes included are:
- hops&hopsy now buildable without mpi again
- remove openmp from hops (not used in hopsy)
- remove hdf5 and sbml input&output from hops (not used in hopsy, but could lead to the error importing hopsy)
- fix serialization of rng for hopsy
- update hopsy markovchain to work with new ModelMixin class (no changes to outside, but now hopsy will work with RJMCMC going forward)
- Remove step size from AM (it was a bug, that AM proposal had step-size)
- Remove has_stepsize from proposal-interface
TODO once merged: build wheels for PyPI.
@r.paul There should be no breaking changes to hopsy users. Therefore it should either be a patch or a minor. Since ModelMixin was updated, we can put it as a minor version. What do you think?