Skip to content
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

Update docs for release #743

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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