Skip to content

Commit e096b6d

Browse files
authored
Merge pull request #743 from stan-dev/release-notes-122
Update docs for release
2 parents de2e73c + 50e9b1c commit e096b6d

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed
-382 Bytes
Loading

docsrc/_static/images/logo_tm.png

5.02 KB
Loading

docsrc/api.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ CmdStanGQ
8484
Functions
8585
*********
8686

87-
compile_stan_model
88-
=============
87+
compile_stan_file
88+
=================
8989

90-
.. autofunction:: cmdstanpy.compile_stan_model
90+
.. autofunction:: cmdstanpy.compile_stan_file
9191

9292

93-
format_stan_model
94-
=============
93+
format_stan_file
94+
================
9595

96-
.. autofunction:: cmdstanpy.format_stan_model
96+
.. autofunction:: cmdstanpy.format_stan_file
9797

9898
show_versions
9999
=============

docsrc/changes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ What's New
77

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

10+
CmdStanPy 1.2.2
11+
---------------
12+
13+
- Updated Community page to link to the ``bibat`` package.
14+
- Moved CmdStanPy's metadata to exclusively use the ``pyproject.toml`` file.
15+
- Fixed an issue where the deprecation of the ``compile=False`` argument to :class:`CmdStanModel` would
16+
make it impossible to use the canonicalizer to update old models.
17+
The new function :func:`cmdstanpy.format_stan_file` supports this use case.
18+
- Fixed a bug preventing multiple inits from being used with :meth:`CmdStanModel.pathfinder`.
19+
- Added a helper argument ``num_threads`` to :meth:`CmdStanModel.pathfinder`.
20+
21+
Reminder: The next non-bugfix release of CmdStanPy will be version 2.0, which will remove all existing deprecations.
22+
1023
CmdStanPy 1.2.1
1124
---------------
1225

0 commit comments

Comments
 (0)