- Speed of parsing CellML models has been improved by reorganising connection processing. (PR303)
- Removed `Model.connect_variables` as it is no longer needed by the parser. (PR303)
- It is now possible to pass `sort=False` to the `get_state_variables`, `get_derivatives`, `get_derived_quantities` and `get_variables_by_rdf` methods of `Model` to get unsorted results. This gives a small performance improvement when you are sorting the result of those calls differently or when the order is not important. (PR302)