What's changed
Functionality
* `icomo.jax2pytensor` now correctly wraps also generated functions from the transformed functions. Thus, we can directly transform the interpolation and differential equation solver of Diffrax.
* CompModel now not only accepts dictionaries as structure of the compartments, but general nested dicts, tuples and lists.
Depreciations
* `icomo.ODEIntegrator` doesn't exist anymore, use directly `diffrax.diffeqsolve`, or `icomo.diffeqsolve` which defines some default values.
* The functions that directly helps building of pymc models moved to icomo.experimental