From 1d211aefe6584562aa5b67cd849c02028539d290 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sun, 17 Oct 2021 22:27:17 -0500 Subject: [PATCH] Adding a version change note for Operator.__init_. --- openmc/deplete/operator.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openmc/deplete/operator.py b/openmc/deplete/operator.py index c766dbdf07..9c774a0a42 100644 --- a/openmc/deplete/operator.py +++ b/openmc/deplete/operator.py @@ -65,6 +65,10 @@ class Operator(TransportOperator): directly. Instead, an instance of this class is passed to an integrator class, such as :class:`openmc.deplete.CECMIntegrator`. + .. versionchanged:: 0.13.0 + The geometry and settings parameters have been replaced with a + model parameter that takes an openmc.Model object + Parameters ---------- model : openmc.Model