Skip to content

Commit

Permalink
Merge pull request #743 from stan-dev/release-notes-122
Browse files Browse the repository at this point in the history
Update docs for release
  • Loading branch information
WardBrian authored Mar 26, 2024
2 parents de2e73c + 50e9b1c commit e096b6d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
Binary file modified docsrc/_static/images/logo_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docsrc/_static/images/logo_tm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions docsrc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ CmdStanGQ
Functions
*********

compile_stan_model
=============
compile_stan_file
=================

.. autofunction:: cmdstanpy.compile_stan_model
.. autofunction:: cmdstanpy.compile_stan_file


format_stan_model
=============
format_stan_file
================

.. autofunction:: cmdstanpy.format_stan_model
.. autofunction:: cmdstanpy.format_stan_file

show_versions
=============
Expand Down
13 changes: 13 additions & 0 deletions docsrc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ What's New

For full changes, see the `Releases page <https://github.com/stan-dev/cmdstanpy/releases>`_ on GitHub.

CmdStanPy 1.2.2
---------------

- Updated Community page to link to the ``bibat`` package.
- Moved CmdStanPy's metadata to exclusively use the ``pyproject.toml`` file.
- Fixed an issue where the deprecation of the ``compile=False`` argument to :class:`CmdStanModel` would
make it impossible to use the canonicalizer to update old models.
The new function :func:`cmdstanpy.format_stan_file` supports this use case.
- Fixed a bug preventing multiple inits from being used with :meth:`CmdStanModel.pathfinder`.
- Added a helper argument ``num_threads`` to :meth:`CmdStanModel.pathfinder`.

Reminder: The next non-bugfix release of CmdStanPy will be version 2.0, which will remove all existing deprecations.

CmdStanPy 1.2.1
---------------

Expand Down

0 comments on commit e096b6d

Please sign in to comment.