-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Stan 2.32] Delay expiring syntax deprecations one version #1303
Conversation
@andrjohns I assume it is okay to remove the command-line arguments we had deprecated for this version still, right? |
Codecov Report
@@ Coverage Diff @@
## master #1303 +/- ##
==========================================
- Coverage 89.09% 89.06% -0.04%
==========================================
Files 64 64
Lines 9758 9756 -2
==========================================
- Hits 8694 8689 -5
- Misses 1064 1067 +3
|
@rok-cesnovar this will need to go in before the freeze (I think we have a checklist item on the release checklist for this kind of thing, but just double-checking) |
#1287 doesn't just remove syntax, it has a couple of fixes that could go here as well
|
Yep that should be fine AFAIK. I'll run the rstan & StanHeaders unit tests with this |
Following discussions on the forums this PR is prepared as an alternative to #1287 for this version which moves the removal version of syntax changes back to 2.33. This should avoid a situation where it is impossible to write Stan programs which can't be compiled by both RStan and CmdStan.
Submission Checklist
Release notes
Syntax removals scheduled for this version have been pushed back to 2.33. We still recommend updating your Stan models as you are able. As a reminder, deprecated syntax which will be removed in minor versions can as a rule be updated automatically using find-and-replace tools or the Stan compiler's auto-formatting abilities.
Copyright and Licensing
By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)