From c02e550582122ccc3408bd49819f92b886c2530a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?=
 <stepan@adjemian.eu>
Date: Wed, 19 Jul 2023 18:22:00 +0200
Subject: [PATCH] Update dseries submodule.

Pass more than one variable name to remove and remove_ methods.
---
 doc/manual/source/time-series.rst | 6 ++++--
 matlab/modules/dseries            | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/manual/source/time-series.rst b/doc/manual/source/time-series.rst
index f57b524990..ff80477c49 100644
--- a/doc/manual/source/time-series.rst
+++ b/doc/manual/source/time-series.rst
@@ -2598,8 +2598,10 @@ The dseries class
     .. dseriesmethod:: C = remove (A, B)
                        remove_ (A, B)
 
-        |br| Alias for the ``pop`` method with two arguments. Removes
-        variable ``B`` from ``dseries`` object ``A``.
+        |br| If ``B`` is a row char array, the name of a variable, these methods
+        are aliases for ``pop`` and ``pop_`` methods with two arguments. They
+        remove variable ``B`` from ``dseries`` object ``A``. To remove more than
+        one variable, one can pass a cell of row char arrays for ``B``.
 
         *Example*
 
diff --git a/matlab/modules/dseries b/matlab/modules/dseries
index dd4404c4b9..b7ca9c3e79 160000
--- a/matlab/modules/dseries
+++ b/matlab/modules/dseries
@@ -1 +1 @@
-Subproject commit dd4404c4b9d45ca077c05ace4f9a59f4cce99bc8
+Subproject commit b7ca9c3e79287b713e67e68eeb88fb686b60b379
-- 
GitLab