Skip to content

Commit aea5349

Browse files
committed
modified text around deprecated Mutable and Constant data containers
1 parent c96081f commit aea5349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/fundamentals/data_container.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"metadata": {},
8080
"source": [
8181
":::{important}\n",
82-
"In past versions of PyMC, there were two types of data containers {func}`pymc.MutableData` and {func}`pymc.ConstantData` these are now deprecated.\n",
82+
"In past versions of PyMC, there were two types of data containers {func}`pymc.MutableData` and {func}`pymc.ConstantData`. These have been deprecated as all data containers are mutable now.\n",
8383
":::"
8484
]
8585
},

examples/fundamentals/data_container.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This notebook will illustrate each of these benefits in turn, and show you the b
5959
+++
6060

6161
:::{important}
62-
In past versions of PyMC, there were two types of data containers {func}`pymc.MutableData` and {func}`pymc.ConstantData` these are now deprecated.
62+
In past versions of PyMC, there were two types of data containers {func}`pymc.MutableData` and {func}`pymc.ConstantData`. These have been deprecated as all data containers are mutable now.
6363
:::
6464

6565
+++

0 commit comments

Comments
 (0)