diff --git a/doc/changes/2490.feature b/doc/changes/2490.feature new file mode 100644 index 0000000000..c7129a1a36 --- /dev/null +++ b/doc/changes/2490.feature @@ -0,0 +1 @@ +This pull request introduces a new `NumpyBackend `class that enables dynamic selection of the numpy_backend used in `qutip`. The class facilitates switching between different numpy implementations ( `numpy` and `jax.numpy` mainly) based on the configuration specified in the `settings.core` dictionary.