------------------
Replace ``numba`` implementation with ``Cython`` implementation
Fixed
+++++
- Propensity calculation in all algorithms
- Considerable speed-up in algorithm runtimes
- Remove ``volume`` from ``Simulation.simulate`` parameters
Added
+++++
- ``direct`` algorithm in ``Cython``
- ``tau_leaping`` algorithm in ``Cython``
- ``tau_adaptive`` algorithm in ``Cython`` (experimental)
- ``Cython`` to Azure pipeline
- Accuracy tests from `sbml-test-suite <https://github.com/sbmlteam/sbml-test-suite>`_
- HOR property and tests for it
- Code coverage for ``Cython``
- Algorithms page to the documentation
- Examples page to the documentation
Changed
+++++++
- Remove ``numba`` algorithms
- Remove interpolation for direct algorithm
- ``sim.plot`` now plots ``post`` step curve
- Updated tutorial page of the documentation