- Changed `projection` argument of `simulation.run_pair_simulation` to `add_projections`. Now it is not possible to specify the exact projection to simulate. All projections get simulated. You still can specify which projection to query in `pathways.Pathway`. Nothing changed there.
0.2.2
-------------
- Changed the simulation run. Now it always with forward_skip=False. Even if the config file was specifying ForwardSkip == True. In this case, omit a warning to warn the user. - Removed python2 support - Fix errors of config loading, docs building.