Skip to content

Commit

Permalink
Improve model classes docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
enekomartinmartinez committed Dec 22, 2023
1 parent bf896cd commit 0a25e04
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 38 deletions.
4 changes: 4 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ Bug fixes

Documentation
~~~~~~~~~~~~~
- Improve documentation of methods in :py:class:`pysd.py_backend.model.Model` and :py:class:`pysd.py_backend.model.Macro` includying cross-references and rewrite the one from :py:meth:`pysd.py_backend.model.Macro.set_components`. (`@enekomartinmartinez <https://github.com/enekomartinmartinez>`_)

Performance
~~~~~~~~~~~
- Improved performace of :py:class:`pysd.py_backend.output.DataFrameHandler` by creating the dataframe at the end of the run (:issue:`374`). (`@easyas314159 <https://github.com/easyas314159>`_ and `@enekomartinmartinez <https://github.com/enekomartinmartinez>`_)

Internal Changes
~~~~~~~~~~~~~~~~
- Move old :py:meth:`pysd.py_backend.model.Macro.set_components` to :py:meth:`pysd.py_backend.model.Macro._set_components`, and create new method with the same name without the `new` argument.

- Move old :py:meth:`pysd.py_backend.model.Macro.set_stateful` to :py:meth:`pysd.py_backend.model.Macro._set_stateful`.

v3.12.0 (2023/10/02)
--------------------
Expand Down
Loading

0 comments on commit 0a25e04

Please sign in to comment.