Skip to content

updated data_container.ipynb to reflect changes to pm.Data containers in pymc v5.16 #676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
modified text around deprecated Mutable and Constant data containers
  • Loading branch information
Dekermanjian committed Aug 5, 2024
commit aea5349a77c8be00ba6d9d28bdb8ba256c52b1d4
2 changes: 1 addition & 1 deletion examples/fundamentals/data_container.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"metadata": {},
"source": [
":::{important}\n",
"In past versions of PyMC, there were two types of data containers {func}`pymc.MutableData` and {func}`pymc.ConstantData` these are now deprecated.\n",
"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",
":::"
]
},
Expand Down
2 changes: 1 addition & 1 deletion examples/fundamentals/data_container.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This notebook will illustrate each of these benefits in turn, and show you the b
+++

:::{important}
In past versions of PyMC, there were two types of data containers {func}`pymc.MutableData` and {func}`pymc.ConstantData` these are now deprecated.
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.
:::

+++
Expand Down
Loading