File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed
Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -84,16 +84,16 @@ CmdStanGQ
8484Functions
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
9898show_versions
9999=============
Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ What's New
77
88For 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+
1023CmdStanPy 1.2.1
1124---------------
1225
You can’t perform that action at this time.
0 commit comments