- Added biosimulator support (thanks jonrkarr, 79, 75) - Fixed formatting in readthedocs documentation. - Partial support for filaments. This still needs substantial work.
- `Box`, `addBox` and `moleculePerBox` are deprecated. Use `setPartition` instead (e4465b1e5). - (developer) Major refactoring in `Simulation` class (50, 51, 52). `smoldyn.Command` is moved to C++ (now available as `_smoldyn.Command`). This does not change the API.
- Added support for creating concurrent simulation in one Python script (see `smoldyn.Simulation` class). - Fixed minor bugs with reactions on surfaces. - Converted user's manual to LaTeX - Merged Libsmoldyn manual with regular manual. - Update to readthedocs.