From ed0d9f62ce951703e0cf4adecbe76c5fef134afc Mon Sep 17 00:00:00 2001 From: Rochisha Agarwal Date: Fri, 12 Jul 2024 20:11:45 +0530 Subject: [PATCH] add towncrier entry --- doc/changes/2490.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changes/2490.feature 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.