Skip to content

Commit

Permalink
DOC: Update relnotes v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Nov 20, 2020
1 parent b583fd0 commit 6acaeee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/releases/relnotes_v0_11_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ have a report which shows how much time each formula took during an execution.
when the option is set to ``True``, :func:`~modelx.get_stacktrace`
returns a :obj:`dict` whose keys are the representation
strings of the called Cells, and whose values are dicts
containing the following statistics of the Cells::
containing the statistics of the Cells.
The sample code below creates a Model with two Cells,
and runs the Model activating stack trace::

import time
import pandas as pd
Expand Down

0 comments on commit 6acaeee

Please sign in to comment.